tazpkg rev 468

Update tazpkg xhtml-list to look better...
author Christophe Lincoln <pankso@slitaz.org>
date Fri Apr 08 15:19:52 2011 +0200 (2011-04-08)
parents 2feb73f39449
children 717779424206
files tazpkg
line diff
     1.1 --- a/tazpkg	Fri Apr 08 15:15:01 2011 +0200
     1.2 +++ b/tazpkg	Fri Apr 08 15:19:52 2011 +0200
     1.3 @@ -763,30 +763,29 @@
     1.4  xhtml_header()
     1.5  {
     1.6  	cat > $XHTML_LIST << _EOT_
     1.7 -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     1.8 -	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     1.9 -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    1.10 +<!DOCTYPE html>
    1.11 +<html xmlns="http://www.w3.org/1999/xhtml">
    1.12  <head>
    1.13 -	<title>Installed packages list</title>
    1.14 -	<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
    1.15 -	<meta name="modified" content="$DATE" />
    1.16 -	<meta name="generator" content="Tazpkg" />
    1.17 -	<style type="text/css"><!--
    1.18 -	body { font: 12px sans-serif, vernada, arial; margin: 0; }
    1.19 -	#header { background: #f0ba08; color: black; height: 50px;
    1.20 -		border-top: 1px solid black; border-bottom: 1px solid black; }
    1.21 -	#content { margin: 0px 50px 26px 50px; }
    1.22 -	#footer { border-top: 1px solid black; padding-top: 10px;}
    1.23 -	h1 { margin: 14px 0px 0px 16px; }
    1.24 -	pre { padding-left: 5px; }
    1.25 -	hr { color: white; background: white; height: 1px; border: 0; }
    1.26 -	--></style>
    1.27 +	<title>Install packages on: `hostname`</title>
    1.28 +	<meta charset="utf-8" />
    1.29 +	<style type="text/css">
    1.30 +	body { font: 88% sans-serif, vernada, arial; margin: 0; }
    1.31 +	#header { background: #351a0a; height: 40px; border-bottom: 8px solid #d66018; }
    1.32 +	#content { margin: 40px 80px; text-align: justify; }
    1.33 +	#footer { text-align: center; padding: 20px; border-top: 1px solid #ddd; }
    1.34 +	h1 { margin: 0; padding: 8px; color: #fff; font-size: 20px; }
    1.35 +	h2 { color: #444; } h3 { color: #666; font-size: 140%; }
    1.36 +	pre { background-color: #f8f8f8; border: 1px solid #ddd; padding: 10px;
    1.37 +		-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;}
    1.38 +	</style>
    1.39  </head>
    1.40 -<body bgcolor="#ffffff">
    1.41 +<body>
    1.42 +
    1.43 +<body>
    1.44  <div id="header">
    1.45 -<h1><font color="#3e1220">Installed packages list</font></h1>
    1.46 +	<h1>Installed packages list</h1>
    1.47  </div>
    1.48 -<hr />
    1.49 +
    1.50  <!-- Start content -->
    1.51  <div id="content">
    1.52