mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
remove community
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
parent
448f7ef120
commit
3fd08d5715
15 changed files with 5 additions and 60 deletions
|
@ -12,12 +12,6 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td class='boxSoft'>
|
||||
<span class='f4'><?php print __("Packages in [community]"); ?></span>
|
||||
</td>
|
||||
<td class='boxSoft'><span class='f4'><?php print $community_count; ?></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='boxSoft'>
|
||||
<span class='f4'><?php print __("Packages added or updated in the past 7 days"); ?></span>
|
||||
</td>
|
||||
<td class='boxSoft'><span class='f4'><?php print $update_count; ?></span></td>
|
||||
|
|
|
@ -17,21 +17,6 @@
|
|||
</td>
|
||||
</tr>
|
||||
|
||||
<?php if (($atype == 'Trusted User') || ($atype == 'Developer')) : ?>
|
||||
|
||||
<tr>
|
||||
<td class='boxSoft'>
|
||||
<span class='f4'><a href="packages.php?SeB=m&L=3&K=<?php echo $username; ?>">
|
||||
<?php print __("Packages in [community]"); ?></a></span>
|
||||
</td>
|
||||
<td class='boxSoft'>
|
||||
<span class='f4'>
|
||||
<?php echo $maintainer_community_count; ?></span>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<?php endif; ?>
|
||||
|
||||
<tr>
|
||||
<td class='boxSoft'>
|
||||
<span class='f4'><a href="packages.php?SeB=m&outdated&K=<?php echo $username; ?>">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue