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
|
@ -55,13 +55,13 @@ if ($_POST['action'] == "do_Flag" || isset($_POST['do_Flag'])) {
|
|||
}
|
||||
|
||||
html_header($title);
|
||||
|
||||
if ($output):
|
||||
?>
|
||||
<div class="pkgoutput"><?php print $output ?></div><br />
|
||||
<?php
|
||||
endif;
|
||||
|
||||
<?php if ($output): ?>
|
||||
<p class="pkgoutput"><?php print $output ?></p>
|
||||
<?php endif; ?>
|
||||
|
||||
<?php
|
||||
if (isset($_GET['ID'])) {
|
||||
include('pkg_search_form.php');
|
||||
if (!$_GET['ID'] = intval($_GET['ID'])) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue