website diff id/index.php @ rev 942

Update id index
author Christophe Lincoln <pankso@slitaz.org>
date Tue Mar 13 15:51:08 2012 +0100 (2012-03-13)
parents 5e9460d3aa5c
children c06d415c5eb9
line diff
     1.1 --- a/id/index.php	Mon Mar 12 01:19:45 2012 +0100
     1.2 +++ b/id/index.php	Tue Mar 13 15:51:08 2012 +0100
     1.3 @@ -5,32 +5,16 @@
     1.4  	<title>SliTaz GNU/Linux (id)</title>
     1.5  	<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
     1.6  	<meta name="description" content="SliTaz GNU/Linux LiveCD" />
     1.7 -	<meta name="keywords" lang="en" content="System, free, gnu, linux, software opensource, livecd LINUX in RAM" />
     1.8 -	<meta name="robots" content="index, follow, all" />
     1.9 -	<meta name="modified" content="<?php echo (date( "Y-m-d H:i:s", getlastmod())); ?>" />
    1.10 -	<meta name="author" content="Budiarno"/>
    1.11 -	<meta name="publisher" content="www.slitaz.org" />
    1.12 -	<link rel="shortcut icon" href="../favicon.ico" />
    1.13 -	<link rel="stylesheet" type="text/css" href="../slitaz.css" />
    1.14 -	<link rel="alternate" type="application//rss.xml" title="SliTaz Website feed" href="../en//rss.xml" />
    1.15 -	<link rel="alternate" type="application/atom+xml" title="SliTaz Labs feed" href="http://labs.slitaz.org/news?format=atom" />
    1.16 +	<meta name="keywords" lang="en" content="SliTaz indonesian" />
    1.17 +	<meta name="author" content="AjiNalo" />
    1.18 +	<?php include("../lib/html/meta-link.html"); ?>
    1.19  </head>
    1.20  <body>
    1.21  
    1.22 -<!-- Header -->
    1.23 -<div id="header">
    1.24 -	<div id="logo"></div>
    1.25 -	<div id="network">
    1.26 -		<a href="http://www.slitaz.org/netmap.php">
    1.27 -			<img src="../images/network.png" alt="network.png" /></a>
    1.28 -		<a href="http://scn.slitaz.org/">Community</a>
    1.29 -		<a href="http://doc.slitaz.org/">Doc</a>
    1.30 -		<a href="http://forum.slitaz.org/">Forum</a>
    1.31 -		<a href="http://bugs.slitaz.org">Bugs</a>
    1.32 -		<a href="http://hg.slitaz.org/">Hg</a>
    1.33 -	</div>
    1.34 -	<h1><a href="http://www.slitaz.org/">SliTaz GNU/Linux</a></h1>
    1.35 -</div>
    1.36 +<?php
    1.37 +include("../config.php");
    1.38 +include("../lib/html/header.html");
    1.39 +?>
    1.40  
    1.41  <!-- Block -->
    1.42  <div id="block">
    1.43 @@ -66,6 +50,11 @@
    1.44  			menyediakan desktop yang elegan tetapi tetap ringan, tool
    1.45  			konfigurasi yang mudah dan terdokumentasi dengan detil.
    1.46  		</p>
    1.47 +		<div class="button" style="text-align: left;">
    1.48 +			Download:
    1.49 +			<?php echo "<a href='$stable_iso'>SliTaz $stable_ver</a>
    1.50 +				<a href='$cooking_iso'>SliTaz $cooking</a>"; ?>
    1.51 +		</div>
    1.52  	</div>
    1.53  </div>
    1.54  
    1.55 @@ -100,8 +89,7 @@
    1.56  
    1.57  <div class="box">
    1.58  	<img src="../images/news.png" alt="news.png" />
    1.59 -	<a href="http://labs.slitaz.org/news">Berita dari Labs</a>
    1.60 -	(<a href="http://labs.slitaz.org/news?format=atom">Feed</a>) | 
    1.61 +	<a href="http://scn.slitaz.org/">Berita dari Blog</a> | 
    1.62  	<a href="http://doc.slitaz.org/en:newsletter:start">Newsletter Bulanan</a>
    1.63  </div>
    1.64  
    1.65 @@ -174,28 +162,14 @@
    1.66  <!-- End of news -->
    1.67  </div>
    1.68  
    1.69 +<h3>Twitter &amp; Facebook</h3>
    1.70 +
    1.71 +<?php include("../lib/html/social.html"); ?>
    1.72 +
    1.73  <!-- End of content -->
    1.74  </div>
    1.75  
    1.76 -<!-- Footer -->
    1.77 -<div id="footer">
    1.78 -	Copyright &copy; <span class="year"></span>
    1.79 -	<a href="http://www.slitaz.org/">SliTaz</a> - Network:
    1.80 -	<a href="http://scn.slitaz.org/">Community</a>
    1.81 -	<a href="http://doc.slitaz.org/">Doc</a>
    1.82 -	<a href="http://forum.slitaz.org/">Forum</a>
    1.83 -	<a href="http://pkgs.slitaz.org/">Packages</a>
    1.84 -	<a href="http://bugs.slitaz.org">Bugs</a>
    1.85 -	<a href="http://hg.slitaz.org/">Hg</a>
    1.86 -	<p>
    1.87 -		SliTaz @
    1.88 -		<a href="http://twitter.com/slitaz">Twitter</a>
    1.89 -		<a href="http://www.facebook.com/slitaz">Facebook</a>
    1.90 -		<a href="http://distrowatch.com/slitaz">Distrowatch</a>
    1.91 -		<a href="http://en.wikipedia.org/wiki/SliTaz">Wikipedia</a>
    1.92 -		<a href="http://flattr.com/profile/slitaz">Flattr</a>
    1.93 -	</p>
    1.94 -</div>
    1.95 +<?php include("../lib/html/footer.html"); ?>
    1.96  
    1.97  </body>
    1.98  </html>