mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Restyle the layout.
Make HTML markup more logical. Remove some unused style sheets rules. Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
parent
cdd2e5dbd4
commit
1bc4836e19
6 changed files with 107 additions and 166 deletions
|
@ -430,6 +430,10 @@ html_header("Submit");
|
|||
|
||||
?>
|
||||
|
||||
<?php if ($error): ?>
|
||||
<p class="pkgoutput"><?php print $error ?></p>
|
||||
<?php endif; ?>
|
||||
|
||||
<div class="pgbox">
|
||||
<div class="pgboxtitle">
|
||||
<span class="f3"><?php print __("Submit"); ?></span>
|
||||
|
@ -502,6 +506,7 @@ html_header("Submit");
|
|||
else:
|
||||
# Visitor is not logged in
|
||||
print __("You must create an account before you can upload packages.");
|
||||
exit();
|
||||
?>
|
||||
|
||||
<br />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue