|
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"><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 | <tr>
|
|---|
| 16 | <td><e2:item name="Name" filter="xml"/></td>
|
|---|
| 17 | <td><a href='/web/zap?sRef=<e2:item name="Reference" filter="uri"/>'><img src=/web-data/img/zap.png title=ZAP border=0></a></td>
|
|---|
| 18 | <td><a href='/mobile/epg.html?sRef=<e2:item name="Reference" filter="uri"/>'><img src=/web-data/img/epg.png title=EPG border=0></a></td>
|
|---|
| 19 | </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.