Changed offline-mode name to private-mode

This commit is contained in:
Kasper Rynning-Tønnesen
2017-01-25 15:24:58 +01:00
parent 49bcec5fb7
commit ee9f8831c3
3 changed files with 5 additions and 5 deletions

View File

@@ -134,7 +134,7 @@
<p>If you click the button next to the search icon, you'll skip on a song. The one next to that one, is shuffleling of the list. Next one there again is to open the chat.</p>
<p>Clicking a song in the playlist, gives it a vote. If you're logged in, you'll have a delete button at your disposal.</p>
<p>Also, whenever you're logged in, you'll have two tabs in the top of the playlist thats called "Playlist" and "Suggested". The playlist obviously shows the playlist. But the suggested tab, shows 5 songs that YouTube recommends based on the current song. There might also be user recommended songs. To add any of these, just click them as you'd click a song to vote.</p>
<p>If you want to listen to the channel without any "hickups", or being affected by other peoples votes, there is an offline mode. By opening up the settings, and checking the offline checkbox, you will be free of synced listening!</p>
<p>If you want to listen to the channel without any "hickups", or being affected by other peoples votes, there is an private mode. By opening up the settings, and checking the private checkbox, you will be free of synced listening!</p>
</div>
<div class="modal-footer">
<a href="#!" class=" modal-action modal-close waves-effect waves-green btn-flat">Close</a>

View File

@@ -22,7 +22,7 @@ if(isset($_GET['chan'])){
<span id="frontpage-viewer-counter" class="hide-on-small-only noselect" title="Divided among all channels. Hidden or not"></span>
<!--<a href="//zoff.no" class="brand-logo brand-mobile hide-on-med-and-up">Zöff</a>-->
<ul id="nav-mobile" class="right hide-on-med-and-down">
<li><a class="waves-effect waves-cyan" id="offline-mode" title="Offline mode" href="#">Offline</a></li>
<li><a class="waves-effect waves-cyan" id="offline-mode" title="Offline mode" href="#">Private</a></li>
<li><a class="waves-effect waves-green" title="Remote control a Zöff player" href="https://remote.zoff.no">Remote</a></li>
<li><a class="modal-trigger waves-effect waves-red" title="Need help with the site?" onclick="$('#help').openModal()">Help</a></li>
<li><a class="modal-trigger waves-effect waves-orange" onclick="$('#about').openModal()">About</a></li>
@@ -78,7 +78,7 @@ if(isset($_GET['chan'])){
<h4>So you need help?</h4>
<p>At the center of the site, you'll see a input field. This is meant to navigate to new or existing channels. If you input something here that doesn't exist, a new channel will be create at the blink of an eye! Remember to put a password on the list you've created, so no one else takes it from you! (It's on a first come, first serve basis). When you're ready to proceed, just click the listen button!</p>
<p>Underneath the input fields, there are several tiles. These are channels that already exists, and they can be clicked! To listen to one of these channels, it is just to click the tile.</p>
<p>If you want to listen to the channel without any "hickups", or being affected by other peoples votes, there is an offline mode. By clicking the offline button in the header, you will be free of synced listening!</p>
<p>If you want to listen to the channel without any "hickups", or being affected by other peoples votes, there is an private mode. By clicking the private button in the header, you will be free of synced listening!</p>
</div>
<div class="modal-footer">
<a href="#" class=" modal-action modal-close waves-effect waves-green btn-flat">Close</a>

View File

@@ -133,7 +133,7 @@
<li class="no-padding offline-panel hide-on-small-only">
<ul class="collapsible collapsible-accordion">
<li>
<a class="collapsible-header bold waves-effect">Offline Mode
<a class="collapsible-header bold waves-effect">Private Mode
<i class="mdi-device-signal-wifi-statusbar-connected-no-internet-"></i>
</a>
<div class="collapsible-body">
@@ -149,7 +149,7 @@
</label>
</div>
<div id="offline-info">
By enabling local/offline, you won't receive updates in position of the currently playing song, and you'll be able to vote as many times as you please.
By enabling private mode, you won't receive updates in position of the currently playing song, and you'll be able to vote as many times as you please.
</div>
</li>
</ul>