shows time filled in show, with progress bar and time.

This commit is contained in:
naomiaro 2011-01-15 18:23:15 -05:00
parent 25c7d4cb90
commit 86a4998e0a
5 changed files with 59 additions and 8 deletions

View file

@ -1 +1,12 @@
<br /><br /><center>View script for controller <b>Schedule</b> and script/action name <b>scheduleShowDialog</b></center>
<div id="schedule_playlist_dialog">
<input id="schedule_playlist_search" type="text"></input>
<div>
<ul id="schedule_playlist_choice"></ul>
<ul id="schedule_playlist_chosen"></ul>
</div>
<div id="show_time_info">
<span id="show_time_filled"><?php echo $this->timeFilled; ?></span>
<div id="show_progressbar"></div>
<span id="show_length"><?php echo $this->showLength; ?></span>
</div>
</div>