Overhaul account pages to match archweb

* Use CSS from archweb
* General clean-up of XHTML formatting

Signed-off-by: canyonknight <canyonknight@gmail.com>
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
canyonknight 2012-05-23 13:52:19 -04:00 committed by Lukas Fleischer
parent 1b0b989fa1
commit 13b892e923
2 changed files with 34 additions and 36 deletions

View file

@ -12,9 +12,8 @@ html_header(__('Accounts'));
# Main page processing here
#
echo "<div class=\"pgbox\">\n";
echo "<div class=\"box\">\n";
echo " <h2>".__("Accounts")."</h2>\n";
echo " <div class=\"pgboxbody\">\n";
$action = in_request("Action");
@ -158,7 +157,6 @@ if (isset($_COOKIE["AURSID"])) {
}
}
echo " </div>";
echo "</div>";
html_footer(AUR_VERSION);