website diff da/index.php @ rev 943

Add lib/html/nav.da.html and move da get page to PHP
author Christophe Lincoln <pankso@slitaz.org>
date Tue Mar 13 16:07:08 2012 +0100 (2012-03-13)
parents 5e9460d3aa5c
children 87d04172ed56
line diff
     1.1 --- a/da/index.php	Mon Mar 12 01:19:45 2012 +0100
     1.2 +++ b/da/index.php	Tue Mar 13 16:07:08 2012 +0100
     1.3 @@ -1,74 +1,24 @@
     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 -<! Danish (da) translation by Bo Vagner Højer - bohoejer@live.dk
     1.7 +<!-- Danish (da) translation by Bo Vagner Højer - bohoejer@live.dk
     1.8     Member of Labitat Hackerspace, Copenhagen - www.labitat.dk
     1.9 -   visit our hackerspace every tuesday evening for free - always hot coffee >     
    1.10 +   visit our hackerspace every tuesday evening for free - always hot coffee -->     
    1.11  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="da" lang="da">
    1.12  <head>
    1.13  	<title>SliTaz GNU/Linux (en)</title>
    1.14  	<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
    1.15  	<meta name="description" content="SliTaz GNU/Linux LiveCD" />
    1.16  	<meta name="keywords" lang="en" content="System, free, gnu, linux, software opensource, livecd LINUX in RAM" />
    1.17 -	<meta name="robots" content="index, follow, all" />
    1.18 -	<meta name="modified" content="<?php echo (date( "Y-m-d H:i:s", getlastmod())); ?>" />
    1.19 -	<meta name="author" content="Linux User"/>
    1.20 -	<link rel="shortcut icon" href="../favicon.ico" />
    1.21 -	<link rel="stylesheet" type="text/css" href="../slitaz.css" />
    1.22 -	<link rel="alternate" type="application//rss.xml" title="SliTaz Website feed" href="/rss.xml" />
    1.23 -	<link rel="alternate" type="application//rss.xml" title="SliTaz SCN feed" href="http://scn.slitaz.org/activity/feed/" />
    1.24 -	<script type="text/javascript">
    1.25 -	/* <![CDATA[ */
    1.26 -	    (function() {
    1.27 -	        var s = document.createElement('script'), t = document.getElementsByTagName('script')[0];
    1.28 -	        s.type = 'text/javascript';
    1.29 -	        s.async = true;
    1.30 -	        s.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
    1.31 -	        t.parentNode.insertBefore(s, t);
    1.32 -	    })();
    1.33 -	/* ]]> */
    1.34 -	</script>
    1.35 +	<meta name="author" content="Bo Vagner Højer" />
    1.36 +	<?php include("../lib/html/meta-link.html"); ?>
    1.37  </head>
    1.38  <body>
    1.39  
    1.40 -<!-- Header -->
    1.41 -<div id="header">
    1.42 -	<div id="logo"></div>
    1.43 -	<div id="network">
    1.44 -		<a href="http://www.slitaz.org/netmap.php">
    1.45 -			<img src="../images/network.png" alt="netværk:" /></a>
    1.46 -		<a href="http://scn.slitaz.org/">Samfund</a>
    1.47 -		<a href="http://doc.slitaz.org/">Vejledning</a>
    1.48 -		<a href="http://forum.slitaz.org/">Forum</a>
    1.49 -		<a href="http://bugs.slitaz.org">Fejl</a>
    1.50 -		<a href="http://hg.slitaz.org/">Hg</a>
    1.51 -	</div>
    1.52 -	<h1><a href="http://www.slitaz.org/">SliTaz GNU/Linux</a></h1>
    1.53 -</div>
    1.54 +<?php include("../lib/html/header.html"); ?>
    1.55  
    1.56  <!-- Block -->
    1.57  <div id="block">
    1.58 -	<!-- Navigation -->
    1.59 -	<div id="block_nav">
    1.60 -		<h4>Navigation</h4>
    1.61 -		<div class="right_box">
    1.62 -			<ul>
    1.63 -				<li><a href="mailing-list.html">Postliste</a></li>
    1.64 -				<li><a href="devel/">Udvikling</a></li>
    1.65 -				<li><a href="packages/">Programpakker</a></li>
    1.66 -				<li><a href="artwork/">Grafik</a></li>
    1.67 -				<li><a href="search.html">Søgning</a></li>
    1.68 -			</ul>
    1.69 -		</div>
    1.70 -		<div class="left_box">
    1.71 -			<ul>
    1.72 -				<li><a href="./">Nyheder</a></li>
    1.73 -				<li><a href="about/">Om SliTaz</a></li>
    1.74 -				<li><a href="get/">Hent SliTaz</a></li>
    1.75 -				<li><a href="asso/">Organisation</a></li>
    1.76 -				<li><a href="doc/">Vejledning</a></li>
    1.77 -			</ul>
    1.78 -		</div>
    1.79 -	</div>
    1.80 +	<?php include("../lib/html/nav.da.html"); ?>
    1.81  	<!-- Information/image -->
    1.82  	<div id="block_info">
    1.83  		<h4>Dansk hjemmeside</h4>
    1.84 @@ -89,8 +39,8 @@
    1.85  <div id="lang">
    1.86  	<a href="../i18n.php">
    1.87  		<img src="../images/locale.png" alt="Sprog:" /></a>
    1.88 -   <strong title="Oversættelse ved Bo Vagner Højer - bohoejer@live.dk">Dansk</strong>   
    1.89 -   <a href="../de/">Deutsch</a>
    1.90 +	<strong title="Oversættelse ved Bo Vagner Højer - bohoejer@live.dk">Dansk</strong>   
    1.91 +	<a href="../de/">Deutsch</a>
    1.92  	<a href="../en/">English</a>
    1.93  	<a href="../es/">Español</a>
    1.94  	<a href="../fr/">Français</a>
    1.95 @@ -258,48 +208,16 @@
    1.96  	indvoldveret i projektet.
    1.97  </p>
    1.98  
    1.99 -<div>
   1.100 -	<!-- PayPal Button -->
   1.101 -	<form action="https://www.paypal.com/cgi-bin/webscr" method="post"
   1.102 -		style="display: inline;">
   1.103 -		<input type="hidden" name="cmd" value="_s-xclick" />
   1.104 -		<input type="hidden" name="hosted_button_id" value="4885025" />
   1.105 -		<input type="image" src="../images/paypal.png" name="betal" 
   1.106 -			alt="PayPal - Den sikre, lettere vej til onlie betaling!" />
   1.107 -	</form>
   1.108 -	<!-- Flattr Button -->
   1.109 -	<a class="FlattrButton" style="display:none;" rev="flattr;button:compact;"
   1.110 -		href="http://www.slitaz.org/"></a>
   1.111 -	<!-- Twitter Button -->
   1.112 -	<script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
   1.113 -	<a href="http://twitter.com/share" class="twitter-share-button" 
   1.114 -		data-text="SliTaz GNU/Linux" 
   1.115 -		data-count="horizontal"
   1.116 -		data-via="slitaz">Tweet</a>
   1.117 -</div>
   1.118 +<?php include("../lib/html/donate.html"); ?>
   1.119 +
   1.120 +<h3>Twitter &amp; Facebook</h3>
   1.121 +
   1.122 +<?php include("../lib/html/social.html"); ?>
   1.123  
   1.124  <!-- End of content  -->
   1.125  </div>
   1.126  
   1.127 -<!-- Footer -->
   1.128 -<div id="footer">
   1.129 -	Ophavsret &copy; <span class="year"></span>
   1.130 -	<a href="http://www.slitaz.org/">SliTaz</a> - Netværk:
   1.131 -	<a href="http://scn.slitaz.org/">Samfund</a>
   1.132 -	<a href="http://doc.slitaz.org/">Vejledning</a>
   1.133 -	<a href="http://forum.slitaz.org/">Forum</a>
   1.134 -	<a href="http://pkgs.slitaz.org/">Programpakker</a>
   1.135 -	<a href="http://bugs.slitaz.org">Fejl</a>
   1.136 -	<a href="http://hg.slitaz.org/">Hg</a>
   1.137 -	<p>
   1.138 -		SliTaz @
   1.139 -		<a href="http://twitter.com/slitaz">Twitter</a>
   1.140 -		<a href="http://www.facebook.com/slitaz">Facebook</a>
   1.141 -		<a href="http://distrowatch.com/slitaz">Distrowatch</a>
   1.142 -		<a href="http://en.wikipedia.org/wiki/SliTaz">Wikipedia</a>
   1.143 -		<a href="http://flattr.com/profile/slitaz">Flattr</a>
   1.144 -	</p>
   1.145 -</div>
   1.146 +<?php include("../lib/html/footer.html"); ?>
   1.147  
   1.148  </body>
   1.149  </html>