mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Add a homepage field to accounts
Allow users to add a link to their homepage to their profile. Implements FS#22774. Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
parent
9fec03d655
commit
e3670ef188
6 changed files with 62 additions and 19 deletions
|
@ -98,6 +98,11 @@
|
|||
<input type="text" size="30" maxlength="32" name="R" id="id_realname" value="<?= htmlspecialchars($R,ENT_QUOTES) ?>" />
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<label for="id_homepage"><?= __("Homepage") ?>:</label>
|
||||
<input type="text" size="30" name="HP" id="id_homepage" value="<?= htmlspecialchars($HP,ENT_QUOTES) ?>" />
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<label for="id_irc"><?= __("IRC Nick") ?>:</label>
|
||||
<input type="text" size="30" maxlength="32" name="I" id="id_irc" value="<?= htmlspecialchars($I,ENT_QUOTES) ?>" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue