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