[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    www/international/germany/inc
From:       Mark Volkert <mark.volkert () rakekniven ! de>
Date:       2005-08-24 18:31:36
Message-ID: 1124908296.856107.21889.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 452947 by mvolkert:

using css

 M  +20 -24    fusszeile.inc  
 M  +23 -28    kopfzeile.inc  


--- trunk/www/international/germany/inc/fusszeile.inc #452946:452947
@@ -1,7 +1,7 @@
 </td>
 
 <!-- rechte Navigationsleiste -->
-<td width="180" valign="top">
+<td style="width:180px;" valign="top">
 <?php
 if (isset($navigation_rechts)) 
 	{
@@ -17,29 +17,25 @@
 </tr>
 </table>
 
-&nbsp;<p align="center">
-<img src="<?php echo $dir ?>bilder/navigation/top.png" \
                alt="Seitenanfang">&nbsp;&nbsp;<a href="#top">zur&uuml;ck zum \
                Seitenanfang</a>
-</p>
+  <p align="center">
+  <a href="#top"><img src="<?php echo $dir ?>bilder/navigation/top.png" \
alt="Seitenanfang" style="margin-right:5px;"> +  zur&uuml;ck zum Seitenanfang</a>
+  </p>
+  
+  <table style="border:0; width:100%;">
+    <tr>
+      <td align="center">
+      <img src="<?php echo $dir;?>bilder/navigation/dot.png" style="height:2px; \
width:100%;" alt="dot" /> +        <p>
+        <?php print "Letzte Aktualisierung am ".date("d.m.Y", getlastmod()); ?>
+        <br>
+        Kommentare zu dieser Webseite schicken Sie bitte<br />
+        an das <a href="mailto:www-de@mail.kde.org?subject=Kommentar%20an%20das%20WWW-Team%20von%20KDE.de">WWW-Team</a>
 +        von KDE Deutschland</p>
+        <p>KDE und K Desktop Environment sind Warenzeichen der <a \
href="http://www.kde.org/kde-ev/" target="_new">KDE e.V.</a><p/> +      </td>
+    </tr>
+  </table>
 
-<p />
-<table border="0" width="100%">
-<tr>
-<td align="center">
-<img src="<?php echo $dir;?>bilder/navigation/dot.png" height="2" width="100%" \
                alt="dot" />
-<br />
-<?php
- print "Letzte Aktualisierung am ".date("d.m.Y", getlastmod());
-?>
-<br />
-Kommentare zu dieser Webseite schicken Sie bitte
-<br />
-an das <a href="mailto:www-de@mail.kde.org?subject=Kommentar%20an%20das%20WWW-Team%20von%20KDE.de">WWW-Team</a> \
                von KDE Deutschland
-<p />
-KDE und K Desktop Environment sind Warenzeichen der 
-<a href="http://www.kde.org/kde-ev/" target="_new">KDE e.V.</a>
-<p />
-</td>
-</tr>
-</table>
 </body>
 </html>
--- trunk/www/international/germany/inc/kopfzeile.inc #452946:452947
@@ -9,53 +9,48 @@
   <link rel="alternate" type="application/rss+xml" title="KDE Deutschland - \
Nachrichten" href="http://www.kde.de/nachrichten/nachrichten.rdf">  </head>
 
-<body bgcolor="#ffffff" topmargin="0" leftmargin="0">
+<body>
 <a name="top"></a>
 
 <!-- obere Menueleiste -->
-<table cellspacing="0" cellpadding="0" border="0" width="100%">
-<tr valign="top">
-	<td width="600" class="menucell">
-  	&nbsp;<a href="<?php echo $dir;?>index.php" \
class="menulink">KDE.de</a>&nbsp;|&nbsp; +<table class="pageheader">
+<tr>
+  <td class="menucell">
+  	<div style="float:left;">
+    <a href="<?php echo $dir;?>index.php" class="menulink">KDE.de</a>&nbsp;|&nbsp;
   	<a href="<?php echo $dir;?>infos/faq/faq-einleitung.php" \
class="menulink">FAQ</a>&nbsp;|&nbsp;  <a href="<?php echo \
$dir;?>software/herunterladen.php" class="menulink">Download</a>&nbsp;|&nbsp;  <a \
href="<?php echo $dir;?>software/screenshots/index.php" class="menulink">KDE \
Screenshots</a>&nbsp;|&nbsp;  <a href="<?php echo $dir;?>nachrichten/nachrichten.php" \
                class="menulink">KDE Nachrichten</a>
-  	</td>
-  	<td width="*" align="right" class="menucell">
-  	<a href="<?php echo $dir;?>kontakt/fragen.php" class="menulink">Kontakt</a>&nbsp;
-  	</td>
+    </div>
+    <div style="float:right"><a href="<?php echo $dir;?>kontakt/fragen.php" \
class="menulink">Kontakt</a></div> +  </td>
 </tr>
 <tr>
-	<td>
-	<a href="<?php echo $dir;?>index.php"><img src="<?php echo \
$dir;?>bilder/navigation/logo.png" height="90" width="600" alt="Das K Desktop \
Environment" border="0" /></a> +	<td id="headerbgimage" \
style="background-image:url(<?php echo $dir;?>bilder/navigation/strich.png);"> +	<a \
href="<?php echo $dir;?>index.php"><img src="<?php echo \
$dir;?>bilder/navigation/logo.png" class="kdedelogo" alt="Das K Desktop \
Environment"></a>  </td>
-
-	<td>
-	<a href="<?php echo $dir;?>index.php"><img src="<?php echo \
$dir;?>bilder/navigation/strich.png" height="90" width="100%" alt="Das K Desktop \
                Environment" border="0" /></a>
-	</td>
 </tr>
-
-<tr valign="top">
+<tr>
 <!-- aktueller Pfad -->
-	<td class="locationcell" colspan="2">&nbsp;<?php echo $location; ?></td>
+	<td class="locationcell"><?php echo $location; ?></td>
 </tr>
 </table>
 
-<table border="0" width="100%">
+<table class="main">
 <tr>
 	<!-- linke Navigationsleiste -->
-	<td width="180" valign="top">
+	<td style="width:180px" valign="top">
 	<?php
-      	if (isset($links_file)) 
-	{
-        include "$links_file";
-      	} 
-	else 
+    if (isset($links_file)) 
+    {
+      include "$links_file";
+    } 
+    else 
 		{
-        	include "$dir/inc/navigation/links.inc";
-      		}
+      include "$dir/inc/navigation/links.inc";
+    }
 	 ?>
 	</td>
 
-	<td valign="top" width="*">
+	<td style="width:*;" valign="top">


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic