From c82fc025e279f8b757d4142333b3906774063e90 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Wed, 25 Jun 2014 21:34:21 +0200 Subject: Move package request form to a template Signed-off-by: Lukas Fleischer --- web/html/pkgreq.php | 57 +------------------------------------------- web/template/pkgreq_form.php | 52 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 53 insertions(+), 56 deletions(-) create mode 100644 web/template/pkgreq_form.php diff --git a/web/html/pkgreq.php b/web/html/pkgreq.php index d7a4354f..5d708fc9 100644 --- a/web/html/pkgreq.php +++ b/web/html/pkgreq.php @@ -70,62 +70,7 @@ if (!isset($base_id)) { $SID = $_COOKIE['AURSID']; include('pkgreq_results.php'); } else { -?> - -
-

-

- ', htmlspecialchars($pkgbase_name), ''); ?> -

-
    - -
  • - -
-
-
- - - -

- - -

- - -

- - -

-

- - -

-

- " /> -

-
-
-
- - +

+

+ ', htmlspecialchars($pkgbase_name), ''); ?> +

+ +
+
+ + + +

+ + +

+ + +

+ + +

+

+ + +

+

+ " /> +

+
+
+ -- cgit v1.2.3-24-g4f1b