]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_list_sponsor_row.tpl
HTML->XHTML preparation (still *A LOT* to convert
[mailer.git] / templates / de / html / admin / admin_list_sponsor_row.tpl
1 <TR>
2   <TD align="center" class="switch_sw$content[sw] bottom2 right2" width="100"><strong>{--ID_SELECT--}</strong></TD>
3   <TD align="center" class="switch_sw$content[sw] bottom2 right2" width="240" colspan="2"><strong>{--SURNAME_FAMILY--}:</strong></TD>
4   <TD align="center" class="switch_sw$content[sw] bottom2" width="160"><strong>{--SPONSOR_POINTS_LEFT--}:</strong></TD>
5 </TR>
6 <TR>
7   <TD align="center" class="switch_sw$content[sw] bottom2 right2" width="100">
8     [&nbsp;<strong><a href="{!URL!}/modules.php?module=admin&amp;what=list_sponsor&amp;id=$content[id]" title="{--ADMIN_SPONSOR_DETAILS_LINK_TITLE--}">$content[id]</a></strong>&nbsp;]
9   </TD>
10   <TD align="center" class="switch_sw$content[sw] bottom2 right2" width="240" colspan="2">
11     <a href="$content[email]">$content[gender] $content[sname] $content[fname]</a>
12   </TD>
13   <TD align="center" class="switch_sw$content[sw] bottom2" width="160">
14     [&nbsp;<strong><a href="{!URL!}/modules.php?module=admin&amp;what=edit_sponsor&amp;id=$content[id]&amp;mode=add_points" title="{--ADMIN_SPONSOR_ADD_POINTS_LINK_TITLE--}">$content[points]</a></strong>&nbsp;]
15   </TD>
16 </TR>
17 <TR>
18   <TD align="center" class="switch_sw$content[sw] bottom2 right2" width="100">
19     <strong>{--_STATUS--}</strong>:
20   </TD>
21   <TD align="center" class="switch_sw$content[sw] bottom2 right2" width="160"><strong>{--SPONSOR_CREATED--}:</strong></TD>
22   <TD align="center" class="switch_sw$content[sw] bottom2 right2" width="160"><strong>{--ADMIN_LAST_ONLINE--}:</strong></TD>
23   <TD align="center" class="switch_sw$content[sw] bottom2" width="160"><strong>{--REMOTE_IP--}:</strong></TD>
24 </TR>
25 <TR>
26   <TD align="center" class="switch_sw$content[sw] bottom2 right2" width="100">
27     [&nbsp;<strong><a href="{!URL!}/modules.php?module=admin&amp;what=lock_sponsor&amp;id=$content[id]">$content[status]</a></strong>&nbsp;]
28   </TD>
29   <TD align="center" class="switch_sw$content[sw] bottom2 right2" width="120">
30     $content[created]
31   </TD>
32   <TD align="center" class="switch_sw$content[sw] bottom2 right2" width="120">
33     $content[last]
34   </TD>
35   <TD align="center" class="switch_sw$content[sw] bottom2" width="160">
36     $content[ip]
37   </TD>
38 </TR>