summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Scarpino <andrea@archlinux.org>2009-02-15 23:43:22 +0100
committerLoui Chang <louipc.ist@gmail.com>2009-03-02 19:25:22 +0100
commitb1f83e8f58139cf88ffdea04173f05d8ebe8a917 (patch)
tree81f391c4dffe97e25501227f525eff618f04e9ed
parent402c6d0933127d5337b33f4a3fdb45615c6300d6 (diff)
downloadaur-b1f83e8f58139cf88ffdea04173f05d8ebe8a917.tar.gz
aur-b1f83e8f58139cf88ffdea04173f05d8ebe8a917.tar.xz
added links at My Statistic values
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
-rw-r--r--web/template/stats/user_table.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/web/template/stats/user_table.php b/web/template/stats/user_table.php
index ec719996..5c27f5ef 100644
--- a/web/template/stats/user_table.php
+++ b/web/template/stats/user_table.php
@@ -9,7 +9,7 @@
<span class='f4'><?php print __("Packages in unsupported"); ?></span>
</td>
<td class='boxSoft'>
-<span class='f4'><?php print $maintainer_unsupported_count; ?></span>
+<span class='f4'><a href="packages.php?SeB=m&L=2&K=<?php print username_from_sid($_COOKIE["AURSID"]); ?>"> <?php print $maintainer_unsupported_count; ?></a></span>
</td>
</tr>
@@ -20,7 +20,7 @@
<span class='f4'><?php print __("Packages in [community]"); ?></span>
</td>
<td class='boxSoft'>
-<span class='f4'><?php print $maintainer_community_count; ?></span>
+<span class='f4'><a href="packages.php?SeB=m&L=3&K=<?php print username_from_sid($_COOKIE["AURSID"]); ?>"> <?php print $maintainer_community_count; ?></a></span>
</td>
</tr>
@@ -31,7 +31,7 @@
<span class='f4'><?php print __("Out-of-date"); ?></span>
</td>
<td class='boxSoft'>
-<span class='f4'><?php print $flagged_outdated ?></span>
+<span class='f4'><a href="packages.php?SeB=m&OD=on&K=<?php print username_from_sid($_COOKIE["AURSID"]); ?>"> <?php print $flagged_outdated ?></a></span>
</td>
</tr>
</table>