]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/surfbar/surfbar_frame_stats.tpl
Colors switched
[mailer.git] / templates / de / html / surfbar / surfbar_frame_stats.tpl
index ca2ee0f6277a42e4e3fb9122583057844349b3f4..e2d7cdc9d023bd959677421cc73f3f34e58a075d 100644 (file)
@@ -1,22 +1,22 @@
-<table border="0" cellspacing="0" cellpadding="0" width="100%" class="surfbar_table">
+<table border="0" cellspacing="0" cellpadding="0" width="100%" id="surfbar_table">
 <tr>
-       <td class="surfbar_td">
-               &raquo;Guthaben: <span class="surfbar_points">$content[points]&nbsp;{!POINTS!}</span>&laquo;&nbsp;-
-               &raquo;Jetzt Online: <span class="surfbar_counter">$content[online]</span>&laquo;&nbsp;-
-               &raquo;Seitenaufrufe: Heute:<span class="surfbar_counter">$content[c_today]</span>&nbsp;-
-               Gestern:<span class="surfbar_counter">$content[c_yester]</span>&nbsp;-
-               Woche:<span class="surfbar_counter">$content[c_week]</span>&nbsp;-
-               Monat:<span class="surfbar_counter">$content[c_month]</span>&nbsp;-
-               Gesamt:<span class="surfbar_counter">$content[c_total]</span>&laquo;
+       <td id="surfbar_td">
+               &raquo;Guthaben: <span id="surfbar_points">$content[points]&nbsp;{?POINTS?}</span>&laquo;&nbsp;-
+               &raquo;Jetzt Online: <span id="surfbar_counter">$content[online]</span>&laquo;&nbsp;-
+               &raquo;Seitenaufrufe: Heute:<span id="surfbar_counter">$content[c_today]</span>&nbsp;-
+               Gestern:<span id="surfbar_counter">$content[c_yester]</span>&nbsp;-
+               Woche:<span id="surfbar_counter">$content[c_week]</span>&nbsp;-
+               Monat:<span id="surfbar_counter">$content[c_month]</span>&nbsp;-
+               Gesamt:<span id="surfbar_counter">$content[c_total]</span>&laquo;
        </td>
 </tr>
 </table>
-<script language="JavaScript" type="text/javascript">
+<script type="text/javascript">
 <!--
 function Reload() {
-       this.location.reload();
+       this.location.href='{?URL?}/surfbar.php?frame=textlinks';
 }
 
 window.setTimeout("Reload()", $content[reload]);
 //-->
-</script>
\ No newline at end of file
+</script>