branch prepared
[mailer.git] / templates / de / html / admin / admin_list_rallyes_row.tpl
1 <TR>
2         <TD align="center" class="switch_sw$content[sw] bottom2 right2"
3                 rowspan="5">$content[select]</TD>
4         <TD align="center" class="switch_sw$content[sw] bottom2 right2"><STRONG>{--RALLYE_TITLE--}:</STRONG><BR>
5         $content[title]</TD>
6         <TD align="center" class="switch_sw$content[sw] bottom2 right2"><STRONG>{--RALLYE_DESCR2--}:</STRONG><BR>
7         $content[descr]</TD>
8         <TD align="center" class="switch_sw$content[sw] bottom2 right2"><STRONG>{--RALLYE_ADMIN_ID--}:</STRONG><BR>
9         <A href="$content[email_link]">$content[alogin]</A></TD>
10         <TD align="center" class="switch_sw$content[sw] bottom2 right2"><STRONG>{--RALLYE_TSTART--}:</STRONG><BR>
11         $content[start_date]</TD>
12         <TD align="center" class="switch_sw$content[sw] bottom2"><STRONG>{--RALLYE_TEND--}:</STRONG><BR>
13         $content[end_date]</TD>
14 </TR>
15 <TR>
16         <TD align="center" class="switch_sw$content[sw] bottom2 right2"><STRONG>{--RALLYE_TEMPLATE2--}:</STRONG><BR>
17         $content[template]</TD>
18         <TD align="center" class="switch_sw$content[sw] bottom2 right2"><STRONG>{--RALLYE_AUTO_ADD--}:</STRONG><BR>
19         <A
20                 href="{!URL!}/modules.php?module=admin&amp;what=list_rallyes&amp;rallye=$content[id]&amp;auto=$content[auto]"
21                 title="$content[auto_title]">$content[auto_lnk]</A></TD>
22         <TD align="center" class="switch_sw$content[sw] bottom2 right2"><STRONG>{--RALLYE_ACTIVE--}:</STRONG><BR>
23         <A
24                 href="{!URL!}/modules.php?module=admin&amp;what=list_rallyes&amp;rallye=$content[id]&amp;activate=$content[active]"
25                 title="$content[active_title]">$content[active_lnk]</A></TD>
26         <TD align="center" class="switch_sw$content[sw] bottom2 right2"><STRONG>{--RALLYE_NOTIFY--}:</STRONG><BR>
27         <A
28                 href="{!URL!}/modules.php?module=admin&amp;what=list_rallyes&amp;rallye=$content[id]&amp;notify=$content[notify]"
29                 title="$content[notify_title]">$content[notify_lnk]</A></TD>
30         <TD align="center" class="switch_sw$content[sw] bottom2"><STRONG>{--RALLYE_NOTIFIED--}:</STRONG><BR>
31         $content[notified]</TD>
32 </TR>
33 <TR>
34         <TD align="center" class="switch_sw$content[sw] bottom2 right2"
35                 colspan="3"><STRONG>{--RALLYE_ASSIGNED_PRICES--}:</STRONG><BR>
36         <A
37                 href="{!URL!}/modules.php?module=admin&amp;what=config_rallye_prices&amp;rallye=$content[id]">$content[prices_cnt]</A>
38         </TD>
39         <TD align="center" class="switch_sw$content[sw] bottom2" colspan="2">
40         <STRONG>{--RALLYE_ASSIGNED_USERS--}:</STRONG><BR>
41         $content[joined]</TD>
42 </TR>
43 <TR>
44         <TD align="center" class="admin_title bottom2" colspan="5" height="35">
45         <STRONG>{--RALLYE_LIMITATIONS--}:</STRONG></TD>
46 </TR>
47 <TR>
48         <TD align="center" class="switch_sw$content[sw] bottom2 right2"
49                 colspan="3"><STRONG>{--RALLYE_MIN_USERS_MINI--}:</STRONG><BR>
50         $content[min_users]</TD>
51         <TD align="center" class="switch_sw$content[sw] bottom2" colspan="2">
52         <STRONG>{--RALLYE_MIN_PRICES_MINI--}:</STRONG><BR>
53         $content[min_prices]</TD>
54 </TR>