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

Massive improvement to inedx.cgi, up Makefile, smatter tazpanel cmdline
author Christophe Lincoln <pankso@slitaz.org>
date Sun Apr 03 17:43:32 2011 +0200 (2011-04-03)
parents 64f564036b88
children bbd7b3e24974
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 </head>
9 <body>
11 <div id="tazbar">
12 <div id="menu"><a href="./">Panel</a>
13 <a href="tazpkg.cgi">Packages</a>
14 <a href="index.cgi?boot">Boot</a>
15 <a href="index.cgi?users">Users</a>
16 <a href="index.cgi?network">Network</a>
17 <a href="index.cgi?hardware">Hardware</a>
18 </div>
19 </div>
21 <h1>TazPanel - %TITLE%</h1>
23 <!-- Page content -->
24 <div id="content">