User: cloph Date: 05/01/17 14:19:58 Modified: /de/www/testdir/ zuwendungen.html
Log: Herumspielen mit der linken Navbar-Leiste... File Changes: Directory: /de/www/testdir/ =========================== File [changed]: zuwendungen.html Url: http://de.openoffice.org/source/browse/de/www/testdir/zuwendungen.html?r1=1.8&r2=1.9 Delta lines: +6 -54 -------------------- --- zuwendungen.html 4 Aug 2004 21:44:50 -0000 1.8 +++ zuwendungen.html 17 Jan 2005 22:19:51 -0000 1.9 @@ -1,67 +1,19 @@ <html> <head> - <title>Download</title> <!-- Start de-header --> + <title>Get rid of left navbar hack</title> <link rel="stylesheet" href="de.css" media="screen" type="text/css" /> <link rel="stylesheet" href="de_print.css" media="print" type="text/css" /> <link rel="stylesheet" title="mit Navbar" href="de_navbar.css" media="screen" type="text/css" /> <link rel="alternate stylesheet" title="ohne Navbar" media="screen" href="de_nonavbar.css" type="text/css" /> <script type="text/javascript" src="de.js"></script> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <!-- > Kommentare zur Seite $Id: zuwendungen.html,v 1.8 2004/08/04 21:44:50 cloph Exp $ < --><!-- End de-header --> -<SCRIPT LANGUAGE="JavaScript"> -<!-- - -/* - return string containing value of specified cookie or null - if cookie does not exist -*/ - -function getCookie() { - var dc = document.cookie; - var prefix = "quickURL="; - var begin = dc.indexOf("; " + prefix); - if (begin == -1) { - begin = dc.indexOf(prefix); - if (begin != 0) return null; - } else - begin += 2; - var end = document.cookie.indexOf(";", begin); - if (end == -1) - end = dc.length; - return unescape(dc.substring(begin + prefix.length, end)); -} -function doLoad() -{ - // the timeout value should be the same as in the "refresh" meta-tag - setTimeout( "refresh()", 2*1000 ); -} - -function refresh() -{ - // This version of the refresh function will cause a new - // entry in the visitor's history. It is provided for - // those browsers that only support JavaScript 1.0. - // - window.location.href = link; -} - - - -// --> -</SCRIPT> + <!-- > Kommentare zur Seite $Id: zuwendungen.html,v 1.9 2005/01/17 22:19:51 cloph Exp $ < --><!-- End de-header --> </head> <body> - <script> - link= getCookie(); - if (link == null ) { - alert("Du kommst nicht von der Downloadseite oder hast keine Cookies aktiviert"); - } else { - document.write('<p><small>Sollte der Download nicht automatisch starten, bitte folgenden Link nutzen</small>: <a href="'+ link + '">' + link + '</a></p>'); - doLoad(); -} -</script> - -<P>Zuwendungen bla blay</p> + <div id="navcolumn"> + <!-- empty --> + </div> + <P>This is the content bla bla</p> </body> </html> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
