[Dehs-devel] r91 - trunk/www

atomo64-guest at alioth.debian.org atomo64-guest at alioth.debian.org
Thu Jan 3 21:36:32 UTC 2008


Author: atomo64-guest
Date: 2008-01-03 21:36:32 +0000 (Thu, 03 Jan 2008)
New Revision: 91

Modified:
   trunk/www/maintainer.php
Log:
Minor changes in the text displayed


Modified: trunk/www/maintainer.php
===================================================================
--- trunk/www/maintainer.php	2008-01-03 21:12:02 UTC (rev 90)
+++ trunk/www/maintainer.php	2008-01-03 21:36:32 UTC (rev 91)
@@ -86,20 +86,16 @@
 <p><big>&nbsp;&nbsp;<?php
 		switch ($key) {
 			case "no_watch":
-				print "<b>Packages without a watch file</b>: $totrs
-				<b>Total packages:</b> $totpkgs[0] <b>Percentage: </b> " . number_format ( $totrs/$totpkgs[0] * 100, 2, ",",".") . "%<br>" ;
+				print "$totrs <b>packages without a watch file</b>, <b>share: </b> " . number_format ( $totrs/$totpkgs[0] * 100, 2, ",",".") . "%<br>" ;
 				break;
 			case "no_upstream":
-				print "<b>Total packages without a checkable upstream</b>: $totrs
-				<b>Total packages:</b> $totpkgs[0] <b>Percentace: </b> " . number_format ( $totrs/$totpkgs[0] * 100, 2, ",",".") . "%<br>" ;
+				print "$totrs <b>packages without a checkable upstream</b>, <b>share: </b> " . number_format ( $totrs/$totpkgs[0] * 100, 2, ",",".") . "%<br>" ;
 				break;
 			case "no_updated":
-				print "<b>Total packages with newer upstream release</b>: $totrs
-				<b>Total packages:</b> $totpkgs[0] <b>Share: </b> " . number_format ( $totrs/$totpkgs[0] * 100, 2, ",",".") . "%<br>" ;
+				print "$totrs <b>packages with newer upstream release</b>, <b>share: </b> " . number_format ( $totrs/$totpkgs[0] * 100, 2, ",",".") . "%<br>" ;
 				break;
 			case "ok":
-				print "<b>Total packages up-to-date</b>: $totrs
-				<b>Total packages:</b> $totpkgs[0] <b>Percentage: </b> " . number_format ( $totrs/$totpkgs[0] * 100, 2, ",",".") . "%<br>" ;
+				print "$totrs <b>packages up-to-date</b>, <b>share: </b> " . number_format ( $totrs/$totpkgs[0] * 100, 2, ",",".") . "%<br>" ;
 				break;
 			} ?>
 </big></td>




More information about the Dehs-devel mailing list