website view fr/news/index.php @ rev 1175

New colors, update fr and small fixes
author Christophe Lincoln <pankso@slitaz.org>
date Wed Jan 15 13:53:03 2014 +0100 (2014-01-15)
parents cd72b985d6fd
children 2dde67c1a7ef
line source
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
4 <head>
5 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
6 <title>SliTaz - News archives</title>
7 <meta name="description" content="Archive des news de SliTaz GNU/Linux" />
8 <meta name="keywords" lang="fr" content="slitaz old news" />
9 <meta name="author" content="Christophe Lincoln"/>
10 <?php include("../../lib/html/meta-link.html"); ?>
11 </head>
12 <body>
14 <?php include("../../lib/html/header.html"); ?>
16 <!-- Block -->
17 <div id="block">
18 <?php include("../../lib/html/nav.fr.html"); ?>
19 <!-- Information/image -->
20 <div id="block_info">
21 <h4>Archives des news</h4>
22 <p>
23 Les archives de l'actualité du site classée par année.
24 </p>
25 <p>
26 <img src="/images/news.png" alt="[ ]" />
27 <a href="2007.php">2007</a> | <a href="2008.php">2008</a>
28 | <a href="2009.php">2009</a> | <a href="2010.php">2010</a>
29 | <a href="2011.php">2011</a> | <a href="2012.php">2012</a>
30 | <a href="./">2014</a>
31 </p>
32 </div>
33 </div>
35 <?php include("../../lib/lang.php"); ?>
37 <!-- Content -->
38 <div id="content">
40 <h2>2014</h2>
42 <div class="news">
44 L'année de publication de SliTaz 5.0!
46 <!-- End of news -->
47 </div>
49 <!-- End of content -->
50 </div>
52 <?php include("../../lib/html/footer.html"); ?>
54 </body>
55 </html>