HTML->XHTML preparation (still *A LOT* to convert
[mailer.git] / templates / de / html / member / member_themes.tpl
1 <div align="center">
2
3 <P>{--MEMBER_THEME_LIST_USAGE--}</P>
4
5 <form action="{!URL!}/modules.php?module=login&amp;what=themes"
6         method="POST" style="margin-bottom: 0px">
7 <TABLE border="0" cellspacing="0" cellpadding="0" width="99%"
8         class="admin_table dashed">
9         <TR>
10                 <TD class="admin_title2 bottom2 right2" align="center">{--THEME_UNIX--}</TD>
11                 <TD class="admin_title2 bottom2 right2" align="center">{--THEME_NAME--}</TD>
12                 <TD class="admin_title2 bottom2 right2" align="center">{--THEME_AUTHOR--}</TD>
13                 <TD class="admin_title2 bottom2 right2" align="center">{--THEME_URL--}</TD>
14                 <TD class="admin_title2 bottom2" align="center">{--THEME_VERSION--}</TD>
15         </TR>
16         {!__THEME_LIST!}
17         <TR>
18                 <TD colspan="5" class="admin_footer" align="center"><INPUT
19                         type="reset" class="member_reset" value="{--UNDO_SELECTIONS--}" />
20                 <INPUT type="submit" name="ok" class="member_submit"
21                         value="{--MEMBER_SAVE_THEME--}" /></TD>
22         </TR>
23 </TABLE>
24 </form>
25
26 <P><div class="admin_note">{--MEMBER_THEME_LIST_NOTE--}</div></P>
27
28 </div>