HTML->XHTML preparation (still *A LOT* to convert
[mailer.git] / templates / de / html / admin / admin_list_rallye_prices.tpl
1 <form action="{!URL!}/modules.php?module=admin&amp;what=list_rallyes"
2         method="POST" style="margin-bottom: 0px">
3 <TABLE border="0" cellspacing="0" cellpadding="0" width="580"
4         class="admin_table dashed">
5         <TR>
6                 <TD colspan="5" align="center" class="admin_title" height="30"><strong>{--RALLYE_EDIT_DEL_RALLYES--}:</strong>
7                 </TD>
8         </TR>
9         <TR>
10                 <TD align="center" width="10" class="admin_title bottom2 right2"><strong>{--ID_SELECT--}</strong></TD>
11                 <TD align="center" width="100" class="admin_title bottom2 right2"><strong>{--RALLYE_TITLE--}:</strong></TD>
12                 <TD align="center" width="70" class="admin_title bottom2 right2"><strong>{--RALLYE_ADMIN_ID--}:</strong></TD>
13                 <TD align="center" width="200" class="admin_title bottom2 right2"><strong>{--RALLYE_TSTART--}:</strong></TD>
14                 <TD align="center" width="200" class="admin_title bottom2"><strong>{--RALLYE_TEND--}:</strong></TD>
15         </TR>
16         {!__RALLYE_ROWS!}
17         <TR>
18                 <TD colspan="5" class="admin_footer"><INPUT
19                         type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
20                 <INPUT type="submit" name="edit" class="admin_submit"
21                         value="{--RALLYE_EDIT_ADMIN--}" /> <INPUT type="submit"
22                         name="del" class="admin_delete" value="{--RALLYE_DELETE_ADMIN--}" />
23                 </TD>
24         </TR>
25 </TABLE>
26 </form>
27
28 <div class="admin_note"><strong>{--RALLYE_EDIT_DEL_NOTE--}</strong>
29 </div>