]> git.mxchange.org Git - mailer.git/blob - templates/de/html/surfbar/surfbar_frame_stats.tpl
56d990f74a6a7b900f3c9a96eafc8b6f059ad2f8
[mailer.git] / templates / de / html / surfbar / surfbar_frame_stats.tpl
1 <table border="0" cellspacing="0" cellpadding="0" width="100%" id="surfbar_table">
2 <tr>
3         <td id="surfbar_td">
4                 Guthaben: <span id="surfbar_points">{%pipe,translateComma=$content[points]%} {?POINTS?}</span> -
5                 Jetzt Online: <span id="surfbar_counter">{%pipe,SURFBAR_DETERMINE_TOTAL_ONLINE%}</span> -
6                 Seitenaufrufe: Heute:<span id="surfbar_counter">{%config,translateComma=surfbar_daily_counter%}</span> -
7                 Gestern:<span id="surfbar_counter">{%config,translateComma=surfbar_yester_counter%}</span> -
8                 Woche:<span id="surfbar_counter">{%config,translateComma=surfbar_weekly_counter%}</span> -
9                 Monat:<span id="surfbar_counter">{%config,translateComma=surfbar_monthly_counter%}</span> -
10                 Gesamt:<span id="surfbar_counter">{%config,translateComma=surfbar_total_counter%}</span>
11         </td>
12 </tr>
13 </table>
14 <script type="text/javascript">
15 <!--
16 function Reload() {
17         this.location.href = '{%url,js=surfbar.php?frame=textlinks%}';
18 }
19
20 window.setTimeout("Reload()", $content[reload]);
21 //-->
22 </script>