tazpanel diff styles/default/header.html @ rev 13

A bunch of change, users mangement, javascript small function, css, tazpg.cgi
author Christophe Lincoln <pankso@slitaz.org>
date Sun Apr 03 03:21:00 2011 +0200 (2011-04-03)
parents a346dfffa162
children 2ea20065417a
line diff
     1.1 --- a/styles/default/header.html	Sat Apr 02 10:18:57 2011 +0200
     1.2 +++ b/styles/default/header.html	Sun Apr 03 03:21:00 2011 +0200
     1.3 @@ -6,13 +6,14 @@
     1.4  	<link rel="shortcut icon" href="styles/default/favicon.ico" />
     1.5  	<link rel="stylesheet" type="text/css" href="styles/default/style.css" />
     1.6  </head>
     1.7 -<body>
     1.8 -
     1.9 +<body onLoad="init()">
    1.10 +	
    1.11  <h1>TazPanel - %TITLE%</h1>
    1.12  
    1.13  <div id="block">
    1.14  	<a href="./">Panel</a>
    1.15  	| <a href="tazpkg.cgi">Packages</a>
    1.16 +	| <a href="index.cgi?boot">Boot</a>
    1.17  	| <a href="index.cgi?users">Users</a>
    1.18  	| <a href="index.cgi?network">Network</a>
    1.19  	| <a href="index.cgi?hardware">Hardware</a>