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]" />
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>
14 <td class="{%template,ColorSwitch%}" align="right">{--RALLYE_TEMPLATE--}:</td>
15 <td class="{%template,ColorSwitch%}" align="center">$content[templ]</td>
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>
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>
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]" />
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]" >