Configuration of advertisement networks prepared, CSS cleaned up, HTML rewritten:
[mailer.git] / templates / de / html / admin / admin_edit_rallyes_row.tpl
1 <tr>
2         <td class="{%template,ColorSwitch%}" width="305" align="right">{--RALLYE_TITLE--}:</td>
3         <td class="{%template,ColorSwitch%}" width="265" align="center">
4                 <input type="text" class="form_field" name="title[$content[id]]" size="30" maxlength="255" value="$content[title]" />
5         </td>
6 </tr>
7 <tr>
8         <td class="{%template,ColorSwitch%}" align="right" valign="top">{--RALLYE_DESCR--}:</td>
9         <td class="{%template,ColorSwitch%}" align="center">
10                 <textarea name="descr[$content[id]]" cols="30" rows="6" class="form_field">$content[descr]</textarea>
11         </td>
12 </tr>
13 <tr>
14         <td class="{%template,ColorSwitch%}" align="right">{--RALLYE_TEMPLATE--}:</td>
15         <td class="{%template,ColorSwitch%}" align="center">$content[templ]</td>
16 </tr>
17 <tr>
18         <td class="{%template,ColorSwitch%}" width="200" align="right" valign="top">{--RALLYE_START_DAY--}:</td>
19         <td class="{%template,ColorSwitch%}" width="290" align="center">
20                 <div>$content[s_day]. $content[s_month]. $content[s_year]</div>
21                 <div>$content[s_hour]: $content[s_min]: $content[s_sec]</div>
22         </td>
23 </tr>
24 <tr>
25         <td class="{%template,ColorSwitch%}" width="200" align="right" valign="top">{--RALLYE_END_DAY--}:</td>
26         <td class="{%template,ColorSwitch%}" width="290" align="center">
27                 <div>$content[e_day]. $content[e_month]. $content[e_year]</div>
28                 <div>$content[e_hour]: $content[e_min]: $content[e_sec]</div>
29         </td>
30 </tr>
31 <tr>
32         <td class="{%template,ColorSwitch%}" width="305" align="right">{--RALLYE_MIN_USERS_MINI--}:</td>
33         <td class="{%template,ColorSwitch%}" width="265" align="center">
34                 <input type="text" class="form_field" name="min_users[$content[id]]" size="5" maxlength="20" value="$content[min_users]" />
35         </td>
36 </tr>
37 <tr>
38         <td class="{%template,ColorSwitch%}" width="305" align="right">{--RALLYE_MIN_PRICES_MINI--}:</td>
39         <td class="{%template,ColorSwitch%}" width="265" align="center">
40                 <input type="text" class="form_field" name="min_prices[$content[id]]" size="5" maxlength="20" value="$content[min_prices]" >
41         </td>
42 </tr>