More HTML tags ported to XHTML (all lower-case), bug #33 resolved
[mailer.git] / templates / de / html / guest / guest_stats_member.tpl
1 <div align="center">
2 <table border="0" cellspacing="0" cellpadding="0"
3         class="guest_stats dashed">
4         <tr>
5                 <td align="center" class="guest_stats_title bottom2" colspan="6"><strong>{--GUEST_STATS--}</strong></td>
6         </tr>
7         <tr>
8                 <td class="guest_stats_l bottom2">{--USERS_TOTAL--}:</td>
9                 <td class="guest_stats_m bottom2 right2">&nbsp;</td>
10                 <td class="guest_stats_r bottom2 right2">{!__TOTAL_USERS!}</td>
11                 <td class="guest_stats_l bottom2">{--UNCONFIRMED_USERIDS--}:</td>
12                 <td class="guest_stats_m bottom2 right2">&nbsp;</td>
13                 <td class="guest_stats_r bottom2">{!__UNCONFIRMED!}</td>
14         </tr>
15         <tr>
16                 <td class="guest_stats_l bottom2">{--GUEST_STATS_MALES--}:</td>
17                 <td class="guest_stats_m bottom2 right2">&nbsp;</td>
18                 <td class="guest_stats_r bottom2 right2">{!__MALE_COUNT!}</td>
19                 <td class="guest_stats_l bottom2">{--GUEST_STATS_FEMALES--}:</td>
20                 <td class="guest_stats_m bottom2 right2">&nbsp;</td>
21                 <td class="guest_stats_r bottom2">{!__FEMALE_COUNT!}</td>
22         </tr>
23         <!--<tr>
24   <td class="guest_stats_l bottom2">{--GUEST_STATS_TONLINE--}:</td>
25   <td class="guest_stats_m bottom2 right2">&nbsp;</td>
26   <td class="guest_stats_r bottom2 right2">{!__TMEM_COUNT!}</td>
27   <td class="guest_stats_l bottom2">{--GUEST_STATS_YONLINE--}:</td>
28   <td class="guest_stats_m bottom2 right2">&nbsp;</td>
29   <td class="guest_stats_r bottom2">{!__YMEM_COUNT!}</td>
30 </tr>//-->
31         <tr>
32                 <td class="guest_stats_l bottom2">{--GUEST_STATS_TREGISTER--}:</td>
33                 <td class="guest_stats_m bottom2 right2">&nbsp;</td>
34                 <td class="guest_stats_r bottom2 right2">{!__TREG_COUNT!}</td>
35                 <td class="guest_stats_l bottom2">{--GUEST_STATS_YREGISTER--}:</td>
36                 <td class="guest_stats_m bottom2 right2">&nbsp;</td>
37                 <td class="guest_stats_r bottom2">{!__YREG_COUNT!}</td>
38         </tr>
39         <tr>
40                 <td align="center" class="guest_stats_title bottom2" colspan="6"><strong>{--GUEST_STATS_MONTHLY--}</strong></td>
41         </tr>
42         {!__MONTH_STATS_ROWS!}
43         <tr>
44                 <td align="center" class="guest_stats_title bottom2" colspan="6"><strong>{--GUEST_STATS_CATS--}</strong></td>
45         </tr>
46         {!__CATS_STATS_ROWS!}
47         <tr>
48                 <td align="center" class="guest_stats_footer" colspan="6"><a
49                         href="{!URL!}/modules.php?module=index&amp;what=stats&amp;mode={!__LMODE_VALUE!}">{!__LINK_TITLE!}</a>
50                 </td>
51         </tr>
52 </table>
53 </div>