mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
added links at My Statistic values
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
parent
402c6d0933
commit
b1f83e8f58
1 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue