website diff fr/get/index.php @ rev 1217

fr: update a few page and small fix
author Christophe Lincoln <pankso@slitaz.org>
date Sun May 04 13:25:54 2014 +0200 (2014-05-04)
parents e8d64efcd7cc
children d98db40d8b63
line diff
     1.1 --- a/fr/get/index.php	Sat Mar 29 19:21:22 2014 +0100
     1.2 +++ b/fr/get/index.php	Sun May 04 13:25:54 2014 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4 -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     1.5 -	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     1.6 -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
     1.7 +<!DOCTYPE html>
     1.8 +<html lang="fr">
     1.9  <head>
    1.10 +	<meta charset="utf-8" />
    1.11  	<meta http-equiv="content-type" content="text/html; charset=utf-8" />
    1.12  	<title>SliTaz - Téléchargements</title>
    1.13  	<meta name="description" content="Télécharger librement SliTaz GNU/Linux LiveCD/LiveUSB" />
    1.14 @@ -14,35 +14,22 @@
    1.15  <?php
    1.16  include("../../config.php");
    1.17  include("../../lib/html/header.html");
    1.18 +include("../../lib/html/nav-ng.fr.html"); 
    1.19 +include("../../lib/lang.php");
    1.20  ?>
    1.21  
    1.22 -<!-- Block -->
    1.23 -<div id="block">
    1.24 -	<?php include("../../lib/html/nav.fr.html"); ?>
    1.25 -	<!-- Information/image -->
    1.26 -	<div id="block_info">
    1.27 -		<h4>Obtenir SliTaz</h4>
    1.28 -		<p>
    1.29 -			Téléchargez la dernière version stable pour la production ou
    1.30 -			un solide environnement de bureau. Utilisez notre version
    1.31 -			Cooking pour tester les nouveautés et nous aider à améliorer
    1.32 -			la distribution.
    1.33 -		</p>
    1.34 -		<div class="button">
    1.35 -			Chargement rapide:
    1.36 -			<?php echo "<a href='$stable_iso'>SliTaz $stable_ver</a>
    1.37 -				<a href='$cooking_iso'>SliTaz $cooking</a>"; ?>
    1.38 -		</div>
    1.39 -	</div>
    1.40 -</div>
    1.41 -
    1.42 -<?php include("../../lib/lang.php"); ?>
    1.43 -
    1.44  <!-- Content -->
    1.45  <div id="content">
    1.46  
    1.47  <h2>Téléchargements</h2>
    1.48  
    1.49 +<p>
    1.50 +	Téléchargez la dernière version stable pour la production ou
    1.51 +	un solide environnement de bureau. Utilisez notre version
    1.52 +	Cooking pour tester les nouveautés et nous aider à améliorer
    1.53 +	la distribution.
    1.54 +</p>
    1.55 +
    1.56  <ul>
    1.57  	<li><a href="#stable">LiveCD version Stable</a> - Image ISO du
    1.58  		LiveCD de la version stable de SliTaz.</li>
    1.59 @@ -56,7 +43,7 @@
    1.60  
    1.61  <div class="box">
    1.62  	<p>
    1.63 -		Vous pouvez aider le projet via un petite donation ou en devenant
    1.64 +		Vous pouvez aider le projet via un petit donou en devenant
    1.65  		(en) <a href="/en/sponsor/">sponsor</a> officiel.
    1.66  	</p>
    1.67  	<?php include("../../lib/html/donate.html"); ?>