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

Add hardware.cgi, tiny fix in pkgs.cgi and add a TODO list
author Christophe Lincoln <pankso@slitaz.org>
date Fri Apr 08 05:59:24 2011 +0200 (2011-04-08)
parents 5b7e9a6565c9
children cf15cb2ff715
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="/index.cgi?boot">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">