summaryrefslogtreecommitdiff
path: root/template/French-incomplete/at_new.html
blob: 2766b8970e32e1a29cd978cb764c8e78c41cdf95 (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
<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>Nouveau programme automatique<tmpl_else>Edition programme automatique</tmpl_if></b></p>
				</td>
				<td align="right" 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" background="bilder/nav_button_back_end.gif">&nbsp;</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">&nbsp;</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">&nbsp;Prog auto actif:</td>
                <td height="25" background="bilder/uebersicht_mitte.gif">
                  <tmpl_if name="active">
                    <input type="radio" name="active" value="1" checked>oui <input type="radio" name="active" value="0">non

                    <tmpl_else>
                    <input type="radio" name="active" value="1">oui <input type="radio" name="active" value="0" checked>non

                  </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">&nbsp;Chercher un mot clef:</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">&nbsp;Chercher dans</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>
                  
             Titre

                  <tmpl_if subtitle>
                    <input type="checkbox" name="subtitle" value="1" checked>

                    <tmpl_else>
                    <input type="checkbox" name="subtitle" value="1">

                  </tmpl_if>
                  
             Sous-titre

                  <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">&nbsp;Chaîne:</td>
                <td height="25" background="bilder/uebersicht_mitte_dark.gif"><select name="channel" size="1">
                    <option value="0">toutes les chaînes</option>
                    <tmpl_loop channels>
                      <option value="<tmpl_var vdr_id>" <tmpl_if cur> Sélectionnées</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">&nbsp;Démarre après:</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"> heure</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">&nbsp;Termine avant:</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">heure</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">&nbsp;Priorité:</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">&nbsp;Durée de vie:</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">&nbsp;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">&nbsp;Directory (XXX: Translation):</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">&nbsp;</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>