]> git.mxchange.org Git - mailer.git/commitdiff
Textlinks added to surfbar bottom frame
authorRoland Häder <roland@mxchange.org>
Mon, 8 Sep 2008 20:26:12 +0000 (20:26 +0000)
committerRoland Häder <roland@mxchange.org>
Mon, 8 Sep 2008 20:26:12 +0000 (20:26 +0000)
.gitattributes
surfbar.php
templates/de/html/surfbar/surfbar_frame_stats.tpl
templates/de/html/surfbar/surfbar_frame_textlinks.tpl [new file with mode: 0644]

index f0758879806a528ad3723ade7029d2c3cbfe7b41..858b7a8899c379804fb736d4c443a0cf48482d5e 100644 (file)
@@ -1302,6 +1302,7 @@ templates/de/html/surfbar/.htaccess -text
 templates/de/html/surfbar/surfbar_frame_banner.tpl -text
 templates/de/html/surfbar/surfbar_frame_start.tpl -text
 templates/de/html/surfbar/surfbar_frame_stats.tpl -text
 templates/de/html/surfbar/surfbar_frame_banner.tpl -text
 templates/de/html/surfbar/surfbar_frame_start.tpl -text
 templates/de/html/surfbar/surfbar_frame_stats.tpl -text
+templates/de/html/surfbar/surfbar_frame_textlinks.tpl -text
 templates/de/html/surfbar/surfbar_frame_top.tpl -text
 templates/de/html/surfbar/surfbar_frameset.tpl -text
 templates/de/html/surfbar/surfbar_start_banner.tpl -text
 templates/de/html/surfbar/surfbar_frame_top.tpl -text
 templates/de/html/surfbar/surfbar_frameset.tpl -text
 templates/de/html/surfbar/surfbar_start_banner.tpl -text
index d182bf0b92e6bd9cef5ba0e14ba1d70677fdc829..3655fd58ac44d3d000f26d6fbb0e330eae6c5b67 100644 (file)
@@ -61,7 +61,7 @@ if (defined('mxchange_installed') && (isBooleanConstantAndTrue('mxchange_install
        }
 
        // Is there a check value?
        }
 
        // Is there a check value?
-       if ((SURFBAR_CHECK_RELOAD_FULL()) || ((isset($_GET['frame'])) && (in_array($_GET['frame'], array("stop", "stop2", "stats"))))) {
+       if ((SURFBAR_CHECK_RELOAD_FULL()) || ((isset($_GET['frame'])) && (in_array($_GET['frame'], array("stop", "stop2", "stats", "textlinks"))))) {
                // Reload-lock is full, surfbar stopped so...
                // Load header
                require_once(PATH."inc/header.php");
                // Reload-lock is full, surfbar stopped so...
                // Load header
                require_once(PATH."inc/header.php");
index ca2ee0f6277a42e4e3fb9122583057844349b3f4..367787541afbcd7a8ef837941f288fd8233ecf79 100644 (file)
@@ -14,9 +14,9 @@
 <script language="JavaScript" type="text/javascript">
 <!--
 function Reload() {
 <script language="JavaScript" type="text/javascript">
 <!--
 function Reload() {
-       this.location.reload();
+       this.location.href='{!URL!}/surfbar.php?frame=textlinks';
 }
 
 window.setTimeout("Reload()", $content[reload]);
 //-->
 }
 
 window.setTimeout("Reload()", $content[reload]);
 //-->
-</script>
\ No newline at end of file
+</script>
diff --git a/templates/de/html/surfbar/surfbar_frame_textlinks.tpl b/templates/de/html/surfbar/surfbar_frame_textlinks.tpl
new file mode 100644 (file)
index 0000000..f6f8f72
--- /dev/null
@@ -0,0 +1,16 @@
+<table border="0" cellspacing="0" cellpadding="0" width="100%" class="surfbar_table">
+<tr>
+       <td class="surfbar_td">
+               <!-- Maximal 18 Pixel Hoehe, gut geeignet fuer Textlinks! //-->
+       </td>
+</tr>
+</table>
+<script language="JavaScript" type="text/javascript">
+<!--
+function Reload() {
+       this.location.href='{!URL!}/surfbar.php?frame=stats';
+}
+
+window.setTimeout("Reload()", $content[reload]);
+//-->
+</script>