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

New style and use /usr/bin/tazpanel to lauch a browser
author Christophe Lincoln <pankso@slitaz.org>
date Thu Feb 20 00:07:26 2014 +0100 (2014-02-20)
parents b5a8dc2e1374
children 8b420d64bdfe
line diff
     1.1 --- a/styles/default/header.html	Mon Jan 06 00:45:40 2014 +0100
     1.2 +++ b/styles/default/header.html	Thu Feb 20 00:07:26 2014 +0100
     1.3 @@ -22,6 +22,10 @@
     1.4  </head>
     1.5  <body onload="showLoading()">
     1.6  
     1.7 +<div id="header">
     1.8 +	<h1>$TITLE</h1>
     1.9 +</div>
    1.10 +
    1.11  <div id="toolbar">
    1.12  	<div id="icons">
    1.13  		<a href="/help.cgi">
    1.14 @@ -91,10 +95,6 @@
    1.15  	</ul>
    1.16  </div>
    1.17  
    1.18 -<div id="header">
    1.19 -	<h1>$TITLE</h1>
    1.20 -</div>
    1.21 -
    1.22  <!-- Page content -->
    1.23  <div id="content">
    1.24  EOT