website diff en/news/2008.php @ rev 1212

en/news: up all page
author Christophe Lincoln <pankso@slitaz.org>
date Fri May 02 16:55:22 2014 +0200 (2014-05-02)
parents 3d26c92b1820
children 8a07223a2644
line diff
     1.1 --- a/en/news/2008.php	Wed Jan 08 11:04:32 2014 +0100
     1.2 +++ b/en/news/2008.php	Fri May 02 16:55:22 2014 +0200
     1.3 @@ -1,8 +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="en" lang="en">
     1.7 +<!DOCTYPE html>
     1.8 +<html lang="en">
     1.9  <head>
    1.10 -	<meta http-equiv="content-type" content="text/html; charset=utf-8" />
    1.11 +	<meta charset="utf-8" />
    1.12  	<title>SliTaz - News archives 2008</title>
    1.13  	<meta name="description" content="SliTaz news archives info release" />
    1.14  	<meta name="keywords" lang="en" content="System, free, gnu, linux, opensource software, livecd in RAM" />
    1.15 @@ -11,30 +10,12 @@
    1.16  </head>
    1.17  <body>
    1.18  
    1.19 -<?php include("../../lib/html/header.html"); ?>
    1.20 -
    1.21 -<!-- Block -->
    1.22 -<div id="block">
    1.23 -	<?php include("../../lib/html/nav.en.html"); ?>
    1.24 -	<!-- Information/image -->
    1.25 -	<div id="block_info">
    1.26 -		<h4>News archives</h4>
    1.27 -		<p>
    1.28 -			Website news archives by year. Note that some links may be
    1.29 -			broken due to website structure changes (mainly the docs
    1.30 -			that moved to their own domain).
    1.31 -		</p>
    1.32 -		<p>
    1.33 -			<img src="/images/news.png" alt="[ ]" />
    1.34 -			<a href="2007.php">2007</a> | <a href="2008.php">2008</a>
    1.35 -			| <a href="2009.php">2009</a> | <a href="2010.php">2010</a>
    1.36 -			| <a href="2011.php">2011</a> | <a href="2012.php">2012</a>
    1.37 -			| <a href="./">2014</a>
    1.38 -		</p>
    1.39 -	</div>
    1.40 -</div>
    1.41 -
    1.42 -<?php include("../../lib/lang.php"); ?>
    1.43 +<?php
    1.44 +include("../../config.php");
    1.45 +include("../../lib/html/header.html");
    1.46 +include("../../lib/html/nav.html"); 
    1.47 +include("../../lib/lang.php"); 
    1.48 +?>
    1.49  
    1.50  <!-- Content -->
    1.51  <div id="content">
    1.52 @@ -175,6 +156,15 @@
    1.53  	LiveCD.</p></li>
    1.54  </ul>
    1.55  
    1.56 +<h2>News archives</h2>
    1.57 +<p>
    1.58 +	please note that some links may be broken due to website structure 
    1.59 +	changes (mainly the docs that moved to their own domain).
    1.60 +</p>
    1.61 +<p>
    1.62 +	<a href="index.php#archives">Archives by year</a>
    1.63 +</p>
    1.64 +
    1.65  <!-- End of content -->
    1.66  </div>
    1.67