diff options
author | Andreas Mair <amair.sob@googlemail.com> | 2006-05-19 15:58:19 +0200 |
---|---|---|
committer | Andreas Mair <amair.sob@googlemail.com> | 2006-05-19 15:58:19 +0200 |
commit | b8893f9631d2ea760848ba6c56c22d45f8413591 (patch) | |
tree | b8e137926bee0b1e48957aae17c0b7330f4ef367 /template/default/timer_list.html | |
parent | 38fa8341651c5b2678038f8ee72cf5b916e8cf56 (diff) | |
download | vdradmin-am-3.4.6beta.tar.gz vdradmin-am-3.4.6beta.tar.bz2 |
2006-05-19: 3.4.6betav3.4.6beta
- Added: "next" shortcut in prog_summary to show events starting after the current event (Based on patch by Joachim).
- Added: added selectbox in prog_summary to quickly show the epg at a given time (uses times configured in timeline config).
- Added: list view in prog_summary which includes a graphical elapsed time representation (Based on patch by Joachim).
- Added: selectbox in prog_list2 to quickly jump to a day's epg.
- Reworked: prog_detail (incl. recording's details).
- Changed: cleaned config menu.
- Removed: "bilder" and "copper" theme".
- Added: "default.png" theme (nice PNG images, extracted from KDE's Crystal icons).
- Reworked: "default" theme (ugly GIF images, extracted and converted from KDE's kdeclassic icons).
Diffstat (limited to 'template/default/timer_list.html')
-rw-r--r-- | template/default/timer_list.html | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/template/default/timer_list.html b/template/default/timer_list.html index dc1fc46..9e71e85 100644 --- a/template/default/timer_list.html +++ b/template/default/timer_list.html @@ -2,7 +2,7 @@ <html> <head> - <meta http-equiv="content-type" content="text/html;<%! charset=ISO-8859-1 !%>" /> + <meta http-equiv="content-type" content="text/html;charset=<%! ISO-8859-1 !%>" /> <title>VDRAdmin-AM - <%! Timer !%></title> <link href="style.css" rel="stylesheet" media="screen" type="text/css" /> <tmpl_if usercss> @@ -202,6 +202,7 @@ <form action="<tmpl_var url>" method="get" name="FormName"> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="list"> + <!-- TODO: this breaks IE, but why? <colgroup> <col class="col_left"/> <col class="col_active"/> @@ -214,7 +215,7 @@ <col class="col_delete"/> <col class="col_checkbox"/> <col class="col_right"/> - </colgroup> + </colgroup>--> <tr class="heading"> <td class="col_left"></td> <td class="col_active <tmpl_if sortbyactive>selected</tmpl_if>"> @@ -307,16 +308,16 @@ <div> <a href="javascript:change('<%! Edit timer status? !%>','<tmpl_var toggleurl>&timer=<?% current %?>');"> <tmpl_if expr="(active%32768) == 0"> - <img src="bilder/poempl_grau.gif" alt="inactive" title="<%! This timer is inactive! !%>" width="19" height="19" align="middle" border="0" /> + <img src="bilder/poempl_grau.gif" alt="inactive" title="<%! This timer is inactive! !%>" align="middle" border="0" /> <tmpl_else> <tmpl_if critical> - <img src="bilder/poempl_rot.gif" alt="impossible" title="<%! This timer is impossible! !%>" width="19" height="19" align="middle" border="0" /> + <img src="bilder/poempl_rot.gif" alt="impossible" title="<%! This timer is impossible! !%>" align="middle" border="0" /> <tmpl_else> <tmpl_if collision> - <img src="bilder/poempl_gelb.gif" alt="nomore" title="<%! No more timers on other transponders possible! !%>" width="19" height="19" align="middle" border="0" /> + <img src="bilder/poempl_gelb.gif" alt="nomore" title="<%! No more timers on other transponders possible! !%>" align="middle" border="0" /> <tmpl_else> <tmpl_if active> - <img src="bilder/poempl_gruen.gif" alt="possible" title="<%! Timer OK. !%>" width="19" height="19" align="middle" border="0" /> + <img src="bilder/poempl_gruen.gif" alt="possible" title="<%! Timer OK. !%>" align="middle" border="0" /> </tmpl_if> </tmpl_if> </tmpl_if> @@ -351,10 +352,10 @@ </div> </td> <td class="col_edit"> - <div><a href="<tmpl_var modurl>"><img src="bilder/edit.gif" alt="edit" title="<%! Edit !%>" height="17" width="17" border="0" /></a></div> + <div><a href="<tmpl_var modurl>"><img src="bilder/edit.gif" alt="edit" title="<%! Edit !%>" border="0" /></a></div> </td> <td class="col_delete"> - <div><a href="javascript:del('<%! Delete timer? !%>\n\n"<tmpl_var title_js>"','<tmpl_var delurl>');"><img src="bilder/delete.gif" alt="delete" title="<%! Delete !%>" height="17" width="17" border="0" /></a></div> + <div><a href="javascript:del('<%! Delete timer? !%>\n\n"<tmpl_var title_js>"','<tmpl_var delurl>');"><img src="bilder/delete.gif" alt="delete" title="<%! Delete !%>" border="0" /></a></div> </td> <td class="col_checkbox"> <div><input type="checkbox" name="xxxx_<tmpl_var id>" /></div> |