]> git.mxchange.org Git - mailer.git/blob - templates/de/html/surfbar/surfbar_frame_top.tpl
Rewrites/fixes for surfbar
[mailer.git] / templates / de / html / surfbar / surfbar_frame_top.tpl
1 <div align="center">
2 <table border="0" cellspacing="0" cellpadding="0" width="100%" id="surfbar_table">
3 <tr>
4         <td id="surfbar_td">
5                 <div>
6                 &raquo;<span id="surfbar_points">$content[xxx]</span> {?POINTS?} in
7                 <span id="surfbar_counter" class="surfbar_counter">$content[xxx]</span>
8                 <span id="surfbar_counter_word">Sekunden</span>&laquo;
9                 &raquo;<span id="surfbar_reload">X</span> von
10                 <span id="surfbar_max">X</span> im Reload&laquo;
11                 </div>
12
13                 <div>
14                 &raquo;<a href="{%pipe,SURFBAR_GET_URL=$content[url_id]%}" target="_blank">Aktuelle Seite in neuem
15                 Fenster &ouml;ffnen</a>&laquo;
16                 <span id="surfbar_navi">[<a href="#" onclick="return startStopCounter();"
17                  id="start">{--MEMBER_SURFBAR_ACTION_PAUSE_SUBMIT--}</a>|<a target="_parent"
18                  href="{%url=login.php%}">Loginbereich</a>|<a target="_parent"
19                  href="{%url=modules.php?module=login&amp;what=logout%}">Ausloggen</a>|<a
20                  href="javascript:window.close()">Schliessen</a>]</span>
21                 </div>
22
23                 <div>
24                 &raquo;{?MAIN_TITLE?} ist f&uuml;r den Inhalt nicht verantwortlich!&laquo;
25                 </div>
26         </td>
27 </tr>
28 </table>
29 </div>
30
31 <script type="text/javascript"
32  src="{%url=js.php?js=surfbar_frame_top&amp;url_id=$content[url_id]%}"></script>