Naming-inconsistency fixed #2
[mailer.git] / templates / de / html / surfbar / surfbar_frame_top.tpl
index 283bf2e5edd613d1c48e1d5e2a18d9d032f59f80..5dccbdc27c29f90b0c2ccdcefe0bc4de026465dd 100644 (file)
@@ -10,8 +10,8 @@
                &raquo;<a href="$content[url]" target="_blank">Aktuelle Seite in neuem
                Fenster &ouml;ffnen</a>&laquo;&nbsp;<span id="surfbar_navi">[<a
                 href="#" onclick="return StartStopCounter();" id="start">Anhalten</a>|<a
-                target="_parent" href="{?URL?}/login.php">Loginbereich</a>|<a
-                target="_parent" href="{?URL?}/modules.php?module=login&amp;what=logout">Ausloggen</a>|<a
+                target="_parent" href="{%url=login.php%}">Loginbereich</a>|<a
+                target="_parent" href="{%url=modules.php?module=login&amp;what=logout%}">Ausloggen</a>|<a
                 href="javascript:window.close()">Schliessen</a>]</span><br />
 
                &raquo;{?MAIN_TITLE?} ist f&uuml;r den Inhalt nicht verantwortlich!&laquo;
@@ -20,7 +20,7 @@
 </table>
 <script type="text/javascript">
 <!--
-// @TODO Try to rewrite this JavaScript to js.php?js=surfbar_frame_top2 (wouldn't be easy)
+// @TODO Try to rewrite this JavaScript to js.php?js=surfbar_frame_top (wouldn't be easy)
 var currCounter = "$content[reload]";
 var maxCounter = "$content[reload]";
 var counter = document.getElementById("surfbar_counter");
@@ -48,7 +48,7 @@ function Init() {
 }
 
 function Confirm() {
-       parent.surfbar_url.location="{?URL?}/surfbar.php?id=$content[id]&check=$content[check]&salt=$content[salt]";
+       parent.surfbar_url.location="{%url=surfbar.php?id=$content[id]&check=$content[check]&salt=$content[salt]%}";
 }
 
 function ReloadThis() {
@@ -57,7 +57,7 @@ function ReloadThis() {
 }
 
 function InitCounter() {
-       parent.surfbar_url.location.href = "$content[url]";
+       parent.surfbar_url.location.href = '$content[url]';
        counter.innerHTML = '$content[reload]';
        points.innerHTML  = '$content[reward]';
        reload.innerHTML  = '$content[curr_reload]';