Wernis extension can now contact the API
[mailer.git] / templates / de / html / admin / admin_edit_rallyes_row.tpl
1 <TR>
2         <TD colspan="3" class="switch_sw$content[sw] seperator" height="5">&nbsp;</TD>
3 </TR>
4 <TR>
5         <TD class="switch_sw$content[sw]" width="305" align="right">{--RALLYE_TITLE--}:</TD>
6         <TD class="switch_sw$content[sw] seperator" width="10">&nbsp;</TD>
7         <TD class="switch_sw$content[sw]" width="265" align="center"><INPUT
8                 type="text" name="title[$content[id]]" class="admin_normal" size="30"
9                 maxlength="255" value="$content[title]"></TD>
10 </TR>
11 <TR>
12         <TD colspan="3" class="switch_sw$content[sw] seperator" height="3"></TD>
13 </TR>
14 <TR>
15         <TD class="switch_sw$content[sw]" align="right" valign="top">{--RALLYE_DESCR--}:</TD>
16         <TD class="switch_sw$content[sw] seperator" width="10">&nbsp;</TD>
17         <TD class="switch_sw$content[sw]" align="center"><TEXTAREA
18                 name="descr[$content[id]]" cols="30" rows="6" class="admin_normal">$content[descr]</TEXTAREA>
19         </TD>
20 </TR>
21 <TR>
22         <TD colspan="3" class="switch_sw$content[sw] seperator" height="3"></TD>
23 </TR>
24 <TR>
25         <TD class="switch_sw$content[sw]" align="right">{--RALLYE_TEMPLATE--}:</TD>
26         <TD class="switch_sw$content[sw] seperator" width="10">&nbsp;</TD>
27         <TD class="switch_sw$content[sw]" align="center">$content[templ]</TD>
28 </TR>
29 <TR>
30         <TD colspan="3" class="switch_sw$content[sw] seperator" height="3">&nbsp;</TD>
31 </TR>
32 <TR>
33         <TD class="switch_sw$content[sw]" width="200" align="right"
34                 valign="top">{--RALLYE_START_DAY--}:</TD>
35         <TD class="switch_sw$content[sw] seperator" width="10">&nbsp;</TD>
36         <TD class="switch_sw$content[sw]" width="290" align="center">
37         $content[s_day]. $content[s_month]. $content[s_year]<BR>
38         $content[s_hour]: $content[s_min]: $content[s_sec]</TD>
39 </TR>
40 <TR>
41         <TD colspan="3" class="switch_sw$content[sw] seperator" height="3">&nbsp;</TD>
42 </TR>
43 <TR>
44         <TD class="switch_sw$content[sw]" width="200" align="right"
45                 valign="top">{--RALLYE_END_DAY--}:</TD>
46         <TD class="switch_sw$content[sw] seperator" width="10">&nbsp;</TD>
47         <TD class="switch_sw$content[sw]" width="290" align="center">
48         $content[e_day]. $content[e_month]. $content[e_year]<BR>
49         $content[e_hour]: $content[e_min]: $content[e_sec]</TD>
50 </TR>
51 <TR>
52         <TD colspan="3" class="switch_sw$content[sw] bottom2 seperator"
53                 height="5">&nbsp;</TD>
54 </TR>
55 <TR>
56         <TD colspan="3" class="switch_sw$content[sw] seperator" height="5">&nbsp;</TD>
57 </TR>
58 <TR>
59         <TD class="switch_sw$content[sw]" width="305" align="right">{--RALLYE_MIN_USERS_MINI--}:</TD>
60         <TD class="switch_sw$content[sw] seperator" width="10">&nbsp;</TD>
61         <TD class="switch_sw$content[sw]" width="265" align="center"><INPUT
62                 type="text" name="min_users[$content[id]]" class="admin_normal"
63                 size="5" maxlength="20" value="$content[min_users]"></TD>
64 </TR>
65 <TR>
66         <TD colspan="3" class="switch_sw$content[sw] bottom2 seperator"
67                 height="5">&nbsp;</TD>
68 </TR>
69 <TR>
70         <TD colspan="3" class="switch_sw$content[sw] seperator" height="5">&nbsp;</TD>
71 </TR>
72 <TR>
73         <TD class="switch_sw$content[sw]" width="305" align="right">{--RALLYE_MIN_PRICES_MINI--}:</TD>
74         <TD class="switch_sw$content[sw] seperator" width="10">&nbsp;</TD>
75         <TD class="switch_sw$content[sw]" width="265" align="center"><INPUT
76                 type="text" name="min_prices[$content[id]]" class="admin_normal"
77                 size="5" maxlength="20" value="$content[min_prices]"></TD>
78 </TR>
79 <TR>
80         <TD colspan="3" class="switch_sw$content[sw] bottom2 seperator"
81                 height="5">&nbsp;</TD>
82 </TR>