diff options
author | Andreas Mair <amair.sob@googlemail.com> | 2005-05-12 11:01:29 +0200 |
---|---|---|
committer | Andreas Mair <amair.sob@googlemail.com> | 2005-05-12 11:01:29 +0200 |
commit | bebe0382652e0616c8d040b3e217c2a21b81beee (patch) | |
tree | 30378ade7ba3e45c4ed6fc0915580cecc344d226 /template/default/rec_list.html | |
parent | 022c4f162d7b83cb287b7d16749899d9e7c4242a (diff) | |
download | vdradmin-am-0.97-am3.2.tar.gz vdradmin-am-0.97-am3.2.tar.bz2 |
2005-05-12: 0.97-am3.2v0.97-am3.2
- Added "make uninstall" to remove VDRAdmin from your system if you have installed it using "make install". Please always use this before you install a new release!
- Fixed programming of repeating timers when day is "D" (Thanks to "maxkr" for reporting this).
- Print date in prog_list & prog_list2 in system's locale. Please comment!
- More transparent "selected channels" usage.
- Added reccmds.conf content to rec_list (needs valid VDRCONFDIR in vdradmind.conf)
- AutoTimers can now be limited to certain weekdays (Patch submitted by Magnus Schmidt).
- Streaming can be turn on/off for live viewing and recordings viewing (Based on code submitted by Tobias Grimm).
- Added streaming button to prog_list2.
- Fixed handling of incorrect start/stop times in AutoTimer.
- Changed localisation to use gettext() (Thanks to Tobias Grimm for doing most of the needed work).
- Language can no longer be set in VDRAdmin, it's taken from your system's setting. Issue "export LC_MESSAGES=<language code>" if you need to change it, where <language code> is one of "de_DE", "en_EN", "es_ES", "fi_FI" or "fr_FR".
- Added Finnish i18n (Submitted by Rolf Ahrenberg).
- Fixed ":" & "|" handling in timer's directory (Thanks "vejoun").
- Added links to prog_list on channels in at_timer_list and timer_list.
- Added IMDb lookup button to recording's detail view.
- Added "Priority" and "Lifetime" tooltip to at_timer_list and timer_list (point mouse to timer's name).
- Small changes for streaming recordings: Please update your vdradmind.conf (VIDEODIR & ST_VIDEODIR)!
- Non-LinVDR logo on non-LinVDR machines (Posted by Unimatrix0 at vdrportal.de).
Diffstat (limited to 'template/default/rec_list.html')
-rw-r--r-- | template/default/rec_list.html | 93 |
1 files changed, 53 insertions, 40 deletions
diff --git a/template/default/rec_list.html b/template/default/rec_list.html index 4036167..074b016 100644 --- a/template/default/rec_list.html +++ b/template/default/rec_list.html @@ -1,11 +1,10 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> - +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> - <meta http-equiv="content-type" content="text/html;charset=ISO-8859-1"> - <title><?% msg.c_progname %?> - <?% msg.rl_headline %?></title> - <link href="style.css" rel="stylesheet" media="screen"> + <meta http-equiv="content-type" content="text/html;charset=ISO-8859-1" /> + <title>VDRAdmin - <%! Recordings !%></title> + <link href="style.css" rel="stylesheet" media="screen" type="text/css" /> <script type="text/javascript" language="JavaScript1.2" src="library.js"></script> </head> @@ -13,25 +12,25 @@ <table width="100%" border="0" cellspacing="0" cellpadding="0" height="39"> <tr> <td valign="middle" width="300" background="bilder/nav_button_back.gif"> - <p class="einzug_ohnetop"><b><?% msg.rl_headline %?></b></p> + <p class="einzug_ohnetop"><b><%! Recordings !%></b></p> </td> <td colspan="2" align="right" background="bilder/nav_button_back_mitte.gif"> <tmpl_if disk_total> - <?% msg.rl_hd_total %?> <tmpl_var minutes_total><?% msg.c_hours_short %?> (<tmpl_var disk_total>) - | <?% msg.rl_hd_free %?> <tmpl_var minutes_free><?% msg.c_hours_short %?> (<tmpl_var disk_free>) + <%! Total: !%> <tmpl_var minutes_total><%! h !%> (<tmpl_var disk_total>) + | <%! Free: !%> <tmpl_var minutes_free><%! h !%> (<tmpl_var disk_free>) </tmpl_if> </td> <tmpl_if name="help_url"> <td align="right" width="35" background="bilder/nav_button_back_mitte.gif"> - <a href="javascript:open_help('<tmpl_var help_url>');"><img src="bilder/help.gif" border="0" valign="top" alt="help" title="<?% msg.c_help %?>"></a> + <a href="javascript:open_help('<tmpl_var help_url>');"><img src="bilder/help.gif" border="0" valign="top" alt="help" title="<%! Help !%>" /></a> </td> </tmpl_if> <td width="15" background="bilder/nav_button_back_end.gif"> </td> </tr> </table> - <br> + <br /> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td> @@ -43,51 +42,51 @@ </tr> </table> - <br> + <br /> <form action="<tmpl_var url>" method="get" name="FormName"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> - <td valign="top" width="30"> - <p><img src="bilder/uebersicht_oben_links.gif" alt="" height="30" width="30" border="0"></p> - </td> + <td valign="top" width="30"><img src="bilder/uebersicht_oben_links.gif" alt="" height="30" width="30" border="0" /></td> <td colspan="2" background="bilder/uebersicht_oben<tmpl_if sortbydate>_selected</tmpl_if>.gif"> <nobr class="einzug_liste_headlines"> - <a class="sort" href="<tmpl_var sortbydateurl>"><?% msg.c_list_date %?> + <a class="sort" href="<tmpl_var sortbydateurl>"><%! Date !%> <tmpl_if sortbydate> - <img src="bilder/sortiert_<tmpl_if desc>desc<tmpl_else>asc</tmpl_if>.gif" alt="" width="9" height="11" border="0"> + <img src="bilder/sortiert_<tmpl_if desc>desc<tmpl_else>asc</tmpl_if>.gif" alt="" width="9" height="11" border="0" /> <tmpl_else> - <img src="bilder/spacer.gif" alt="" width="9" height="11" border="0"> + <img src="bilder/spacer.gif" alt="" width="9" height="11" border="0" /> </tmpl_if> </a> </nobr> </td> <td colspan="2" background="bilder/uebersicht_oben<tmpl_if sortbytime>_selected</tmpl_if>.gif"> <nobr class="einzug_liste_headlines"> - <a class="sort" href="<tmpl_var sortbytimeurl>"><?% msg.c_list_time %?> + <a class="sort" href="<tmpl_var sortbytimeurl>"><%! Time !%> <tmpl_if sortbytime> - <img src="bilder/sortiert_<tmpl_if desc>desc<tmpl_else>asc</tmpl_if>.gif" alt="" width="9" height="11" border="0"> + <img src="bilder/sortiert_<tmpl_if desc>desc<tmpl_else>asc</tmpl_if>.gif" alt="" width="9" height="11" border="0" /> <tmpl_else> - <img src="bilder/spacer.gif" alt="" width="9" height="11" border="0"> + <img src="bilder/spacer.gif" alt="" width="9" height="11" border="0" /> </tmpl_if> </a> </nobr> </td> <td background="bilder/uebersicht_oben<tmpl_if sortbyname>_selected</tmpl_if>.gif"> <nobr class="einzug_liste_headlines"> - <a class="sort" href="<tmpl_var sortbynameurl>"><?% msg.c_list_name %?> + <a class="sort" href="<tmpl_var sortbynameurl>"><%! Name !%> <tmpl_if sortbyname> - <img src="bilder/sortiert_<tmpl_if desc>desc<tmpl_else>asc</tmpl_if>.gif" alt="" width="9" height="11" border="0"> + <img src="bilder/sortiert_<tmpl_if desc>desc<tmpl_else>asc</tmpl_if>.gif" alt="" width="9" height="11" border="0" /> <tmpl_else> - <img src="bilder/spacer.gif" alt="" width="9" height="11" border="0"> + <img src="bilder/spacer.gif" alt="" width="9" height="11" border="0" /> </tmpl_if> </a> </nobr> </td> <td width="30" background="bilder/uebersicht_oben.gif"> </td> <td width="30" background="bilder/uebersicht_oben.gif"> </td> - <td width="30" align="center" background="bilder/uebersicht_oben.gif"><input type="checkbox" name="SELALL" value="SELALL" onclick="AllMessages(this.form);" title="<?% msg.c_select_allnone %?>"></td> + <td width="30" align="center" background="bilder/uebersicht_oben.gif"><input type="checkbox" name="SELALL" value="SELALL" onclick="AllMessages(this.form);" title="<%! Select all/none !%>" /></td> +<tmpl_if stream_rec_on> <td width="70" background="bilder/uebersicht_oben.gif"> </td> - <td valign="top" width="30"><img src="bilder/uebersicht_oben_rechts.gif" alt="" height="30" width="30" border="0"></td> +</tmpl_if> + <td valign="top" width="30"><img src="bilder/uebersicht_oben_rechts.gif" alt="" height="30" width="30" border="0" /></td> </tr> <tmpl_loop recloop> @@ -98,7 +97,7 @@ </td> <td valign="top" align="left" width="10" background="bilder/uebersicht_mitte<tmpl_if __ODD__>_dark</tmpl_if><tmpl_if sortbydate>_selected</tmpl_if>.gif"> <p class="einzug_liste"> - <tmpl_if isfolder> <?% msg.rl_rec_total %?></tmpl_if> + <tmpl_if isfolder> <%! Total !%></tmpl_if> </p> </td> <td valign="top" align="right" width="30" background="bilder/uebersicht_mitte<tmpl_if __ODD__>_dark</tmpl_if><tmpl_if sortbytime>_selected</tmpl_if>.gif"> @@ -107,10 +106,10 @@ <td valign="top" width="10" background="bilder/uebersicht_mitte<tmpl_if __ODD__>_dark</tmpl_if><tmpl_if sortbytime>_selected</tmpl_if>.gif"> <p class="einzug_liste"> <tmpl_if isfolder> - <?% msg.rl_rec_new %?> + <%! New !%> <tmpl_else> <tmpl_if new> - <?% msg.rl_rec_new %?> + <%! New !%> </tmpl_if> </tmpl_if> </p> @@ -118,7 +117,7 @@ <td valign="top" background="bilder/uebersicht_mitte<tmpl_if __ODD__>_dark</tmpl_if><tmpl_if sortbyname>_selected</tmpl_if>.gif"> <p class="einzug_liste"> <tmpl_if isfolder> - <img align="absmiddle" src="bilder/folder.gif" border="0"> + <img align="absmiddle" src="bilder/folder.gif" border="0" /> <a href="<tmpl_var infurl>"><b><font color="black"><tmpl_var name></font></b></a> <tmpl_else> <a href="javascript:popup('<tmpl_var infurl>');"><b><tmpl_var name></b></a> @@ -128,55 +127,69 @@ <td align="center" valign="top" width="30" background="bilder/uebersicht_mitte<tmpl_if __ODD__>_dark</tmpl_if>.gif"> <p class="einzug_liste"> <tmpl_unless isfolder> - <a href="<tmpl_var editurl>"><img src="bilder/edit.gif" alt="rename" title="<?% msg.rl_rename %?>" height="17" width="17" border="0"></a> + <a href="<tmpl_var editurl>"><img src="bilder/edit.gif" alt="rename" title="<%! Rename !%>" height="17" width="17" border="0" /></a> </tmpl_unless> </p> </td> <td align="center" valign="top" width="30" background="bilder/uebersicht_mitte<tmpl_if __ODD__>_dark</tmpl_if>.gif"> <p class="einzug_liste"> <tmpl_unless isfolder> - <a href="javascript:del('<?% msg.js_del_rec %?>', '<tmpl_var delurl>');"><img src="bilder/delete.gif" alt="delete" title="<?% msg.c_delete %?>" height="17" width="17" border="0"></a> + <a href="javascript:del('<%! Delete recording? !%>', '<tmpl_var delurl>');"><img src="bilder/delete.gif" alt="delete" title="<%! Delete !%>" height="17" width="17" border="0" /></a> </tmpl_unless> </p> </td> <td align="center" valign="top" width="30" background="bilder/uebersicht_mitte<tmpl_if __ODD__>_dark</tmpl_if>.gif"> <p class="einzug_liste"> - <tmpl_unless isfolder><input type="checkbox" name="xxxx_<tmpl_var id>"></tmpl_unless> + <tmpl_unless isfolder><input type="checkbox" name="xxxx_<tmpl_var id>" /></tmpl_unless> </p> </td> +<tmpl_if stream_rec_on> <td align="center" valign="top" width="70" background="bilder/uebersicht_mitte<tmpl_if __ODD__>_dark</tmpl_if>.gif"> <p class="einzug_liste"> <tmpl_unless isfolder> - <a href="<tmpl_var streamurl>"><img src="bilder/stream.jpg" alt="stream" title="<?% msg.c_stream %?>" height="17" border="0"></a> + <a href="<tmpl_var streamurl>"><img src="bilder/stream.jpg" alt="stream" title="<%! Stream !%>" height="17" border="0" /></a> </tmpl_unless> </p> </td> +</tmpl_if> <td valign="top" width="30" background="bilder/uebersicht_rechts<tmpl_if __ODD__>_dark</tmpl_if>.gif"> </td> </tr> </tmpl_loop> <tr> - <td valign="top" width="30"><img src="bilder/uebersicht_unten_links.gif" alt="" height="30" width="30" border="0"></td> - <td colspan="9" background="bilder/uebersicht_unten.gif"> </td> - <td valign="top" width="30"><img src="bilder/uebersicht_unten_rechts.gif" alt="" height="30" width="30" border="0"></td> + <td valign="top" width="30"><img src="bilder/uebersicht_unten_links.gif" alt="" height="30" width="30" border="0" /></td> + <td colspan="<tmpl_if stream_rec_on>9<tmpl_else>8</tmpl_if>" background="bilder/uebersicht_unten.gif"> </td> + <td valign="top" width="30"><img src="bilder/uebersicht_unten_rechts.gif" alt="" height="30" width="30" border="0" /></td> </tr> <tr> - <td colspan="5"> </td> - <td colspan="5" align="right"><br> + <td width="30"> </td> + <td colspan="<tmpl_if stream_rec_on>9<tmpl_else>8</tmpl_if>" align="right"><br /> +<tmpl_if reccmds> + <%! Commands: !%> + <select name="rec_cmd"> + <tmpl_loop reccmds> + <option value="<tmpl_var id>"><tmpl_var title></option> + </tmpl_loop> + </select> + <input type="submit" name="rec_runcmd" value="<%! Run !%>" onclick="confirm(<%! Really run this command? !%>)" /> +</tmpl_if> +<!-- <table border="0" cellspacing="0" cellpadding="0"> <tr height="20"> <td width="12" height="20" background="bilder/gbutton_left.gif"></td> <td align="center" height="20" background="bilder/gbutton_middle.gif"> - <a href="javascript:mdel('<?% msg.js_del_selected_rec %?>');"><div class="gbutton"><?% msg.rl_del_selected %?></div></a> + <a href="javascript:mdel('<%! Delete all selected recordings? !%>');"><div class="gbutton"><%! Delete Selected Recordings !%></div></a> </td> <td width="12" height="20" background="bilder/gbutton_right.gif"></td> </tr> </table> +--> + <input type="submit" name="rec_delete" value="<%! Delete Selected Recordings !%>" onclick="mdel('<%! Delete all selected recordings? !%>');" /> </td> <td valign="top" width="30"> </td> </tr> </table> - <input type="hidden" name="aktion" value="rec_delete"> + <input type="hidden" name="aktion" value="rec_delete" /> </form> </body> </html> |