slitaz-dev-tools rev 166

floppy builder: update css path
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Mar 21 09:23:54 2012 +0100 (2012-03-21)
parents 9caf20c8d18e
children 116c7b18fea2
files mirror-tools/slitaz/mirror/floppies/builder/index.php
line diff
     1.1 --- a/mirror-tools/slitaz/mirror/floppies/builder/index.php	Tue Mar 20 13:30:07 2012 +0100
     1.2 +++ b/mirror-tools/slitaz/mirror/floppies/builder/index.php	Wed Mar 21 09:23:54 2012 +0100
     1.3 @@ -46,8 +46,8 @@
     1.4  	<meta name="description" content="slitaz boot floppies builder" />
     1.5  	<meta name="robots" content="index, nofollow" />
     1.6  	<meta name="author" content="SliTaz Contributors" />
     1.7 -	<link rel="shortcut icon" href="../../css/favicon.ico" />
     1.8 -	<link rel="stylesheet" type="text/css" href="../../css/slitaz.css" />
     1.9 +	<link rel="shortcut icon" href="/static/favicon.ico" />
    1.10 +	<link rel="stylesheet" type="text/css" href="/static/slitaz.css" />
    1.11  	<style type="text/css">
    1.12  	
    1.13  input[type=text] {
    1.14 @@ -80,7 +80,7 @@
    1.15  	<div id="logo"></div>
    1.16  	<div id="network">
    1.17  		<a href="http://www.slitaz.org/">
    1.18 -		<img src="/css/pics/network.png" alt="network.png" /></a>
    1.19 +		<img src="/static/network.png" alt="[ home ]" /></a>
    1.20  		<a href="bootloader" title="Build your floppy sets without Internet">Shell builder</a> |
    1.21  		<a href="../../boot/floppy-grub4dos" title="Boot tools">Generic boot floppy</a>
    1.22  	</div>
    1.23 @@ -442,7 +442,7 @@
    1.24  <!-- Bottom and logo's -->
    1.25  <div id="bottom">
    1.26  <p>
    1.27 -<a href="http://validator.w3.org/check?uri=referer"><img src="../../css/pics/website/xhtml10.png" alt="Valid XHTML 1.0" title="Code validé XHTML 1.0" style="width: 80px; height: 15px;" /></a>
    1.28 +<a href="http://validator.w3.org/check?uri=referer"><img src="/static/xhtml10.png" alt="Valid XHTML 1.0" title="Code validé XHTML 1.0" style="width: 80px; height: 15px;" /></a>
    1.29  </p>
    1.30  </div>
    1.31