summaryrefslogtreecommitdiff
path: root/template/default/rec_edit.html
blob: aa2f893f9b9f20791d6a4e1a67a75e429ffc407f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!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>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><%! 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>
			</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">&nbsp;</td>
					<td height="30" background="bilder/uebersicht_oben.gif">&nbsp;</td>
					<td height="30" background="bilder/uebersicht_oben.gif">&nbsp;</td>
					<td width="30" height="30" background="bilder/uebersicht_oben_rechts.gif">&nbsp;</td>
				</tr>
				<tr height="25">
					<td width="30" height="15" background="bilder/uebersicht_links.gif">&nbsp;</td>
					<td height="15" background="bilder/uebersicht_mitte.gif">&nbsp;</td>
					<td height="15" background="bilder/uebersicht_mitte.gif">&nbsp;</td>
					<td width="30" height="15" 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"><%! 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"><%! 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">
					<td width="30" height="30" background="bilder/uebersicht_unten_links.gif">&nbsp;</td>
					<td height="30" background="bilder/uebersicht_unten.gif">&nbsp;</td>
					<td height="30" background="bilder/uebersicht_unten.gif">&nbsp;</td>
					<td width="30" height="30" background="bilder/uebersicht_unten_rechts.gif">&nbsp;</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="<%! Cancel !%>" />
		</div>
	</form>
</body>

</html>