slitaz-forge rev 425

doc: continue to move to new style
author Christophe Lincoln <pankso@slitaz.org>
date Wed Jan 15 14:56:46 2014 +0100 (2014-01-15)
parents 3f34b2640d12
children eaf176d87bf3
files doc/conf/acl.auth.php doc/lib/tpl/slitaz-grey/design.css doc/lib/tpl/slitaz-grey/main.php pangolin/pangolin
line diff
     1.1 --- a/doc/lib/tpl/slitaz-grey/design.css	Wed Jan 15 14:42:06 2014 +0100
     1.2 +++ b/doc/lib/tpl/slitaz-grey/design.css	Wed Jan 15 14:56:46 2014 +0100
     1.3 @@ -26,7 +26,7 @@
     1.4  
     1.5  #lang {
     1.6  	position: absolute;
     1.7 -	top: 40px;
     1.8 +	top: 140px;
     1.9  	right: 0px;
    1.10  	text-align: right;
    1.11  	width: auto;
    1.12 @@ -96,7 +96,7 @@
    1.13  	font-size: 12px;
    1.14  }
    1.15  
    1.16 -#network a { padding: 0 6px; color: #fff; 
    1.17 +#network a { padding: 0 4px; color: #fff; 
    1.18  	font-weight: bold;
    1.19  	text-decoration: none;}
    1.20  #network img { vertical-align: middle; }
    1.21 @@ -998,7 +998,7 @@
    1.22  }
    1.23  
    1.24  div.notify { 
    1.25 -	background: #cfcfcf;
    1.26 +	background: #FFCC00;
    1.27  	color: #222;
    1.28  	border: 1px solid #222;
    1.29  	font-size: 90%;
    1.30 @@ -1008,7 +1008,7 @@
    1.31  	-webkit-border-radius: 4px;
    1.32  	border-radius: 4px;
    1.33  	position: absolute;
    1.34 -	top: 150px;
    1.35 +	top: 180px;
    1.36  	right: 20px;
    1.37  	width: 400px;
    1.38  }
     2.1 --- a/doc/lib/tpl/slitaz-grey/main.php	Wed Jan 15 14:42:06 2014 +0100
     2.2 +++ b/doc/lib/tpl/slitaz-grey/main.php	Wed Jan 15 14:56:46 2014 +0100
     2.3 @@ -48,13 +48,6 @@
     2.4  <!-- SliTaz Block -->
     2.5  <div id="block">
     2.6  	<?php html_msgarea()?>
     2.7 -	<!-- Languages -->
     2.8 -	<div id="lang">
     2.9 -	<?php
    2.10 -		$translation = &plugin_load('helper','translation');
    2.11 -		echo $translation->showTranslations();
    2.12 -	?>
    2.13 -	</div>
    2.14  	<div style="text-align: justify; width: 60%; padding: 0 10px 0 0;">
    2.15  		SliTaz GNU/Linux official and community documentation wiki.
    2.16  	</div>
    2.17 @@ -73,6 +66,14 @@
    2.18  	</div>
    2.19  </div>
    2.20  
    2.21 +<!-- Languages -->
    2.22 +<div id="lang">
    2.23 +<?php
    2.24 +	$translation = &plugin_load('helper','translation');
    2.25 +	echo $translation->showTranslations();
    2.26 +?>
    2.27 +</div>
    2.28 +
    2.29  <!-- Content -->
    2.30  <div id="content">
    2.31  
     3.1 --- a/pangolin/pangolin	Wed Jan 15 14:42:06 2014 +0100
     3.2 +++ b/pangolin/pangolin	Wed Jan 15 14:56:46 2014 +0100
     3.3 @@ -66,7 +66,9 @@
     3.4  		newline
     3.5  		boldify "Updating: doc.slitaz.org..."
     3.6  		cd ${REPOS}/slitaz-forge && hg up
     3.7 -		cp -a doc/* ${WWW}/doc.slitaz.org/public_html 
     3.8 +		cp -a doc/* ${WWW}/doc.slitaz.org/public_html
     3.9 +		chown www.www ${WWW}/doc.slitaz.org/public_html/conf
    3.10 +		chown www.www ${WWW}/doc.slitaz.org/public_html/conf/local.php
    3.11  		newline ;;
    3.12  	up-hg)
    3.13  		# Update hg.slitaz.org template.