slitaz-arm diff rpi/cgi-adm/data/header.html @ rev 87

Improve CGI admin and rename 2 plugins
author Christophe Lincoln <pankso@slitaz.org>
date Tue Apr 01 23:09:04 2014 +0200 (2014-04-01)
parents 337bfffcce70
children 01865197f1c0
line diff
     1.1 --- a/rpi/cgi-adm/data/header.html	Sat Mar 29 14:40:17 2014 +0100
     1.2 +++ b/rpi/cgi-adm/data/header.html	Tue Apr 01 23:09:04 2014 +0200
     1.3 @@ -5,15 +5,15 @@
     1.4  	<title>TazBerry - _TITLE_</title>
     1.5  	<link rel="stylesheet" type="text/css" href="data/style.css" />
     1.6  </head>
     1.7 -<body>
     1.8 +<body bgcolor="#ffffff">
     1.9  
    1.10  <header>
    1.11  	<div id="logo"></div>
    1.12  	<nav id="nav">
    1.13  		<a href="tools.cgi">TazBerry</a>
    1.14  		<a href="tools.cgi?plugins">Plugins</a>
    1.15 -		<a href="tools.cgi?config">Config</a>
    1.16 -		<a href="tools.cgi?rpi_boot">Boot</a>
    1.17 +		<a href="tools.cgi?status">Status</a>
    1.18 +		<a href="tools.cgi?rpi_config">Config</a>
    1.19  	</nav>
    1.20  </header>
    1.21