]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/surfbar/surfbar_frame_textlinks.tpl
Colors switched
[mailer.git] / templates / de / html / surfbar / surfbar_frame_textlinks.tpl
index f54d30d444a1a2bf0f10585e4ffc581ba29e65af..3005c4e631cf496878ce2b7a21ac7eaf9fc4459b 100644 (file)
@@ -1,19 +1,18 @@
-<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;Jetzt Online: <span class="surfbar_counter">$content[online]</span>&laquo;&nbsp;-&nbsp;<a
-                href="{!URL!}/modules.php?module=index&amp;what=impressum" target="_blank">Ihr Textlink
-                hier?</a>&nbsp;-&nbsp;<a href="{!URL!}/modules.php?module=index&amp;what=impressum"
-                target="_blank">Ihr Textlink hier?</a>&nbsp;-&nbsp;<a
-                href="{!URL!}/modules.php?module=index&amp;what=impressum" target="_blank">Ihr Textlink hier?</a>
-                       <!-- Maximal 18 Pixel Hoehe, gut geeignet fuer Textlinks! //-->
+       <td id="surfbar_td">
+               &raquo;Jetzt Online: <span id="surfbar_counter">$content[online]</span>&laquo;&nbsp;-
+               <a href="{?URL?}/modules.php?module=index&amp;what=impressum" target="_blank">Ihr Textlink hier?</a>&nbsp;-
+               <a href="{?URL?}/modules.php?module=index&amp;what=impressum" target="_blank">Ihr Textlink hier?</a>&nbsp;-
+               <a href="{?URL?}/modules.php?module=index&amp;what=impressum" target="_blank">Ihr Textlink hier?</a>
+               <!-- Maximal 18 Pixel Hoehe, gut geeignet f&uuml;r Textlinks! //-->
        </td>
 </tr>
 </table>
-<script language="JavaScript" type="text/javascript">
+<script type="text/javascript">
 <!--
 function Reload() {
-       this.location.href='{!URL!}/surfbar.php?frame=stats';
+       this.location.href='{?URL?}/surfbar.php?frame=stats';
 }
 
 window.setTimeout("Reload()", $content[reload]);