Overhaul to stat tables to match archweb
[aur.git] / web / template / stats / user_table.php
blob0882119e23d07cd27790802d817365b7636e039d
1 <?php
2 $username = username_from_sid($_COOKIE["AURSID"]);
3 ?>
5 <h3><?php echo __("My Statistics"); ?></h3>
7 <table>
8 <tr>
9 <td>
10 <a href="packages.php?SeB=m&amp;L=2&amp;K=<?php echo $username; ?>">
11 <?php print __("Packages in unsupported"); ?></a>
12 </td>
13 <td><?php print $maintainer_unsupported_count; ?></td>
14 </tr>
15 <tr>
16 <td>
17 <a href="packages.php?SeB=m&amp;outdated=on&amp;K=<?php echo $username; ?>"><?php print __("Out of Date"); ?></a>
18 </td>
19 <td><?php echo $flagged_outdated ?></td>
20 </tr>
21 </table>