diff options
Diffstat (limited to 'template/English/timer_new.html')
-rw-r--r-- | template/English/timer_new.html | 287 |
1 files changed, 145 insertions, 142 deletions
diff --git a/template/English/timer_new.html b/template/English/timer_new.html index 7d71fb3..f2521a2 100644 --- a/template/English/timer_new.html +++ b/template/English/timer_new.html @@ -1,13 +1,14 @@ <html> - <head> - <meta http-equiv="content-type" content="text/html;charset=iso-8859-1"> - <title>VDRAdmin - <tmpl_if newtimer>New Timer<tmpl_else>Edit Timer</tmpl_if></title> - <script language="JavaScript"> - <!-- - function cTimer() { +<head> + <meta http-equiv="content-type" content="text/html;charset=iso-8859-1"> + <title>VDRAdmin - <tmpl_if newtimer>Create New Timers<tmpl_else>Edit Timer</tmpl_if></title> + <script type="text/javascript" language="JavaScript1.2" src="library.js"></script> + <script type="text/javascript" language="JavaScript1.2"> + <!-- + function cTimer(idx) { var Timer = ""; - Days = new Array("M", "T", "W", "T", "F", "S", "S"); + Days = new Array("M", "D", "M", "D", "F", "S", "S"); for(var i = 0; i <= 6; i++) { Status = eval("document.form.D" + i + ".checked"); if(Status == true) { @@ -29,144 +30,146 @@ } } //--> - </script> - <link href="style.css" rel="stylesheet" media="screen"> - </head> + </script> + <link href="style.css" rel="stylesheet" media="screen"> +</head> - <body onload='eCheckbox("<tmpl_var dor>")' bgcolor="#f0f0f0" leftmargin="3" marginheight="20" marginwidth="3" topmargin="20"> - <form action="<tmpl_var url>" method="get" name="form"> - <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><tmpl_if newtimer>New Timer<tmpl_else>Edit timer</tmpl_if></b></p> +<body onload='eCheckbox("<tmpl_var dor>")' bgcolor="#f0f0f0" leftmargin="3" marginheight="20" marginwidth="3" topmargin="20"> + <form action="<tmpl_var url>" method="get" name="form"> + <table width="100%" border="0" cellspacing="0" cellpadding="0" height="39"> + <tr> + <td valign="middle" width="500" background="bilder/nav_button_back.gif"> + <p class="einzug_ohnetop"><b><tmpl_if newtimer>Create New Timer<tmpl_else>Edit Timer</tmpl_if></b></p> + </td> + <td background="bilder/nav_button_back_mitte.gif"> </td> + <td width="35" background="bilder/nav_button_back_mitte.gif"> + <tmpl_if name="help_url"><a href="javascript:open_help('<tmpl_var help_url>');"> + <img src="bilder/help.gif" border="0" align="right" valign="top" alt="Help"></a> + </tmpl_if> + </td> + <td width="15" background="bilder/nav_button_back_end.gif"> </td> + </tr> + </table> + <br> + <div align="left"> + <table width="100%" border="0" cellspacing="0" cellpadding="0"> + <tr height="30"> + <td width="30" height="30"><img src="bilder/uebersicht_oben_links.gif" alt="" width="30" height="30" border="0"></td> + <td height="30" background="bilder/uebersicht_oben.gif"> </td> + <td height="30" background="bilder/uebersicht_oben.gif"> </td> + <td width="30" height="30"><img src="bilder/uebersicht_oben_rechts.gif" alt="" width="30" height="30" border="0"></td> + </tr> + <tr height="25"> + <td width="30" height="25" background="bilder/uebersicht_links.gif"></td> + <td width="20%" height="25" background="bilder/uebersicht_mitte.gif">Timer Active</td> + <td height="25" background="bilder/uebersicht_mitte.gif"> + <input type="radio" name="active" value="1" <tmpl_if active>checked</tmpl_if>>yes + <input type="radio" name="active" value="0" <tmpl_unless active>checked</tmpl_unless>>no + </td> + <td width="30" height="25" background="bilder/uebersicht_rechts.gif"></td> + </tr> + <tr height="25"> + <td width="30" height="25" background="bilder/uebersicht_links_dark.gif"></td> + <td width="20%" height="25" background="bilder/uebersicht_mitte_dark.gif">Auto Timer Checking</td> + <td height="25" background="bilder/uebersicht_mitte_dark.gif"> + <tmpl_if expr="event_id > 1"> + <input type="radio" name="event_id" value="<tmpl_var event_id>" checked>Transmission Identification + </tmpl_if> + <input type="radio" name="event_id" value="1" <tmpl_if expr="event_id == 1">checked</tmpl_if>>Recording Time + <input type="radio" name="event_id" value="0" <tmpl_if expr="event_id == 0">checked</tmpl_if>>Disabled + </td> + <td width="30" height="25" background="bilder/uebersicht_rechts_dark.gif"></td> + </tr> + <tr height="25"> + <td width="30" height="25" background="bilder/uebersicht_links.gif"></td> + <td width="20%" height="25" background="bilder/uebersicht_mitte.gif">Channel</td> + <td height="25" background="bilder/uebersicht_mitte.gif"> + <select name="channel" size="1"> +<tmpl_loop name="channels"> + <option value="<tmpl_var vdr_id>" <tmpl_if current>selected</tmpl_if>><tmpl_var name="name"></option> +</tmpl_loop> + </select> + </td> + <td width="30" height="25" background="bilder/uebersicht_rechts.gif"></td> + </tr> + <tr height="25"> + <td valign="top" width="30" height="25" background="bilder/uebersicht_links_dark.gif"></td> + <td valign="top" width="20%" height="25" background="bilder/uebersicht_mitte_dark.gif">Day of Recording</td> + <td height="25" background="bilder/uebersicht_mitte_dark.gif"> + <input type="text" name="dor" value="<tmpl_var dor>" size="20"> + <br> + <input onclick="cTimer(1)" type="checkbox" name="D0" value="1">Monday + <input onclick="cTimer(2)" type="checkbox" name="D1" value="1">Tuesday + <input onclick="cTimer(3)" type="checkbox" name="D2" value="radioValue">Wednesday + <input onclick="cTimer(4)" type="checkbox" name="D3" value="radioValue">Thursday + <input onclick="cTimer(5)" type="checkbox" name="D4" value="radioValue">Friday + <input onclick="cTimer(6)" type="checkbox" name="D5" value="radioValue">Saturday + <input onclick="cTimer(7)" type="checkbox" name="D6" value="radioValue">Sunday + </td> + <td width="30" height="25" background="bilder/uebersicht_rechts_dark.gif"></td> + </tr> + <tr height="25"> + <td width="30" height="25" background="bilder/uebersicht_links.gif"></td> + <td width="20%" height="25" background="bilder/uebersicht_mitte.gif">Start Time</td> + <td height="25" background="bilder/uebersicht_mitte.gif"> + <input type="text" name="starth" value="<tmpl_var starth>" size="2" maxlength="2"> + <b>:</b> + <input type="text" name="startm" value="<tmpl_var startm>" size="2" maxlength="2"> + </td> + <td width="30" height="25" background="bilder/uebersicht_rechts.gif"></td> + </tr> + <tr height="25"> + <td width="30" height="25" background="bilder/uebersicht_links_dark.gif"></td> + <td width="20%" height="25" background="bilder/uebersicht_mitte_dark.gif">End Time</td> + <td height="25" background="bilder/uebersicht_mitte_dark.gif"> + <input type="text" name="stoph" value="<tmpl_var stoph>" size="2" maxlength="2"> + <b>:</b> + <input type="text" name="stopm" value="<tmpl_var stopm>" size="2" maxlength="2"> </td> - <td align="right" width="550" background="bilder/nav_button_back_mitte.gif"> </td> - <td align="right" width="203" background="bilder/nav_button_back_mitte.gif"> </td> - <td width="15" background="bilder/nav_button_back_end.gif"> </td> + <td width="30" height="25" background="bilder/uebersicht_rechts_dark.gif"></td> + </tr> + <tr height="25"> + <td width="30" height="25" background="bilder/uebersicht_links.gif"></td> + <td width="20%" height="25" background="bilder/uebersicht_mitte.gif">Priority</td> + <td height="25" background="bilder/uebersicht_mitte.gif"><input type="text" name="prio" value="<tmpl_var prio>" size="2" maxlength="2"></td> + <td width="30" height="25" background="bilder/uebersicht_rechts.gif"></td> + </tr> + <tr height="25"> + <td width="30" height="25" background="bilder/uebersicht_links_dark.gif"></td> + <td width="20%" height="25" background="bilder/uebersicht_mitte_dark.gif">Lifetime</td> + <td height="25" background="bilder/uebersicht_mitte_dark.gif"><input type="text" name="lft" value="<tmpl_var lft>" size="2" maxlength="2"></td> + <td width="30" height="25" background="bilder/uebersicht_rechts_dark.gif"></td> + </tr> + <tr height="25"> + <td width="30" height="25" background="bilder/uebersicht_links.gif"></td> + <td width="20%" height="25" background="bilder/uebersicht_mitte.gif">Title of Recording</td> + <td height="25" background="bilder/uebersicht_mitte.gif"><input type="text" name="title" value="<tmpl_var title>" size="80"></td> + <td width="30" height="25" background="bilder/uebersicht_rechts.gif"></td> + </tr> + <tr> + <td valign="top" width="30" background="bilder/uebersicht_links_dark.gif"></td> + <td valign="top" width="20%" background="bilder/uebersicht_mitte_dark.gif">Summary</td> + <td background="bilder/uebersicht_mitte_dark.gif"><textarea name="summary" rows="6" cols="80"><tmpl_var summary></textarea></td> + <td width="30" background="bilder/uebersicht_rechts_dark.gif"></td> + </tr> + <tr height="30"> + <td width="30" height="30"><img src="bilder/uebersicht_unten_links.gif" alt="" width="30" height="30" border="0"></td> + <td colspan="2" height="30" background="bilder/uebersicht_unten.gif"></td> + <td width="30" height="30"><img src="bilder/uebersicht_unten_rechts.gif" alt="" width="30" height="30" border="0"></td> </tr> </table> - <br> - <div align="left"> - <table width="100%" border="0" cellspacing="0" cellpadding="0"> - <tr height="30"> - <td width="30" height="30"><img src="bilder/uebersicht_oben_links.gif" alt="" width="30" height="30" border="0"></td> - <td align="right" width="100%" height="30" background="bilder/uebersicht_oben.gif"> </td> - <td width="30" height="30"><img src="bilder/uebersicht_oben_rechts.gif" alt="" width="30" height="30" border="0"></td> - </tr> - <tr> - <td colspan="3"> - <table width="100%" border="0" cellspacing="0" cellpadding="0"> - <tr height="25"> - <td width="30" height="25" background="bilder/uebersicht_links.gif"></td> - <td width="20%" height="25" background="bilder/uebersicht_mitte.gif"> Timer Active</td> - <td height="25" background="bilder/uebersicht_mitte.gif"> - <tmpl_if active> - <input type="radio" name="active" value="1" checked>yes - <input type="radio" name="active" value="0">no - <tmpl_else> - <input type="radio" name="active" value="1">yes - <input type="radio" name="active" value="0" checked>no - </tmpl_if> - </td> - <td width="30" height="25" background="bilder/uebersicht_rechts.gif"></td> - </tr> - <tr height="25"> - <td width="30" height="25" background="bilder/uebersicht_links_dark.gif"></td> - <td width="20%" height="25" background="bilder/uebersicht_mitte_dark.gif"> Automatic Timer Checking</td> - <td height="25" background="bilder/uebersicht_mitte_dark.gif"> - <tmpl_if expr="event_id > 1"> - <input type="radio" name="event_id" value="<tmpl_var event_id>" checked>program ID - <input type="radio" name="event_id" value="1">recording time - <input type="radio" name="event_id" value="0">disabled - </tmpl_if> - <tmpl_if expr="event_id == 1"> - <input type="radio" name="event_id" value="1" checked>recording time - <input type="radio" name="event_id" value="0">disabled - </tmpl_if> - <tmpl_if expr="event_id == 0"> - <input type="radio" name="event_id" value="1">recording time - <input type="radio" name="event_id" value="0" checked>disabled - </tmpl_if> - </td> - <td width="30" height="25" background="bilder/uebersicht_rechts_dark.gif"></td> - </tr> - <tr height="25"> - <td width="30" height="25" background="bilder/uebersicht_links.gif"></td> - <td width="20%" height="25" background="bilder/uebersicht_mitte.gif"> Channel</td> - <td height="25" background="bilder/uebersicht_mitte.gif"><select name="channel" size="1"><tmpl_loop name="channels"><tmpl_if current> - <option value="<tmpl_var vdr_id>" selected> - <tmpl_else> - <option value="<tmpl_var vdr_id>"></tmpl_if> - <tmpl_var name="name"> - </option></tmpl_loop></select></td> - <td width="30" height="25" background="bilder/uebersicht_rechts.gif"></td> - </tr> - <tr height="25"> - <td valign="top" width="30" height="25" background="bilder/uebersicht_links_dark.gif"></td> - <td valign="top" width="20%" height="25" background="bilder/uebersicht_mitte_dark.gif"> Day of recording</td> - <td height="25" background="bilder/uebersicht_mitte_dark.gif"><input type="text" name="dor" value="<tmpl_var dor>" size="20"><br> - <input onclick="cTimer()" type="checkbox" name="D0" value="1">Monday <input onclick="cTimer()" type="checkbox" name="D1" value="1">Tuesday <input onclick="cTimer()" type="checkbox" name="D2" value="radioValue">Wednesday <input onclick="cTimer()" type="checkbox" name="D3" value="radioValue"> Thursday <input onclick="cTimer()" type="checkbox" name="D4" value="radioValue">Friday <input onclick="cTimer()" type="checkbox" name="D5" value="radioValue">Saturday <input onclick="cTimer()" type="checkbox" name="D6" value="radioValue"> Sunday</td> - <td width="30" height="25" background="bilder/uebersicht_rechts_dark.gif"></td> - </tr> - <tr height="25"> - <td width="30" height="25" background="bilder/uebersicht_links.gif"></td> - <td width="20%" height="25" background="bilder/uebersicht_mitte.gif"> Starts</td> - <td height="25" background="bilder/uebersicht_mitte.gif"><input type="text" name="starth" value="<tmpl_var starth>" size="2" maxlength="2"> <b>:</b> <input type="text" name="startm" value="<tmpl_var startm>" size="2" maxlength="2"></td> - <td width="30" height="25" background="bilder/uebersicht_rechts.gif"></td> - </tr> - <tr height="25"> - <td width="30" height="25" background="bilder/uebersicht_links_dark.gif"></td> - <td width="20%" height="25" background="bilder/uebersicht_mitte_dark.gif"> Stops</td> - <td height="25" background="bilder/uebersicht_mitte_dark.gif"><input type="text" name="stoph" value="<tmpl_var stoph>" size="2" maxlength="2"> <b>:</b> <input type="text" name="stopm" value="<tmpl_var stopm>" size="2" maxlength="2"></td> - <td width="30" height="25" background="bilder/uebersicht_rechts_dark.gif"></td> - </tr> - <tr height="25"> - <td width="30" height="25" background="bilder/uebersicht_links.gif"></td> - <td width="20%" height="25" background="bilder/uebersicht_mitte.gif"> Priority</td> - <td height="25" background="bilder/uebersicht_mitte.gif"><input type="text" name="prio" value="<tmpl_var prio>" size="2" maxlength="2"></td> - <td width="30" height="25" background="bilder/uebersicht_rechts.gif"></td> - </tr> - <tr height="25"> - <td width="30" height="25" background="bilder/uebersicht_links_dark.gif"></td> - <td width="20%" height="25" background="bilder/uebersicht_mitte_dark.gif"> Lifetime</td> - <td height="25" background="bilder/uebersicht_mitte_dark.gif"><input type="text" name="lft" value="<tmpl_var lft>" size="2" maxlength="2"></td> - <td width="30" height="25" background="bilder/uebersicht_rechts_dark.gif"></td> - </tr> - <tr height="25"> - <td width="30" height="25" background="bilder/uebersicht_links.gif"></td> - <td width="20%" height="25" background="bilder/uebersicht_mitte.gif"> Title</td> - <td height="25" background="bilder/uebersicht_mitte.gif"><input type="text" name="title" value="<tmpl_var title>" size="55"></td> - <td width="30" height="25" background="bilder/uebersicht_rechts.gif"></td> - </tr> - <tr> - <td valign="top" width="30" background="bilder/uebersicht_links_dark.gif"></td> - <td valign="top" width="20%" background="bilder/uebersicht_mitte_dark.gif"> Summary</td> - <td background="bilder/uebersicht_mitte_dark.gif"><textarea name="summary" rows="6" cols="80"><tmpl_var summary></textarea></td> - <td width="30" background="bilder/uebersicht_rechts_dark.gif"></td> - </tr> - </table> - </td> - </tr> - <tr height="30"> - <td width="30" height="30"><img src="bilder/uebersicht_unten_links.gif" alt="" width="30" height="30" border="0"></td> - <td width="100%" height="30" background="bilder/uebersicht_unten.gif"></td> - <td width="30" height="30"><img src="bilder/uebersicht_unten_rechts.gif" alt="" width="30" height="30" border="0"></td> - </tr> - </table> - </div> - <div align="left"> - <br> - <input type="submit" name="save" value="Save"><input type="submit" name="exit" value="Abort"></div> - <input type="hidden" name="aktion" value="timer_add"> - <tmpl_if referer> - <input type="hidden" name="referer" value="<tmpl_var referer>"> - </tmpl_if> - - <tmpl_if timer_id> - <input type="hidden" name="timer_id" value="<tmpl_var timer_id>"> - </tmpl_if> - <input type="hidden" name="event_id" value="<tmpl_var event_id>"> - </form> - </body> + </div> + <br> + <div align="left"> + <input type="submit" name="save" value="Save"><input type="submit" name="exit" value="Abort"></div> + <input type="hidden" name="aktion" value="timer_add"> + <tmpl_if referer> + <input type="hidden" name="referer" value="<tmpl_var referer>"> + </tmpl_if> + <tmpl_if timer_id> + <input type="hidden" name="timer_id" value="<tmpl_var timer_id>"> + </tmpl_if> + </form> +</body> </html> |