cookutils rev 1077

lighttpd/cooker.css: revert main h2 line height, carry this style to #hdr h2 only; lighttpd/index.cgi: add link to Tank RRD Stats in the footer; package -> files: display SUID files in violet color
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jun 13 14:14:45 2018 +0300 (2018-06-13)
parents 1641fc593494
children 1463d32f6f90
files lighttpd/cooker.css lighttpd/index.cgi
line diff
     1.1 --- a/lighttpd/cooker.css	Tue Jun 12 01:38:59 2018 +0300
     1.2 +++ b/lighttpd/cooker.css	Wed Jun 13 14:14:45 2018 +0300
     1.3 @@ -109,7 +109,7 @@
     1.4  
     1.5  h2 {
     1.6  	margin: 0; padding: 0.2rem;
     1.7 -	font: bold 1.3rem/1.6rem sans-serif;
     1.8 +	font: bold 1.3rem/2rem sans-serif;
     1.9  	color: rgba(0,0,0,0.7);
    1.10  }
    1.11  section h2, section h3 {
    1.12 @@ -197,6 +197,9 @@
    1.13  	height: 48px;
    1.14  	width: 48px;
    1.15  }
    1.16 +#hdr h2 {
    1.17 +	font: bold 1.3rem/1.6rem sans-serif;
    1.18 +}
    1.19  #info {
    1.20  	clear: both;
    1.21  }
     2.1 --- a/lighttpd/index.cgi	Tue Jun 12 01:38:59 2018 +0300
     2.2 +++ b/lighttpd/index.cgi	Wed Jun 13 14:14:45 2018 +0300
     2.3 @@ -183,7 +183,7 @@
     2.4  
     2.5  <footer>
     2.6  	<a href="http://www.slitaz.org/">SliTaz Website</a>
     2.7 -	<a href="$base/">Cooker</a>
     2.8 +	<a href="http://tank.slitaz.org/graphs.php">Server status</a>
     2.9  	<a href="$base/doc/cookutils/cookutils.html">Documentation</a>
    2.10  	<a href="$base/?theme">Theme</a>
    2.11  </footer>
    2.12 @@ -623,6 +623,7 @@
    2.13  				 s|^\(-rwxr-xr-x\)|<span class='c21'>\1</span>|;
    2.14  				 s|^\(-rw-r--r--\)|<span class='c31'>\1</span>|;
    2.15  				 s|^\(drwxr-xr-x\)|<span class='c41'>\1</span>|;
    2.16 +				 s|^\(-rwsr-xr-x\)|<span class='c51'>\1</span>|;
    2.17  				 s|^\([lrwxs-][lrwxs-]*\)|<span class='c11'>\1</span>|;
    2.18  				"
    2.19  			;;