slitaz-forge rev 497

cook: small cosmetic change
author Christophe Lincoln <pankso@slitaz.org>
date Mon Mar 31 23:11:11 2014 +0200 (2014-03-31)
parents 22ea61135a68
children 2f410243eb36
files cook/cross/header.html cook/cross/index.cgi cook/header.html
line diff
     1.1 --- a/cook/cross/header.html	Mon Mar 31 19:12:23 2014 +0100
     1.2 +++ b/cook/cross/header.html	Mon Mar 31 23:11:11 2014 +0200
     1.3 @@ -12,7 +12,7 @@
     1.4  		width: 250px;
     1.5  	}
     1.6  	#logo {
     1.7 -		background: url(/images/logo.png) no-repeat left;
     1.8 +		background: url(../images/logo.png) no-repeat left;
     1.9  		position: absolute;
    1.10  		float: left;
    1.11  		left: 0px;
    1.12 @@ -20,6 +20,7 @@
    1.13  		width: 40px;
    1.14  		height: 40px;
    1.15  	}
    1.16 +	pre { font-size: 100%; }
    1.17  	</style>
    1.18  </head>
    1.19  <body>
    1.20 @@ -34,8 +35,6 @@
    1.21  		<a href="http://roadmap.slitaz.org">Roadmap</a>
    1.22  		|
    1.23  		<a href="/cross">Cross</a>
    1.24 -		<a href="/cross/arm">arm</a>
    1.25 -		<a href="/cross/x86_64">x86_64</a>
    1.26  	</div>
    1.27  	<h1><a href="http://cook.slitaz.org">SliTaz Cooker</a></h1>
    1.28  </div>
     2.1 --- a/cook/cross/index.cgi	Mon Mar 31 19:12:23 2014 +0100
     2.2 +++ b/cook/cross/index.cgi	Mon Mar 31 23:11:11 2014 +0200
     2.3 @@ -9,24 +9,27 @@
     2.4  
     2.5  cat << EOT
     2.6  
     2.7 -<h2>SliTaz Cross</h2>
     2.8 +<h2>SliTaz Cross Cooker's</h2>
     2.9  
    2.10  <p>
    2.11 -	SliTaz is actually ported to the ARM platform and work is on the stove
    2.12 -	for the x86_64 architecture. Please read the Cookutils cross howto for
    2.13 -	more information.
    2.14 +	SliTaz is actually ported to the ARM platform and the x86_64
    2.15 +	architecture can be cross or natively compiled but not officially
    2.16 +	supported. Please read the Cookutils cross howto for more information.
    2.17  </p>
    2.18  
    2.19  <p>
    2.20  	SliTaz ARM website: <a href="http://arm.slitaz.org">arm.slitaz.org</a>
    2.21  </p>
    2.22  
    2.23 -<ul>
    2.24 -	<li>Arch: <a href="arm/">arm</a>
    2.25 -		[ <a href="arm/toolchain.cgi">toolchain</a> ]</li>
    2.26 -	<li>Arch: <a href="x86_64/">x86_64</a>
    2.27 -		[ <a href="x86_64/toolchain.cgi">toolchain</a> ]</li>
    2.28 -</ul>
    2.29 +<pre>
    2.30 +Arch  : <a href="arm/">arm</a>
    2.31 +Cross : <a href="arm/toolchain.cgi">toolchain</a>
    2.32 +</pre>
    2.33 +
    2.34 +<pre>
    2.35 +Arch  : <a href="x86_64/">x86_64</a>
    2.36 +Cross : <a href="x86_64/toolchain.cgi">toolchain</a>
    2.37 +</pre>
    2.38  
    2.39  </div>
    2.40  </body>
     3.1 --- a/cook/header.html	Mon Mar 31 19:12:23 2014 +0100
     3.2 +++ b/cook/header.html	Mon Mar 31 23:11:11 2014 +0200
     3.3 @@ -13,7 +13,7 @@
     3.4  		width: 250px;
     3.5  	}
     3.6  	#logo {
     3.7 -		background: url(images/logo.png) no-repeat left;
     3.8 +		background: url(/images/logo.png) no-repeat left;
     3.9  		position: absolute;
    3.10  		float: left;
    3.11  		left: 0px;