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/at_timer_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/at_timer_list.html')
-rw-r--r-- | template/default/at_timer_list.html | 87 |
1 files changed, 42 insertions, 45 deletions
diff --git a/template/default/at_timer_list.html b/template/default/at_timer_list.html index c1bba7a..c29fa11 100644 --- a/template/default/at_timer_list.html +++ b/template/default/at_timer_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.al_autotimer %?></title> - <link href="style.css" rel="stylesheet" media="screen"> + <meta http-equiv="content-type" content="text/html;charset=ISO-8859-1"/> + <title>VDRAdmin - <%! Auto Timer !%></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,14 +12,14 @@ <table width="100%" border="0" cellspacing="0" cellpadding="0" height="39"> <tr> <td valign="middle" width="200" background="bilder/nav_button_back.gif"> - <p class="einzug_ohnetop"><b><?% msg.al_autotimer %?></b></p> + <p class="einzug_ohnetop"><b><%! Auto Timer !%></b></p> </td> <td align="right" background="bilder/nav_button_back_mitte.gif"> <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="<tmpl_var naturl>"><div class="gbutton"><?% msg.al_new_autotimer %?></div></a> + <a href="<tmpl_var naturl>"><div class="gbutton"><%! New Auto Timer !%></div></a> </td> <td width="12" height="20" background="bilder/gbutton_right.gif"></td> <td></td> @@ -29,78 +28,76 @@ </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" align="right" 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" align="right" 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/> <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 width="70" background="bilder/uebersicht_oben<tmpl_if sortbyactive>_selected</tmpl_if>.gif"> <nobr class="einzug_liste_headlines"> - <a class="sort" href="<tmpl_var sortbyactiveurl>"><?% msg.c_list_active %?> + <a class="sort" href="<tmpl_var sortbyactiveurl>"><%! Active !%> <tmpl_if sortbyactive> - <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="10%" background="bilder/uebersicht_oben<tmpl_if sortbychannel>_selected</tmpl_if>.gif"> <nobr class="einzug_liste_headlines"> - <a class="sort" href="<tmpl_var sortbychannelurl>"><?% msg.c_list_channel %?> + <a class="sort" href="<tmpl_var sortbychannelurl>"><%! Channel !%> <tmpl_if sortbychannel> - <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="40" background="bilder/uebersicht_oben<tmpl_if sortbystart>_selected</tmpl_if>.gif"> <nobr class="einzug_liste_headlines"> - <a class="sort" href="<tmpl_var sortbystarturl>"><?% msg.c_list_start %?> + <a class="sort" href="<tmpl_var sortbystarturl>"><%! Start !%> <tmpl_if sortbystart> - <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="40" background="bilder/uebersicht_oben<tmpl_if sortbystop>_selected</tmpl_if>.gif"> <nobr class="einzug_liste_headlines"> - <a class="sort" href="<tmpl_var sortbystopurl>"><?% msg.c_list_stop %?> + <a class="sort" href="<tmpl_var sortbystopurl>"><%! Stop !%> <tmpl_if sortbystop> - <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 sortbypattern>_selected</tmpl_if>.gif"> <nobr class="einzug_liste_headlines"> - <a class="sort" href="<tmpl_var sortbypatternurl>"><?% msg.c_list_name %?> + <a class="sort" href="<tmpl_var sortbypatternurl>"><%! Name !%> <tmpl_if sortbypattern> - <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 align="center" width="30" background="bilder/uebersicht_oben.gif"><input type="checkbox" name="SELALL" value="SELALL" onclick="AllMessages(this.form);" title="<?% msg.c_select_allnone %?>"></td> - <td valign="top" width="30"><img src="bilder/uebersicht_oben_rechts.gif" alt="" height="30" width="30" border="0"></td> + <td align="center" width="30" background="bilder/uebersicht_oben.gif"><input type="checkbox" name="SELALL" value="SELALL" onclick="AllMessages(this.form);" title="<%! Select all/none !%>"/></td> + <td valign="top" width="30"><img src="bilder/uebersicht_oben_rechts.gif" alt="" height="30" width="30" border="0"/></td> </tr> <tmpl_loop at_timer_loop> @@ -109,17 +106,17 @@ <td valign="top" width="70" background="bilder/uebersicht_mitte<tmpl_if __ODD__>_dark</tmpl_if><tmpl_if sortbyactive>_selected</tmpl_if>.gif"> <p class="einzug_liste"> <tmpl_if active> - <img src="bilder/poempl_gruen.gif" alt="" width="19" height="19" align="absmiddle" border="0"> - <a href="<tmpl_var toggleurl>"><font color="black"><?% msg.c_yes %?></font></a> + <img src="bilder/poempl_gruen.gif" alt="" width="19" height="19" align="absmiddle" border="0"/> + <a href="<tmpl_var toggleurl>"><font color="black"><%! Yes !%></font></a> <tmpl_else> - <img src="bilder/poempl_rot.gif" alt="" width="19" height="19" align="absmiddle" border="0"> - <a href="<tmpl_var toggleurl>"><font color="black"><?% msg.c_no %?></font></a> + <img src="bilder/poempl_grey.gif" alt="" width="19" height="19" align="absmiddle" border="0"/> + <a href="<tmpl_var toggleurl>"><font color="black"><%! No !%></font></a> </tmpl_if> </p> </td> <td valign="top" width="120" background="bilder/uebersicht_mitte<tmpl_if __ODD__>_dark</tmpl_if><tmpl_if sortbychannel>_selected</tmpl_if>.gif"> <p class="einzug_liste"> - <tmpl_if channel><tmpl_var channel><tmpl_else>-</tmpl_if> + <tmpl_if channel><a href="<tmpl_var proglink>"><tmpl_var channel></a><tmpl_else>-</tmpl_if> </p> </td> <td valign="top" width="40" background="bilder/uebersicht_mitte<tmpl_if __ODD__>_dark</tmpl_if><tmpl_if sortbystart>_selected</tmpl_if>.gif"> @@ -133,52 +130,52 @@ </p> </td> <td valign="top" background="bilder/uebersicht_mitte<tmpl_if __ODD__>_dark</tmpl_if><tmpl_if sortbypattern>_selected</tmpl_if>.gif"> - <p class="einzug_liste"> + <p class="einzug_liste" title="<%! Priority: !%> <tmpl_var prio> / <%! Lifetime: !%> <tmpl_var lft>"> <tmpl_var pattern> </p> </td> <td align="center" valign="top" width="30" background="bilder/uebersicht_mitte<tmpl_if __ODD__>_dark</tmpl_if>.gif"> <p class="einzug_liste"> - <a href="<tmpl_var modurl>"><img src="bilder/edit.gif" alt="edit" height="17" width="17" border="0" title="<?% msg.c_edit %?>"></a> + <a href="<tmpl_var modurl>"><img src="bilder/edit.gif" alt="edit" height="17" width="17" border="0" title="<%! Edit !%>"/></a> </p> </td> <td align="center" valign="top" width="30" background="bilder/uebersicht_mitte<tmpl_if __ODD__>_dark</tmpl_if>.gif"> <p class="einzug_liste"> - <a href="javascript:del('<?% msg.js_del_timer %?>', '<tmpl_var delurl>');"><img src="bilder/delete.gif" alt="delete" height="17" width="17" border="0" title="<?% msg.c_delete %?>"></a> + <a href="javascript:del('<%! Delete timer? !%>', '<tmpl_var delurl>');"><img src="bilder/delete.gif" alt="delete" height="17" width="17" border="0" title="<%! Delete !%>"/></a> </p> </td> <td align="center" valign="top" width="30" background="bilder/uebersicht_mitte<tmpl_if __ODD__>_dark</tmpl_if>.gif"> - <p class="einzug_liste"><input type="checkbox" name="xxxx_<tmpl_var id>"></p> + <p class="einzug_liste"><input type="checkbox" name="xxxx_<tmpl_var id>"/></p> </td> <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 valign="top" width="30"><img src="bilder/uebersicht_unten_links.gif" alt="" height="30" width="30" border="0"/></td> <td colspan="8" 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_rechts.gif" alt="" height="30" width="30" border="0"/></td> </tr> <tr> <td colspan="5" valign="top"> <table border="0" cellspacing="0" cellpadding="0"> - <br> + <br/> <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="<tmpl_var force_update_url>"><div class="gbutton"><?% msg.al_force_update %?></div></a> + <a href="<tmpl_var force_update_url>"><div class="gbutton"><%! Force Update !%></div></a> </td> <td width="12" height="20" background="bilder/gbutton_right.gif"></td> </tr> </table> </td> <td colspan="4" align="right"> - <br> + <br/> <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_timer %?>');"><div class="gbutton"><?% msg.al_del_selected %?></div></a> + <a href="javascript:mdel('<%! Delete all selected timers? !%>');"><div class="gbutton"><%! Delete Selected Auto Timers !%></div></a> </td> <td width="12" height="20" background="bilder/gbutton_right.gif"></td> </tr> @@ -187,7 +184,7 @@ <td valign="top" width="30"></td> </tr> </table> - <input type="hidden" name="aktion" value="at_timer_delete"> + <input type="hidden" name="aktion" value="at_timer_delete"/> </form> </body> |