From 1b0b989fa17becd00fd52d52c48cfa20997bb1e8 Mon Sep 17 00:00:00 2001 From: canyonknight Date: Wed, 23 May 2012 13:50:49 -0400 Subject: addvote.php: Overhaul to match archweb * Switch CSS over to archweb styling * General clean-up of XHTML * Set proposal box size to something more sane for a default Signed-off-by: canyonknight Signed-off-by: Lukas Fleischer --- web/html/addvote.php | 48 +++++++++++++++++++++++++----------------------- 1 file changed, 25 insertions(+), 23 deletions(-) (limited to 'web/html/addvote.php') diff --git a/web/html/addvote.php b/web/html/addvote.php index fe0047f..cc463b2 100644 --- a/web/html/addvote.php +++ b/web/html/addvote.php @@ -5,7 +5,10 @@ set_include_path(get_include_path() . PATH_SEPARATOR . '../lib'); include_once("aur.inc.php"); set_lang(); check_sid(); -html_header(); + +$title = __("Add Proposal"); + +html_header($title); if (isset($_COOKIE["AURSID"])) { $atype = account_from_sid($_COOKIE["AURSID"]); @@ -81,28 +84,27 @@ if ($atype == "Trusted User" || $atype == "Developer") {

-
-

-
-
-

- -' /> - -

-

- -' /> - -

-

-
-
- -' /> -

-
-
+
+

+ +
+

+ + + +

+

+ + + +

+

+
+
+ + " /> +

+