From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- zarb-ml/mageia-sysadm/2011-January/002183.html | 106 +++++++++++++++++++++++++ 1 file changed, 106 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2011-January/002183.html (limited to 'zarb-ml/mageia-sysadm/2011-January/002183.html') diff --git a/zarb-ml/mageia-sysadm/2011-January/002183.html b/zarb-ml/mageia-sysadm/2011-January/002183.html new file mode 100644 index 000000000..86a168d71 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2011-January/002183.html @@ -0,0 +1,106 @@ + + + + [Mageia-sysadm] [316] Label fixes + + + + + + + + + +

[Mageia-sysadm] [316] Label fixes

+ root at mageia.org + root at mageia.org +
+ Tue Jan 18 14:04:08 CET 2011 +

+
+ +
Revision: 316
+Author:   rda
+Date:     2011-01-18 14:04:07 +0100 (Tue, 18 Jan 2011)
+Log Message:
+-----------
+Label fixes
+
+Modified Paths:
+--------------
+    build_system/web/index.php
+
+Modified: build_system/web/index.php
+===================================================================
+--- build_system/web/index.php	2011-01-18 12:56:36 UTC (rev 315)
++++ build_system/web/index.php	2011-01-18 13:04:07 UTC (rev 316)
+@@ -313,8 +313,10 @@
+     }
+     // Table
+     echo '<table>',
+-        '<caption>Packages submitted in the past ', $max_modified * 24, '&nbsp;hours.</caption>',
+-        '<tr><th>Submitted</th><th>User</th><th>Package</th><th>Target</th><th>Media</th><th colspan="2">Status</th></tr>',
++        '<caption>', $total, ' packages submitted in the past ', $max_modified * 24, '&nbsp;hours.</caption>',
++        '<tr><th>Submitted</th><th>User</th>
++            <th>Package</th><th>Target</th><th>Media</th>
++            <th colspan="2">Status</th><th>Build time</th></tr>',
+         $s,
+         '</table>';
+ 
+@@ -331,7 +333,7 @@
+             $k, $k, $v, round($v/$total*100));
+     }
+ 
+-    $s .= '</table><br />';
++    $s .= '</table><br /><br />';
+ 
+     $s .= '<table><caption>Packagers</caption><tr><th>User</th><th>Packages</th></tr>';
+     foreach ($users as $k => $v)
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: </pipermail/mageia-sysadm/attachments/20110118/9451e6d6/attachment-0001.html>
+
+ + + + + + + + + + + + + +
+

+ +
+More information about the Mageia-sysadm +mailing list
+ -- cgit v1.2.1