summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-sysadm/2011-January/002039.html
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-sysadm/2011-January/002039.html')
-rw-r--r--zarb-ml/mageia-sysadm/2011-January/002039.html142
1 files changed, 142 insertions, 0 deletions
diff --git a/zarb-ml/mageia-sysadm/2011-January/002039.html b/zarb-ml/mageia-sysadm/2011-January/002039.html
new file mode 100644
index 000000000..43276b9c5
--- /dev/null
+++ b/zarb-ml/mageia-sysadm/2011-January/002039.html
@@ -0,0 +1,142 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-sysadm] [288] move feedback string at the end of the line; show stats on top
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B288%5D%20move%20feedback%20string%20at%20the%20end%20of%20the%20line%3B%0A%09show%20stats%20on%20top&In-Reply-To=%3C20110113154817.03D9942356%40valstar.mageia.org%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="002038.html">
+ <LINK REL="Next" HREF="002040.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-sysadm] [288] move feedback string at the end of the line; show stats on top</H1>
+ <B>root at mageia.org</B>
+ <A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B288%5D%20move%20feedback%20string%20at%20the%20end%20of%20the%20line%3B%0A%09show%20stats%20on%20top&In-Reply-To=%3C20110113154817.03D9942356%40valstar.mageia.org%3E"
+ TITLE="[Mageia-sysadm] [288] move feedback string at the end of the line; show stats on top">root at mageia.org
+ </A><BR>
+ <I>Thu Jan 13 16:48:16 CET 2011</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="002038.html">[Mageia-sysadm] [287] caption
+</A></li>
+ <LI>Next message: <A HREF="002040.html">[Mageia-sysadm] [289] back link on user report page
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#2039">[ date ]</a>
+ <a href="thread.html#2039">[ thread ]</a>
+ <a href="subject.html#2039">[ subject ]</a>
+ <a href="author.html#2039">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>Revision: 288
+Author: rda
+Date: 2011-01-13 16:48:16 +0100 (Thu, 13 Jan 2011)
+Log Message:
+-----------
+move feedback string at the end of the line; show stats on top
+
+Modified Paths:
+--------------
+ build_system/web/index.php
+
+Modified: build_system/web/index.php
+===================================================================
+--- build_system/web/index.php 2011-01-13 15:38:29 UTC (rev 287)
++++ build_system/web/index.php 2011-01-13 15:48:16 UTC (rev 288)
+@@ -139,10 +139,12 @@
+ &lt;title&gt;&lt;?php echo $title ?&gt;&lt;/title&gt;
+ &lt;meta name=&quot;robots&quot; content=&quot;&lt;?php echo $robots; ?&gt;&quot;&gt;
+ &lt;style type=&quot;text/css&quot;&gt;
++ .clear { clear: both; }
+ table {
+ border-spacing: 0;
+ font-family: Helvetica; font-size: 80%;
+ border: 1px solid #ccc;
++ float: left;
+ }
+ table tr { padding: 0; margin: 0; }
+ table th { padding: 0.2em 0.5em; margin: 0; border-bottom: 2px solid #ccc; border-right: 1px solid #ccc; }
+@@ -198,7 +200,6 @@
+ &lt;td&gt;%s&lt;/td&gt;
+ &lt;td&gt;%s/%s&lt;/td&gt;
+ &lt;td class=&quot;status-box&quot;&gt;&lt;/td&gt;
+- &lt;td&gt;%s&lt;/td&gt;
+ T;
+
+ // count all packages statuses
+@@ -232,8 +233,7 @@
+ $p['user'], $p['user'],
+ $p['package'],
+ $p['version'],
+- $p['media'], $p['section'],
+- sprintf($badges[$p['type']], $p['user'])
++ $p['media'], $p['section']
+ );
+
+ $typelink = '';
+@@ -248,7 +248,9 @@
+ sprintf('&lt;a href=&quot;%s&quot;&gt;%s&lt;/a&gt;', $typelink, $p['type']) :
+ $p['type'];
+
+- $s .= '&lt;/td&gt;&lt;/tr&gt;';
++ $s .= '&lt;/td&gt;';
++ $s .= '&lt;td&gt;' . sprintf($badges[$p['type']], $p['user']) . '&lt;/td&gt;';
++ $s .= '&lt;/tr&gt;';
+ }
+ echo $s, '&lt;/table&gt;';
+
+@@ -258,6 +260,7 @@
+ $k, $v, round($v/$total*100));
+ }
+ $s .= '&lt;/table&gt;&lt;/div&gt;';
++$s .= '&lt;div class=&quot;clear&quot;&gt;&lt;/div&gt;';
+
+ echo $s;
+
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: &lt;/pipermail/mageia-sysadm/attachments/20110113/fb3ddbc3/attachment.html&gt;
+</PRE>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="002038.html">[Mageia-sysadm] [287] caption
+</A></li>
+ <LI>Next message: <A HREF="002040.html">[Mageia-sysadm] [289] back link on user report page
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#2039">[ date ]</a>
+ <a href="thread.html#2039">[ thread ]</a>
+ <a href="subject.html#2039">[ subject ]</a>
+ <a href="author.html#2039">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="https://www.mageia.org/mailman/listinfo/mageia-sysadm">More information about the Mageia-sysadm
+mailing list</a><br>
+</body></html>