tazpanel diff styles/default/header.html @ rev 1

Add clean and raw style
author Christophe Lincoln <pankso@slitaz.org>
date Sat Apr 02 10:18:57 2011 +0200 (2011-04-02)
parents
children 64f564036b88
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/styles/default/header.html	Sat Apr 02 10:18:57 2011 +0200
     1.3 @@ -0,0 +1,22 @@
     1.4 +<!DOCTYPE html>
     1.5 +<html xmlns="http://www.w3.org/1999/xhtml">
     1.6 +<head>
     1.7 +	<title>Tazpanel - %TITLE%</title>
     1.8 +	<meta charset="utf-8" />
     1.9 +	<link rel="shortcut icon" href="styles/default/favicon.ico" />
    1.10 +	<link rel="stylesheet" type="text/css" href="styles/default/style.css" />
    1.11 +</head>
    1.12 +<body>
    1.13 +
    1.14 +<h1>TazPanel - %TITLE%</h1>
    1.15 +
    1.16 +<div id="block">
    1.17 +	<a href="./">Panel</a>
    1.18 +	| <a href="tazpkg.cgi">Packages</a>
    1.19 +	| <a href="index.cgi?users">Users</a>
    1.20 +	| <a href="index.cgi?network">Network</a>
    1.21 +	| <a href="index.cgi?hardware">Hardware</a>
    1.22 +</div>
    1.23 +
    1.24 +<!-- Page content -->
    1.25 +<div id="content">