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/rec_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/rec_list.html')
-rw-r--r-- | template/default/rec_list.html | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/template/default/rec_list.html b/template/default/rec_list.html index 0069aea..cbf4864 100644 --- a/template/default/rec_list.html +++ b/template/default/rec_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 - <%! Recordings !%></title> <link href="style.css" rel="stylesheet" media="screen" type="text/css" /> <tmpl_if usercss> @@ -39,6 +39,7 @@ <form action="<tmpl_var url>" method="get" name="FormName"> <table width="100%" border="0" cellspacing="0" cellpadding="0" id="content" class="list"> + <!-- TODO: this breaks IE, but why? <colgroup> <col class="col_left"/> <col class="col_date"/> @@ -51,7 +52,7 @@ </tmpL_if> <col class="col_checkbox"/> <col class="col_right"/> - </colgroup> + </colgroup>--> <tr class="heading"> <td class="col_left"></td> <td class="col_date <tmpl_if sortbydate>selected</tmpl_if>"> @@ -132,18 +133,18 @@ </td> <td class="col_edit"> <tmpl_unless isfolder> - <a href="<tmpl_var editurl><tmpl_var cur_sorting>"><img src="bilder/edit.gif" alt="rename" title="<%! Rename !%>" height="17" width="17" border="0" /></a> + <a href="<tmpl_var editurl><tmpl_var cur_sorting>"><img src="bilder/edit.gif" alt="rename" title="<%! Rename !%>" border="0" /></a> </tmpl_unless> </td> <td class="col_delete"> <tmpl_unless isfolder> - <a href="javascript:del('<%! Delete recording? !%>\n\n"<tmpl_var name_js>"', '<tmpl_var delurl><tmpl_var cur_sorting>');"><img src="bilder/delete.gif" alt="delete" title="<%! Delete !%>" height="17" width="17" border="0" /></a> + <a href="javascript:del('<%! Delete recording? !%>\n\n"<tmpl_var name_js>"', '<tmpl_var delurl><tmpl_var cur_sorting>');"><img src="bilder/delete.gif" alt="delete" title="<%! Delete !%>" border="0" /></a> </tmpl_unless> </td> <tmpl_if stream_rec_on> <td class="col_stream"> <tmpl_unless isfolder> - <a href="<tmpl_var streamurl>"><img src="bilder/stream.gif" alt="stream" title="<%! Stream !%>" height="17" border="0" /></a> + <a href="<tmpl_var streamurl>"><img src="bilder/stream.gif" alt="stream" title="<%! Stream !%>" border="0" /></a> </tmpl_unless> </td> </tmpl_if> |