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

Add Install tab (thanks Dominique)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Sep 02 13:46:24 2011 +0200 (2011-09-02)
parents dce3e66c3ba4
children c195a156f892
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="/help.cgi">
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 <a href="/installer.cgi">Install</a>
31 </div>
32 </div>
34 <div id="header">
35 <h1>TazPanel - %TITLE%</h1>
36 </div>
38 <!-- Page content -->
39 <div id="content">