slitaz-forge rev 444

Update cook webinterface
author Christophe Lincoln <pankso@slitaz.org>
date Fri Jan 31 21:29:09 2014 +0100 (2014-01-31)
parents e4b5dcbc133c
children 01e4aee25c9a
files cook/header.html cook/images/logo.png
line diff
     1.1 --- a/cook/header.html	Wed Jan 29 23:04:11 2014 +0100
     1.2 +++ b/cook/header.html	Fri Jan 31 21:29:09 2014 +0100
     1.3 @@ -6,6 +6,22 @@
     1.4  	<link rel="shortcut icon" href="favicon.ico" />
     1.5  	<link rel="stylesheet" type="text/css" href="style.css" />
     1.6  	<link rel="alternate" type="application/rss+xml" title="Cooker Feed" href="?rss" />
     1.7 +	<style type="text/css">
     1.8 +	#header h1 {
     1.9 +		margin: 0;
    1.10 +		padding: 8px 0 0 42px;
    1.11 +		width: 250px;
    1.12 +	}
    1.13 +	#logo {
    1.14 +		background: url(images/logo.png) no-repeat left;
    1.15 +		position: absolute;
    1.16 +		float: left;
    1.17 +		left: 0px;
    1.18 +		top: 0px;
    1.19 +		width: 40px;
    1.20 +		height: 40px;
    1.21 +	}
    1.22 +	</style>
    1.23  </head>
    1.24  <body>
    1.25  
    1.26 @@ -15,16 +31,16 @@
    1.27  		<a href="http://www.slitaz.org/">Home</a>
    1.28  		<a href="http://forum.slitaz.org/">Forum</a>
    1.29  		<a href="http://bugs.slitaz.org/">Bugs</a>
    1.30 -		<a href="http://tank.slitaz.org/">Tank</a>
    1.31  		<a href="http://hg.slitaz.org/wok/">Hg</a>
    1.32  		<a href="http://roadmap.slitaz.org/">Roadmap</a>
    1.33  		<a href="http://pizza.slitaz.me/">Pizza</a>
    1.34 -		<a href="http://cook.slitaz.org/">Cook:</a>
    1.35 -		<a href="/cross">Cross</a>
    1.36 +		<a href="http://tank.slitaz.org/">Tank</a>
    1.37 +		|
    1.38  		<!--
    1.39  			We may handle cookiso link via CGI since it may
    1.40  			not be present for all arch
    1.41  		-->
    1.42 +		<a href="/cross">Cross</a>
    1.43  		<a href="/cookiso.cgi">ISO</a>
    1.44  		<a href="/stable/">Stable</a>
    1.45  		<a href="/backports/">Backports</a>
     2.1 Binary file cook/images/logo.png has changed