]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/surfbar/surfbar_frame_textlinks.tpl
Special characters, like German Umlaute, rewritten to entities (yes, still them....
[mailer.git] / templates / de / html / surfbar / surfbar_frame_textlinks.tpl
index f6f8f72c3aa714b31a302f0f16077aff498ad87b..3005c4e631cf496878ce2b7a21ac7eaf9fc4459b 100644 (file)
@@ -1,14 +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">
-               <!-- 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]);