summaryrefslogtreecommitdiffstats
path: root/web/template/pkgbase_details.php
diff options
context:
space:
mode:
authorLukas Fleischer <lfleischer@archlinux.org>2015-06-14 09:49:17 +0200
committerLukas Fleischer <lfleischer@archlinux.org>2015-06-14 17:58:56 +0200
commita2f79eb2e1ff74e7d2403bf194a52b41cc7f3c0c (patch)
treee3ee9cea28d8a8a8b28eadef3b86e314690b2b81 /web/template/pkgbase_details.php
parent19ee268935de2befc68fc245555cfc5ba7951062 (diff)
downloadaurweb-a2f79eb2e1ff74e7d2403bf194a52b41cc7f3c0c.tar.xz
Refactor code for printing account links
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
Diffstat (limited to 'web/template/pkgbase_details.php')
-rw-r--r--web/template/pkgbase_details.php18
1 files changed, 0 insertions, 18 deletions
diff --git a/web/template/pkgbase_details.php b/web/template/pkgbase_details.php
index 2522f34..2ceb35f 100644
--- a/web/template/pkgbase_details.php
+++ b/web/template/pkgbase_details.php
@@ -148,33 +148,15 @@ if (has_credential(CRED_PKGBASE_SET_KEYWORDS, array($row["MaintainerUID"]))):
<?php endif; ?>
<tr>
<th><?= __('Submitter') .': ' ?></th>
- <?php if ($row["SubmitterUID"] && $SID): ?>
- <td><a href="<?= get_uri('/account/') . html_format_username($submitter, ENT_QUOTES) ?>" title="<?= __('View account information for %s', html_format_username($submitter)) ?>"><?= html_format_username($submitter) ?></a></td>
- <?php elseif ($row["SubmitterUID"] && !$SID): ?>
<td><?= html_format_username($submitter) ?></td>
- <?php else: ?>
- <td><?= __('None') ?></td>
- <?php endif; ?>
</tr>
<tr>
<th><?= __('Maintainer') .': ' ?></th>
- <?php if ($row["MaintainerUID"] && $SID): ?>
- <td><a href="<?= get_uri('/account/') . html_format_username($maintainer) ?>" title="<?= __('View account information for %s', html_format_username($maintainer)) ?>"><?= html_format_username($maintainer) ?></a></td>
- <?php elseif ($row["MaintainerUID"] && !$SID): ?>
<td><?= html_format_username($maintainer) ?></td>
- <?php else: ?>
- <td><?= __('None') ?></td>
- <?php endif; ?>
</tr>
<tr>
<th><?= __('Last Packager') .': ' ?></th>
- <?php if ($row["PackagerUID"] && $SID): ?>
- <td><a href="<?= get_uri('/account/') . html_format_username($packager) ?>" title="<?= __('View account information for %s', html_format_username($packager)) ?>"><?= html_format_username($packager) ?></a></td>
- <?php elseif ($row["PackagerUID"] && !$SID): ?>
<td><?= html_format_username($packager) ?></td>
- <?php else: ?>
- <td><?= __('None') ?></td>
- <?php endif; ?>
</tr>
<tr>
<th><?= __('Votes') . ': ' ?></th>