Typo 'referral'->'referal' fixed, more 'empty version' fixed
[mailer.git] / templates / de / html / guest / guest_stats_member.tpl
1 <div align="center">
2 <table border="0" cellspacing="0" cellpadding="0" class="guest_stats dashed">
3         <tr>
4                 <td align="center" class="guest_stats_title bottom2" colspan="6"><strong>{--GUEST_STATS--}</strong></td>
5         </tr>
6         <tr>
7                 <td class="guest_stats_l bottom2">{--USERS_TOTAL--}:</td>
8                 <td class="guest_stats_m bottom2 right2">&nbsp;</td>
9                 <td class="guest_stats_r bottom2 right2">$content[total_users]</td>
10                 <td class="guest_stats_l bottom2">{--UNCONFIRMED_USERIDS--}:</td>
11                 <td class="guest_stats_m bottom2 right2">&nbsp;</td>
12                 <td class="guest_stats_r bottom2">$content[unconfirmed]</td>
13         </tr>
14         <tr>
15                 <td class="guest_stats_l bottom2">{--GUEST_STATS_MALES--}:</td>
16                 <td class="guest_stats_m bottom2 right2">&nbsp;</td>
17                 <td class="guest_stats_r bottom2 right2">$content[total_males]</td>
18                 <td class="guest_stats_l bottom2">{--GUEST_STATS_FEMALES--}:</td>
19                 <td class="guest_stats_m bottom2 right2">&nbsp;</td>
20                 <td class="guest_stats_r bottom2">$content[total_females]</td>
21         </tr>
22         <!--
23         @TODO We have to fix these counters.
24         <tr>
25                 <td class="guest_stats_l bottom2">{--GUEST_STATS_TONLINE--}:</td>
26                 <td class="guest_stats_m bottom2 right2">&nbsp;</td>
27                 <td class="guest_stats_r bottom2 right2">$content[tmem_count]</td>
28                 <td class="guest_stats_l bottom2">{--GUEST_STATS_YONLINE--}:</td>
29                 <td class="guest_stats_m bottom2 right2">&nbsp;</td>
30                 <td class="guest_stats_r bottom2">$content[ymem_count]</td>
31         </tr>
32         //-->
33         <tr>
34                 <td class="guest_stats_l bottom2">{--GUEST_STATS_TREGISTER--}:</td>
35                 <td class="guest_stats_m bottom2 right2">&nbsp;</td>
36                 <td class="guest_stats_r bottom2 right2">$content[treg_count]</td>
37                 <td class="guest_stats_l bottom2">{--GUEST_STATS_YREGISTER--}:</td>
38                 <td class="guest_stats_m bottom2 right2">&nbsp;</td>
39                 <td class="guest_stats_r bottom2">$content[yreg_count]</td>
40         </tr>
41         <tr>
42                 <td align="center" class="guest_stats_title bottom2" colspan="6"><strong>{--GUEST_STATS_MONTHLY--}</strong></td>
43         </tr>
44         $content[month_rows]
45         <tr>
46                 <td align="center" class="guest_stats_title bottom2" colspan="6"><strong>{--GUEST_STATS_CATS--}</strong></td>
47         </tr>
48         $content[cats_rows]
49         <tr>
50                 <td align="center" class="guest_stats_footer" colspan="6"><a
51                         href="{?URL?}/modules.php?module=index&amp;what=stats&amp;mode=$content[lmode]">$content[ltitle]</a>
52                 </td>
53         </tr>
54 </table>
55 </div>