website diff de/index.php @ rev 935

Add lib/html/nav.de.html and switch deutch get page to PHP
author Christophe Lincoln <pankso@slitaz.org>
date Tue Mar 13 00:45:15 2012 +0100 (2012-03-13)
parents 5e9460d3aa5c
children c6e2d4b3f736
line diff
     1.1 --- a/de/index.php	Mon Mar 12 01:19:45 2012 +0100
     1.2 +++ b/de/index.php	Tue Mar 13 00:45:15 2012 +0100
     1.3 @@ -6,55 +6,16 @@
     1.4  	<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
     1.5  	<meta name="description" content="SliTaz GNU/Linux LiveCD" />
     1.6  	<meta name="keywords" lang="en" content="System, free, gnu, linux, software opensource, livecd LINUX in RAM" />
     1.7 -	<meta name="robots" content="index, follow, all" />
     1.8 -	<meta name="modified" content="2011-03-26 19:00:00" />
     1.9  	<meta name="author" content="F Steiner (Sevala), François (oui)"/>
    1.10 -	<link rel="shortcut icon" href="../favicon.ico" />
    1.11 -	<link rel="stylesheet" type="text/css" href="../slitaz.css" />
    1.12 -	<link rel="alternate" type="application//rss.xml" title="SliTaz Website feed" href="../en//rss.xml" />
    1.13 -	<link rel="alternate" type="application/atom+xml" title="SliTaz Labs feed" href="http://labs.slitaz.org/news?format=atom" />
    1.14 +	<?php include("../lib/html/meta-link.html"); ?>
    1.15  </head>
    1.16  <body>
    1.17 -	
    1.18 -<!-- Header -->
    1.19 -<div id="header">
    1.20 -	<div id="logo"></div>
    1.21 -	<div id="network">
    1.22 -		<a href="http://www.slitaz.org/netmap.php">
    1.23 -			<img src="../images/network.png" alt="network.png" /></a>
    1.24 -		<a href="http://scn.slitaz.org/">Community</a>
    1.25 -		<a href="http://doc.slitaz.org/">Doc</a>
    1.26 -		<a href="http://forum.slitaz.org/">Forum</a>
    1.27 -		<a href="http://bugs.slitaz.org">Bugs</a>
    1.28 -		<a href="http://hg.slitaz.org/">Hg</a>
    1.29 -	</div>
    1.30 -	<h1><a href="http://www.slitaz.org/">SliTaz GNU/Linux</a></h1>
    1.31 -</div>
    1.32 +
    1.33 +<?php include("../lib/html/header.html"); ?>
    1.34  
    1.35  <!-- Block -->
    1.36  <div id="block">
    1.37 -	<!-- Navigation -->
    1.38 -	<div id="block_nav">
    1.39 -		<h4>Navigation</h4>
    1.40 -		<div class="right_box">
    1.41 -			<ul>
    1.42 -				<li><a href="mailing-list.html">Mailing List</a></li>
    1.43 -				<li><a href="devel/">Entwicklung</a></li>
    1.44 -				<li><a href="packages/">Pakete</a></li>
    1.45 -				<li><a href="artwork/">Artwork</a></li>
    1.46 -				<li><a href="search.html">Suchen</a></li>
    1.47 -			</ul>
    1.48 -		</div>
    1.49 -		<div class="left_box">
    1.50 -			<ul>
    1.51 -				<li><a href="./">Neuigkeiten</a></li>
    1.52 -				<li><a href="about/">Über SliTaz</a></li>
    1.53 -				<li><a href="get/">Download</a></li>
    1.54 -				<li><a href="../en/asso/">Association (en)</a></li>
    1.55 -				<li><a href="http://doc.slitaz.org/de:start">Dokumentation</a></li>
    1.56 -			</ul>
    1.57 -		</div>
    1.58 -	</div>
    1.59 +	<?php include("../lib/html/nav.de.html"); ?>
    1.60  	<!-- Information/image -->
    1.61  	<div id="block_info">
    1.62  		<h4>Startseite</h4>
    1.63 @@ -111,8 +72,7 @@
    1.64  
    1.65  <div class="box">
    1.66  	<img src="../images/news.png" alt=".png" />	
    1.67 -	<a href="http://labs.slitaz.org/news">Labs-Nachrichten</a>
    1.68 -	(<a href="http://labs.slitaz.org/news?format=atom">Sendung</a>) | 
    1.69 +	<a href="http://scn.slitaz.org/">Blog-Nachrichten</a> | 
    1.70  	<a href="http://doc.slitaz.org/en:newsletter:start">Monthly Newsletter</a>
    1.71  </div>
    1.72  
    1.73 @@ -361,28 +321,18 @@
    1.74  <!-- End of news -->
    1.75  </div>
    1.76  
    1.77 -<!-- End of content -->
    1.78 +<h3>Donate</h3>
    1.79 +
    1.80 +<?php include("../lib/html/donate.html"); ?>
    1.81 +
    1.82 +<h3>Twitter &amp; Facebook</h3>
    1.83 +
    1.84 +<?php include("../lib/html/social.html"); ?>
    1.85 +
    1.86 +<!-- End of content  -->
    1.87  </div>
    1.88  
    1.89 -<!-- Footer -->
    1.90 -<div id="footer">
    1.91 -	Copyright &copy; <span class="year"></span>
    1.92 -	<a href="http://www.slitaz.org/">SliTaz</a> - Network:
    1.93 -	<a href="http://scn.slitaz.org/">Community</a>
    1.94 -	<a href="http://doc.slitaz.org/">Doc</a>
    1.95 -	<a href="http://forum.slitaz.org/">Forum</a>
    1.96 -	<a href="http://pkgs.slitaz.org/">Packages</a>
    1.97 -	<a href="http://bugs.slitaz.org">Bugs</a>
    1.98 -	<a href="http://hg.slitaz.org/">Hg</a>
    1.99 -	<p>
   1.100 -		SliTaz @
   1.101 -		<a href="http://twitter.com/slitaz">Twitter</a>
   1.102 -		<a href="http://www.facebook.com/slitaz">Facebook</a>
   1.103 -		<a href="http://distrowatch.com/slitaz">Distrowatch</a>
   1.104 -		<a href="http://en.wikipedia.org/wiki/SliTaz">Wikipedia</a>
   1.105 -		<a href="http://flattr.com/profile/slitaz">Flattr</a>
   1.106 -	</p>
   1.107 -</div>
   1.108 +<?php include("../lib/html/footer.html"); ?>
   1.109  
   1.110  </body>
   1.111  </html>