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

A bunch of change, users mangement, javascript small function, css, tazpg.cgi
author Christophe Lincoln <pankso@slitaz.org>
date Sun Apr 03 03:21:00 2011 +0200 (2011-04-03)
parents a346dfffa162
children 2ea20065417a
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 onLoad="init()">
11 <h1>TazPanel - %TITLE%</h1>
13 <div id="block">
14 <a href="./">Panel</a>
15 | <a href="tazpkg.cgi">Packages</a>
16 | <a href="index.cgi?boot">Boot</a>
17 | <a href="index.cgi?users">Users</a>
18 | <a href="index.cgi?network">Network</a>
19 | <a href="index.cgi?hardware">Hardware</a>
20 </div>
22 <!-- Page content -->
23 <div id="content">