mailer project continued:
[mailer.git] / templates / de / html / surfbar / surfbar_frame_textlinks.tpl
1 <table border="0" cellspacing="0" cellpadding="0" width="100%" id="surfbar_table">
2 <tr>
3         <td id="surfbar_td">
4                 Jetzt Online: <span class="surfbar_counter">{%pipe,determineSurfbarTotalOnline%}</span> -
5                 <!-- @TODO These are static lines and should be replaced by a filter (see ext-network/ext-sponsor) //-->
6                 <a href="{%url=modules.php?module=index&amp;what=impressum%}" target="_blank">Ihr Textlink hier?</a> -
7                 <a href="{%url=modules.php?module=index&amp;what=impressum%}" target="_blank">Ihr Textlink hier?</a> -
8                 <a href="{%url=modules.php?module=index&amp;what=impressum%}" target="_blank">Ihr Textlink hier?</a>
9                 <!-- Maximal 18 Pixel Hoehe, gut geeignet f&uuml;r Textlinks! //-->
10         </td>
11 </tr>
12 </table>
13 <script type="text/javascript">
14 <!--
15 function Reload() {
16         this.location.href = '{%url,js=surfbar.php?frame=stats%}';
17 }
18
19 window.setTimeout("Reload()", $content[reload]);
20 //-->
21 </script>