mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
More changes to page styles.
This commit is contained in:
parent
ac8291a5dc
commit
aebdd21b58
5 changed files with 44 additions and 26 deletions
|
@ -13,6 +13,10 @@ html_header(); # print out the HTML header
|
|||
|
||||
# Main page processing here
|
||||
#
|
||||
echo "<div class=\"pgbox\">\n";
|
||||
echo " <div class=\"pgboxtitle\"><span class=\"f3\">".__("Accounts")."</span></div>\n";
|
||||
echo " <div class=\"pgboxbody\">\n";
|
||||
|
||||
if (isset($_COOKIE["AURSID"])) {
|
||||
# visitor is logged in
|
||||
#
|
||||
|
@ -148,6 +152,9 @@ if (isset($_COOKIE["AURSID"])) {
|
|||
}
|
||||
}
|
||||
|
||||
echo " </div>";
|
||||
echo "</div>";
|
||||
|
||||
html_footer("\$Id$");
|
||||
# vim: ts=2 sw=2 noet ft=php
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue