User: cloph Date: 05/01/17 15:21:41 Modified: /de/www/testdir/ de_navbar.css, de_nonavbar.css, zuwendungen.html
Log: aber jetzt. Jetzt stimmt auch die Logik mit/ohne navbar :-) File Changes: Directory: /de/www/testdir/ =========================== File [changed]: de_navbar.css Url: http://de.openoffice.org/source/browse/de/www/testdir/de_navbar.css?r1=1.7&r2=1.8 Delta lines: +1 -14 -------------------- --- de_navbar.css 17 Jan 2005 23:14:28 -0000 1.7 +++ de_navbar.css 17 Jan 2005 23:21:30 -0000 1.8 @@ -4,7 +4,7 @@ - Spezielle Styles f�r Navbar - Navbar eingeblendet - $Id: de_navbar.css,v 1.7 2005/01/17 23:14:28 cloph Exp $ + $Id: de_navbar.css,v 1.8 2005/01/17 23:21:30 cloph Exp $ -------------------------------------------------------------*/ #navbar_de { @@ -41,18 +41,5 @@ #navbar_de td a:link, #navbar_de td a:visited { text-decoration: none; color: 0; -} - -/* verstecke linke Navigationsleiste */ -#navcolumn { - display: none; -} -/* Zeige searchbar nicht */ -#searchbox { - display: none; -} -/* linke Tabellenzelle nicht anzeigen */ -#leftcol { - display: none; } /*-------------------------------------------------------------*/ File [changed]: de_nonavbar.css Url: http://de.openoffice.org/source/browse/de/www/testdir/de_nonavbar.css?r1=1.5&r2=1.6 Delta lines: +14 -1 -------------------- --- de_nonavbar.css 12 Dec 2003 20:53:10 -0000 1.5 +++ de_nonavbar.css 17 Jan 2005 23:21:30 -0000 1.6 @@ -2,7 +2,7 @@ Lokales Stylesheet f�r de - Projekt Navbar ausgeblendet - $Id: de_nonavbar.css,v 1.5 2003/12/12 20:53:10 AndreSchnabel Exp $ + $Id: de_nonavbar.css,v 1.6 2005/01/17 23:21:30 cloph Exp $ -------------------------------------------------------------*/ @@ -11,4 +11,17 @@ position:absolute; width:1; height:1; +} + +/* verstecke linke Navigationsleite ("Project Tools") */ +#navcolumn { + display: none; +} +/* verstecke die Suchbox und die Hilfelinks */ +#searchbox { + display: none; +} +/* zeige auch die jetzt leere (aber mit widh=20% definierte) linke Tabellenzelle nicht */ +#leftcol { + display: none; } File [changed]: zuwendungen.html Url: http://de.openoffice.org/source/browse/de/www/testdir/zuwendungen.html?r1=1.11&r2=1.12 Delta lines: +4 -8 ------------------- --- zuwendungen.html 17 Jan 2005 22:34:47 -0000 1.11 +++ zuwendungen.html 17 Jan 2005 23:21:30 -0000 1.12 @@ -8,14 +8,10 @@ <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.11 2005/01/17 22:34:47 cloph Exp $ < --><!-- End de-header --> + <!-- > Kommentare zur Seite $Id: zuwendungen.html,v 1.12 2005/01/17 23:21:30 cloph Exp $ < --><!-- End de-header --> </head> <body> - <div id="navcolumn"> - <div id="projecttools" class="toolgroup"> - <p>Replace the navcolumn</p> - </div> - </div> - <P>This is the content bla bla - with non-empty navcolumn</p> -</body> + <p>This is the content of the site.. The navbar & the search-box are hidden using CSS</p> + <p>You can switch them on using the alternative Stylesheet.</p> + </body> </html> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
