blob: 629296fda819f8ee5a0acfd59ac93641f0d5b0e8 (
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
|
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
<title></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="FormName">
<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 Auto Timer<tmpl_else>Edit Auto Timer</tmpl_if></b></p>
</td>
<td align="right" 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>
</tr>
</table>
<br>
<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 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 height="30">
<td colspan="3" height="30">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr height="25">
<td width="30" height="25" background="bilder/uebersicht_links.gif"></td>
<td height="25" background="bilder/uebersicht_mitte.gif"> Auto Timer Active:</td>
<td height="25" background="bilder/uebersicht_mitte.gif">
<tmpl_if name="oneshot">
<input type="radio" name="active" value="1">yes <input type="radio" name="active" value="0">no <input type="radio" name="active" value="2" checked>one shot
<tmpl_else>
<tmpl_if name="active">
<input type="radio" name="active" value="1" checked>yes <input type="radio" name="active" value="0">no <input type="radio" name="active" value="2">one shot
<tmpl_else>
<input type="radio" name="active" value="1">yes <input type="radio" name="active" value="0" checked>no <input type="radio" name="active" value="2">one shot
</tmpl_if>
</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 height="25" background="bilder/uebersicht_mitte_dark.gif"> Search Pattern:</td>
<td height="25" background="bilder/uebersicht_mitte_dark.gif"><input type="text" name="pattern" value="<tmpl_var pattern>" size="25"></td>
<td width="30" height="25" background="bilder/uebersicht_rechts_dark.gif"></td>
</tr>
<tr height="25">
<td valign="top" width="30" height="25" background="bilder/uebersicht_links.gif"></td>
<td height="25" background="bilder/uebersicht_mitte.gif"> Search in:</td>
<td height="25" background="bilder/uebersicht_mitte.gif">
<tmpl_if title>
<input type="checkbox" name="title" value="1" checked>
<tmpl_else>
<input type="checkbox" name="title" value="1">
</tmpl_if>
Title
<tmpl_if subtitle>
<input type="checkbox" name="subtitle" value="1" checked>
<tmpl_else>
<input type="checkbox" name="subtitle" value="1">
</tmpl_if>
Subtitle
<tmpl_if description>
<input type="checkbox" name="description" value="1" checked>
<tmpl_else>
<input type="checkbox" name="description" value="1">
</tmpl_if>
Description</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 height="25" background="bilder/uebersicht_mitte_dark.gif"> Channel:</td>
<td height="25" background="bilder/uebersicht_mitte_dark.gif"><select name="channel" size="1">
<option value="0">all Channels</option>
<tmpl_loop channels>
<option value="<tmpl_var vdr_id>" <tmpl_if cur> selected</tmpl_if>>
<tmpl_var name>
</option>
</tmpl_loop>
</select></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 height="25" background="bilder/uebersicht_mitte.gif"> Starts After:</td>
<td height="25" background="bilder/uebersicht_mitte.gif"><input type="text" name="starth" value="<tmpl_var starth>" size="2" maxlength="2">:<input type="text" name="startm" value="<tmpl_var startm>" size="2" maxlength="2"> Uhr</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 height="25" background="bilder/uebersicht_mitte_dark.gif"> Ends Before:</td>
<td height="25" background="bilder/uebersicht_mitte_dark.gif"><input type="text" name="stoph" value="<tmpl_var stoph>" size="2" maxlength="2">:<input type="text" name="stopm" value="<tmpl_var stopm>" size="2" maxlength="2"> Uhr</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 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 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 height="25" background="bilder/uebersicht_mitte.gif"> Episode:</td>
<td height="25" background="bilder/uebersicht_mitte.gif">
<tmpl_if episode>
<input type="checkbox" name="episode" value="1" checked>
<tmpl_else>
<input type="checkbox" name="episode" value="1">
</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 height="25" background="bilder/uebersicht_mitte_dark.gif"> Directory:</td>
<td height="25" background="bilder/uebersicht_mitte_dark.gif"><input type="text" name="directory" value="<tmpl_var directory>" size="14"></td>
<td width="30" height="25" 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>
<br>
<input type="submit" name="save" value="Save"><input type="submit" name="exit" value="Abort"> <input type="hidden" name="aktion" value="at_timer_save"> <input type="hidden" name="id" value="<tmpl_var id>">
</form>
</body>
</html>
|