slitaz-dev-tools diff mirror-tools/mirror-info/graphs.php @ rev 24

mirror-info: use common css
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 27 12:19:23 2011 +0100 (2011-02-27)
parents c10091471566
children c9f517d25721
line diff
     1.1 --- a/mirror-tools/mirror-info/graphs.php	Sun Feb 27 04:41:02 2011 +0000
     1.2 +++ b/mirror-tools/mirror-info/graphs.php	Sun Feb 27 12:19:23 2011 +0100
     1.3 @@ -7,16 +7,16 @@
     1.4  	<meta name="description" content="slitaz mirror rrdtool graphs" />
     1.5  	<meta name="robots" content="noindex" />
     1.6  	<meta name="author" content="SliTaz Contributors" />
     1.7 -	<link rel="shortcut icon" href="favicon.ico" />
     1.8 -	<link rel="stylesheet" type="text/css" href="slitaz.css" />
     1.9 +	<link rel="shortcut icon" href="/css/favicon.ico" />
    1.10 +	<link rel="stylesheet" type="text/css" href="/css/slitaz.css" />
    1.11  </head>
    1.12  <body>
    1.13  
    1.14  <!-- Header -->
    1.15  <div id="header">
    1.16 -    <a href="http://mirror.slitaz.org/info/"><img id="logo"
    1.17 -		src="pics/website/logo.png" 
    1.18 -		title="mirror.slitaz.org/info/" alt="mirror.slitaz.org/info/" /></a>
    1.19 +    <a href="http://<?php echo $_SERVER["HTTP_HOST"]; ?>/info/"><img id="logo"
    1.20 +		src="/css/pics/website/logo.png" 
    1.21 +		title="<?php echo $_SERVER["HTTP_HOST"]; ?>/info/" alt="<?php echo $_SERVER["HTTP_HOST"]; ?>/info/" /></a>
    1.22      <p id="titre">#!/project/<?php echo preg_replace('/(\w+).*/i','$1',$_SERVER["HTTP_HOST"]); ?></p>
    1.23  </div>
    1.24  
    1.25 @@ -153,7 +153,7 @@
    1.26  <div id="bottom">
    1.27  <p>
    1.28  <a href="http://validator.w3.org/check?uri=referer"><img
    1.29 -   src="pics/website/xhtml10.png" alt="Valid XHTML 1.0"
    1.30 +   src="/css/pics/website/xhtml10.png" alt="Valid XHTML 1.0"
    1.31     title="Code validé XHTML 1.0"
    1.32     style="width: 80px; height: 15px;" /></a>
    1.33  </p>