summaryrefslogtreecommitdiffstats
path: root/web/template/stats/user_table.php
blob: 284d5b9e180d40433d2e63aaa66042710b437651 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?php
$username = username_from_sid($_COOKIE["AURSID"]);
?>

<h3><?= __("My Statistics"); ?></h3>

<table>
	<tr>
		<td>
			<a href="<?= get_uri('/packages/'); ?>?SeB=m&amp;K=<?= $username; ?>">
<?= __("Packages in unsupported"); ?></a>
		</td>
		<td><?= $maintainer_unsupported_count; ?></td>
	</tr>
	<tr>
		<td>
			<a href="<?= get_uri('/packages/'); ?>?SeB=m&amp;outdated=on&amp;K=<?= $username; ?>"><?= __("Out of Date"); ?></a>
		</td>
		<td><?= $flagged_outdated ?></td>
	</tr>
</table>