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