renamed links
This commit is contained in:
parent
e0b19cc2d1
commit
15741bdfa9
57 changed files with 140 additions and 140 deletions
|
@ -3,7 +3,7 @@
|
|||
<div class="text-row"><strong>Previous:</strong> <span id='previous'></span> <span id='prev-length'></span></div>
|
||||
<div class="now-playing-info song">
|
||||
<div class="time-flow"><span class="time-elapsed" id="time-elapsed"></span><span class="time-remaining" id="time-remaining"></span></div>
|
||||
<span id='current'></span> <span class="length" id="song-length"></span> </div>
|
||||
<span id='current'></span> <span class="length" id="song-length"></span><? echo _(" ") ?></div>
|
||||
<div class="progressbar">
|
||||
<div class="progress-song" id="progress-bar" style="width:0%;"></div>
|
||||
</div>
|
||||
|
@ -21,7 +21,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="source-info-block">
|
||||
<h3>Source Streams</h3>
|
||||
<h3><? echo _("Source Streams") ?></h3>
|
||||
<ul>
|
||||
<li>
|
||||
<div id="master_dj_div" class="source-label">
|
||||
|
@ -42,7 +42,7 @@
|
|||
<div class="line-to-on-air"></div>
|
||||
</li>
|
||||
<li>
|
||||
<div id="scheduled_play_div" class="source-label"> Scheduled Play</div>
|
||||
<div id="scheduled_play_div" class="source-label"><? echo _(" Scheduled Play") ?></div>
|
||||
<div class="line-to-switch"></div>
|
||||
<a href="#" id="scheduled_play" class="source-switch-button" onclick="setSwitchListener(this);"><span><?php echo $this->scheduled_play_switch?></span></a>
|
||||
<div class="line-to-on-air"></div>
|
||||
|
@ -51,12 +51,12 @@
|
|||
</div>
|
||||
<div class="on-air-block">
|
||||
<h3> </h3>
|
||||
<div class="on-air-info off" id="on-air-info">ON AIR</div>
|
||||
<a href="#" class="listen-control-button"><span>Listen</span></a>
|
||||
<div class="on-air-info off" id="on-air-info"><? echo _("ON AIR") ?></div>
|
||||
<a href="#" class="listen-control-button"><span><? echo _("Listen") ?></span></a>
|
||||
</div>
|
||||
<div class="time-info-block pull-right">
|
||||
<ul>
|
||||
<li>Station time</li>
|
||||
<li><? echo _("Station time") ?></li>
|
||||
<li class="time" id="time"></li>
|
||||
<li class="time-zone"><span id="time-zone"></span></li>
|
||||
</ul>
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
<?php if($this->trial_remain != '' && $this->trial_remain != "Trial expired."){?>
|
||||
<div class="trial-box">
|
||||
<p>Your trial expires in</p>
|
||||
<p><? echo _("Your trial expires in") ?></p>
|
||||
<div class="trial-box-calendar">
|
||||
<span class="trial-box-calendar-white"><?php echo $this->trial_remain?></span>
|
||||
<div class="trial-box-calendar-gray">days</div>
|
||||
<div class="trial-box-calendar-gray"><? echo _("days") ?></div>
|
||||
</div>
|
||||
<div class="trial-box-button">
|
||||
<a title="Purchase your copy of Airtime" href="https://account.sourcefabric.com/clientarea.php" target="_blank">My Account</a>
|
||||
<a title="Purchase your copy of Airtime" href="https://account.sourcefabric.com/clientarea.php" target="_blank"><? echo _("My Account") ?></a>
|
||||
</div>
|
||||
</div>
|
||||
<?php }?>
|
||||
<?php }?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue