tazpanel view styles/default/header.html @ rev 49

Update all page with latest functions such as debug, bunch of fixes and adding support for deamons
author Christophe Lincoln <pankso@slitaz.org>
date Sat Apr 09 00:22:23 2011 +0200 (2011-04-09)
parents 56d55a9dcc9c
children dce3e66c3ba4
line source
1 <!DOCTYPE html>
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <title>Tazpanel - %TITLE%</title>
5 <meta charset="utf-8" />
6 <link rel="shortcut icon" href="/styles/default/favicon.ico" />
7 <link rel="stylesheet" type="text/css" href="/styles/default/style.css" />
8 <!-- Function to hide the loading message when page is generated. -->
9 <script type="text/javascript">
10 function showLoading(){
11 document.getElementById("loading").style.display='none';
12 }
13 </script>
14 </head>
15 <body onload="showLoading()">
17 <div id="toolbar">
18 <div id="icons">
19 <a href="/doc/">
20 <img src="/styles/default/images/help.png" /></a>
21 </div>
22 <div id="menu">
23 <a href="/">Panel</a>
24 <a href="/pkgs.cgi">Packages</a>
25 <a href="/network.cgi">Network</a>
26 <a href="/settings.cgi">Settings</a>
27 <a href="/live.cgi">Live</a>
28 <a href="/boot.cgi">Boot</a>
29 <a href="/hardware.cgi">Hardware</a>
30 </div>
31 </div>
33 <div id="header">
34 <h1>TazPanel - %TITLE%</h1>
35 </div>
37 <!-- Page content -->
38 <div id="content">