From 16e250b69d575491cd7397496969d3f73c5bd478 Mon Sep 17 00:00:00 2001 From: canyonknight Date: Fri, 8 Jun 2012 17:03:21 -0400 Subject: actions_form.php: Overhaul to match archweb * Change all CSS to match archweb * General clean-up of XHTML formatting * Change control structures to use PHP alternative syntax for better readability with inter-mixed XHTML Signed-off-by: canyonknight Signed-off-by: Lukas Fleischer --- web/template/actions_form.php | 89 ++++++++++++++++++++----------------------- 1 file changed, 41 insertions(+), 48 deletions(-) diff --git a/web/template/actions_form.php b/web/template/actions_form.php index 68d83d7..59a6e7a 100644 --- a/web/template/actions_form.php +++ b/web/template/actions_form.php @@ -1,65 +1,58 @@ -
+
- ]' value='1' /> - -]" value="1" /> + + "; - } else { - echo " "; - } - } - + if ($result): + if (!mysql_num_rows($result)): + ?> + " /> + + " /> + + + "; - } else { - echo " "; - } - } + if ($result): + if (!mysql_num_rows($result)): + ?> + " title="" /> + + " title="" /> + + - if ($row["OutOfDateTS"] === NULL) { - echo "\n"; - } else { - echo "\n"; - } - - if ($row["MaintainerUID"] === NULL) { - echo "\n"; - } else if ($uid == $row["MaintainerUID"] || - $atype == "Trusted User" || $atype == "Developer") { - echo "\n"; - } + + " /> + + " /> + - if ($atype == "Trusted User" || $atype == "Developer") { - echo "\n"; - echo "\n"; - echo " "; - echo " "; - echo __("Confirm")."\n"; - } -?> + + " /> + + " /> + + + + " /> + + + + + +
-- cgit v1.2.3-54-g00ecf