From b76086add9ffb0cbd9ddf54955df51db436ed07a Mon Sep 17 00:00:00 2001 From: "Johan \"Papa\" Cwiklinski" Date: Tue, 25 May 2010 01:05:25 +0200 Subject: Move common header and footer HTML code into separate (and reusable) files, change RPM page layout and validate xhtml 1.0 strict --- rpm.php | 293 +++++++++++++++++++++++++++------------------------------------- 1 file changed, 121 insertions(+), 172 deletions(-) (limited to 'rpm.php') diff --git a/rpm.php b/rpm.php index 2da5bfc..7c42c3c 100644 --- a/rpm.php +++ b/rpm.php @@ -3,80 +3,26 @@ $what=(isset($_GET["what"]) ? $_GET["what"] : "%fedora"); $type=(isset($_GET["type"]) ? $_GET["type"] : "pecl"); require "config.inc.php"; -?> - - - <?php echo $type; ?> extensions in Fedora - - - - - - - + + + + <?php echo $type; ?> extensions in Fedora + + + + + - - -
- - -
- +
"; - echo ""; +include '_header.php'; ?> - + + - - - -
- -
- -
-   - Reports home -   - - - - -
-
- - - - -
-
 
-
 
-
- - - - - + +
+ + + + + +
Repositories last updated %s.

", date("r", $row->stamp)); } - Report($db, $type); - echo "

 

"; - +?> +

+ + + + + + + + + + + + + + + + + + + +
PackageOwner(s)Upstream
+getMessage()); +?> +
+
    +
  • Legend:
  • +
  • Upstream: bold if stable.
  • +
  • Repo: bold for latest release.
  • +
  • Lastest released (stable if exists)
  • +
  • Lastest in testing
  • +
  • Lastest not available
  • +
+
- - - - - -
Legend: Upstream: bold if stable. Repo: bold for latest release.
Lastest released (stable if exists)
Lastest in testing
Lastest not available
- - -
-
 
-
 
- - - - - - - - - -- cgit