summaryrefslogtreecommitdiff
path: root/template/default/rec_edit.html
diff options
context:
space:
mode:
authorAndreas Mair <amair.sob@googlemail.com>2005-05-12 11:01:29 +0200
committerAndreas Mair <amair.sob@googlemail.com>2005-05-12 11:01:29 +0200
commitbebe0382652e0616c8d040b3e217c2a21b81beee (patch)
tree30378ade7ba3e45c4ed6fc0915580cecc344d226 /template/default/rec_edit.html
parent022c4f162d7b83cb287b7d16749899d9e7c4242a (diff)
downloadvdradmin-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_edit.html')
-rw-r--r--template/default/rec_edit.html34
1 files changed, 18 insertions, 16 deletions
diff --git a/template/default/rec_edit.html b/template/default/rec_edit.html
index 1ab7db6..aa2f893 100644
--- a/template/default/rec_edit.html
+++ b/template/default/rec_edit.html
@@ -1,22 +1,24 @@
+<!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.re_headline %?></title>
- <link href="style.css" rel="stylesheet" media="screen">
+ <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" type="text/css" />
+ <script type="text/javascript" language="JavaScript1.2" src="library.js"></script>
</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><?% msg.re_headline %?></b></p></td>
+ <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">&nbsp;</td>
<td align="right" width="203" background="bilder/nav_button_back_mitte.gif">&nbsp;</td>
- <td width="15"><img src="bilder/nav_button_back_end.gif" width="15"></td>
+ <td width="15"><img src="bilder/nav_button_back_end.gif" width="15" /></td>
</tr>
</table>
- <br>
+ <br />
<div align="left">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr height="30">
@@ -33,14 +35,14 @@
</tr>
<tr height="25">
<td width="30" height="25" background="bilder/uebersicht_links.gif">&nbsp;</td>
- <td width="20%" height="25" background="bilder/uebersicht_mitte.gif"><?% msg.re_old_title %?></td>
- <td height="25" background="bilder/uebersicht_mitte.gif"><input type="text" name="title" value="<tmpl_var title>" size="55" readonly></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">&nbsp;</td>
</tr>
<tr height="25">
<td width="30" height="25" background="bilder/uebersicht_links.gif">&nbsp;</td>
- <td width="20%" height="25" background="bilder/uebersicht_mitte.gif"><?% msg.re_new_title %?></td>
- <td height="25" background="bilder/uebersicht_mitte.gif"><input type="text" name="nn" value="<tmpl_var title>" size="55"></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">&nbsp;</td>
</tr>
<tr height="30">
@@ -51,15 +53,15 @@
</tr>
</table>
</div>
- <br>
+ <br />
<div align="left">
- <input type="hidden" name="aktion" value="rec_rename">
- <input type="hidden" name="id" value="<tmpl_var id>">
+ <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>">
+ <input type="hidden" name="referer" value="<tmpl_var referer>" />
</tmpl_if>
- <input type="submit" name="save" value="<?% msg.re_rename %?>">
- <input type="submit" name="exit" value="<?% msg.c_cancel %?>">
+ <input type="submit" name="save" value="<%! Rename !%>" />
+ <input type="submit" name="exit" value="<%! Cancel !%>" />
</div>
</form>
</body>