diff options
author | Andreas Mair <amair.sob@googlemail.com> | 2005-03-22 12:27:44 +0100 |
---|---|---|
committer | Andreas Mair <amair.sob@googlemail.com> | 2005-03-22 12:27:44 +0100 |
commit | 46de243c304867eff807fef1e2fc31c9ad8f2f66 (patch) | |
tree | 22a0cfb4e1f0c50d2f64ce875f99d03b141ce1a5 /template/English/rec_edit.html | |
parent | 5083c05ce2e2bfc5719346d809719ebf01b0e69d (diff) | |
download | vdradmin-am-0.97-am2a.tar.gz vdradmin-am-0.97-am2a.tar.bz2 |
2005-03-22: 0.97-am2av0.97-am2a
- fixed Volume+ and Volume- in TV (Reported by Unimatrix0)
- fixed missplaced channel name prog_summary (Reported by several people)
- added updated English templates (Supplied by C.Y.M)
- now VDRAdmin understands timers format from vdr1.3.22- and vdr1.3.23 (Supplied by Stefan Neuwirth)
- fixed small display problem in timeline.
Diffstat (limited to 'template/English/rec_edit.html')
-rw-r--r-- | template/English/rec_edit.html | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/template/English/rec_edit.html b/template/English/rec_edit.html new file mode 100644 index 0000000..21e58e4 --- /dev/null +++ b/template/English/rec_edit.html @@ -0,0 +1,66 @@ +<html> + +<head> + <meta http-equiv="content-type" content="text/html;charset=iso-8859-1"> + <title>VDRAdmin - Rename Recording</title> + <link href="style.css" rel="stylesheet" media="screen"> +</head> + +<body 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>Rename Recording</b></p></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"><img src="bilder/nav_button_back_end.gif" width="15"></td> + </tr> + </table> + <br> + <div align="left"> + <table width="100%" border="0" cellspacing="0" cellpadding="0"> + <tr height="30"> + <td width="30" height="30" background="bilder/uebersicht_oben_links.gif"> </td> + <td height="30" background="bilder/uebersicht_oben.gif"> </td> + <td height="30" background="bilder/uebersicht_oben.gif"> </td> + <td width="30" height="30" background="bilder/uebersicht_oben_rechts.gif"> </td> + </tr> + <tr height="25"> + <td width="30" height="15" background="bilder/uebersicht_links.gif"> </td> + <td height="15" background="bilder/uebersicht_mitte.gif"> </td> + <td height="15" background="bilder/uebersicht_mitte.gif"> </td> + <td width="30" height="15" background="bilder/uebersicht_rechts.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">Original Name of Recording</td> + <td height="25" background="bilder/uebersicht_mitte.gif"><input type="text" name="title" value="<tmpl_var title>" size="55" readonly></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.gif"> </td> + <td width="20%" height="25" background="bilder/uebersicht_mitte.gif">New Name of Recording</td> + <td height="25" background="bilder/uebersicht_mitte.gif"><input type="text" name="nn" value="<tmpl_var title>" size="55"></td> + <td width="30" height="25" background="bilder/uebersicht_rechts.gif"> </td> + </tr> + <tr height="30"> + <td width="30" height="30" background="bilder/uebersicht_unten_links.gif"> </td> + <td height="30" background="bilder/uebersicht_unten.gif"> </td> + <td height="30" background="bilder/uebersicht_unten.gif"> </td> + <td width="30" height="30" background="bilder/uebersicht_unten_rechts.gif"> </td> + </tr> + </table> + </div> + <br> + <div align="left"> + <input type="hidden" name="aktion" value="rec_rename"> + <input type="hidden" name="id" value="<tmpl_var id>"> + <tmpl_if referer> + <input type="hidden" name="referer" value="<tmpl_var referer>"> + </tmpl_if> + <input type="submit" name="save" value="Rename"><input type="submit" name="exit" value="Abort"> + </div> + </form> +</body> + +</html> |