Minor improvements to WebTV and EPG-Objects.
[vuplus_dvbapp-plugin] / webinterface / src / web-data / tpl / default / streaminterface / tplServiceList.htm
1
2 <!-- tplServiceList -->
3 <select id="channelSelect" onChange="onServiceSelected()" width="100px">
4         <option id="vlcemptyservice"></option>
5         {for e in events}
6         <option id="${e.servicereference}" >
7         ${e.servicename}        
8         {if e.duration != 0} 
9                 (${e.shorttitle}) +${e.remaining} of ${e.duration} min.
10         {/if}
11         </option>
12         {/for}
13 </select>
14 <!-- /tplServiceList -->