source: ipk/source.sh4/swapsystem_webif/var/swap/extensions/WebInterface/mobile/services.html.xml@ 9260

Last change on this file since 9260 was 9260, checked in by madie, 15 years ago

[ipk] add webif for swap only for ufs910

File size: 955 bytes
Line 
1<e2:screen name="ServiceListWebScreen">&lt;html>
2<head>
3 <link href="/web-data/tpl/default/style.css" type="text/css" rel="stylesheet" />
4 <title>E2mobile - Servicelist</title>
5</head>
6<body>
7<h1>Enigma2 Servicelist - Favorites</h1>
8<table border="1" cellpadding="0" cellspacing="0">
9 <tr>
10 <td><b>Channel</b></td>
11 <td><b>ZAP</b></td>
12 <td><b>EPG</b></td>
13 </tr>
14<e2:element source="ServiceList" id="sRef"><e2:convert type="web:ListFiller" >
15 &lt;tr>
16 &lt;td><e2:item name="Name" filter="xml"/>&lt;/td>
17 &lt;td>&lt;a href='/web/zap?sRef=<e2:item name="Reference" filter="uri"/>'>&lt;img src=/web-data/img/zap.png title=ZAP border=0>&lt;/a>&lt;/td>
18 &lt;td>&lt;a href='/mobile/epg.html?sRef=<e2:item name="Reference" filter="uri"/>'>&lt;img src=/web-data/img/epg.png title=EPG border=0>&lt;/a>&lt;/td>
19 &lt;/tr>
20 </e2:convert><e2:convert type="web:TextToHTML" /></e2:element>
21</table>
22
23
24</body>
25</e2:screen>
Note: See TracBrowser for help on using the repository browser.