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

Move network shared function (used by summary) to libtazpanel and include libtazpanel in POT file
author Christophe Lincoln <pankso@slitaz.org>
date Wed Apr 06 06:17:23 2011 +0200 (2011-04-06)
parents b4e001e85045
children a7b1d69663c3
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="toolbar">
12 <div id="icons">
13 <a href="/doc/"><img src="/styles/default/images/help.png" /></a>
14 </div>
15 <div id="menu">
16 <a href="/">Panel</a>
17 <a href="/pkgs.cgi">Packages</a>
18 <a href="/network.cgi">Network</a>
19 <a href="/live.cgi">Live</a>
20 <a href="/index.cgi?boot">Boot</a>
21 <a href="/index.cgi?users">Users</a>
22 <a href="/index.cgi?hardware">Hardware</a>
23 </div>
24 </div>
26 <div id="header">
27 <h1>TazPanel - %TITLE%</h1>
28 </div>
30 <!-- Page content -->
31 <div id="content">