Next stage of HTML rewriting, lesser br-tags
[mailer.git] / templates / de / html / surfbar / surfbar_frame_textlinks.tpl
index f54d30d444a1a2bf0f10585e4ffc581ba29e65af..398622d5d8fa8ee1cf00686dd9da0f895cebcd28 100644 (file)
@@ -1,19 +1,19 @@
-<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">
+               Jetzt Online: <span id="surfbar_counter">$content[online]</span> -
+               <!-- @TODO These are static lines and should be replaced by a filter (see ext-sponsor) //-->
+               <a href="{%url=modules.ph?module=index&amp;what=impressum%}" target="_blank">Ihr Textlink hier?</a> -
+               <a href="{%url=modules.ph?module=index&amp;what=impressum%}" target="_blank">Ihr Textlink hier?</a> -
+               <a href="{%url=modules.ph?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,js=surfbar.php?frame=stats%}';
 }
 
 window.setTimeout("Reload()", $content[reload]);