From 3fd08d5715f9ce53d3a7bdd2ef8565e2ec3ae22f Mon Sep 17 00:00:00 2001 From: Sergej Pupykin Date: Tue, 25 Aug 2009 16:04:15 +0400 Subject: remove community Signed-off-by: Loui Chang --- web/template/pkg_details.php | 6 ------ web/template/stats/general_stats_table.php | 6 ------ web/template/stats/user_table.php | 15 --------------- 3 files changed, 27 deletions(-) (limited to 'web/template') diff --git a/web/template/pkg_details.php b/web/template/pkg_details.php index e87fc01..3677d97 100644 --- a/web/template/pkg_details.php +++ b/web/template/pkg_details.php @@ -68,9 +68,6 @@ $submitted_time = ($row["SubmittedTS"] == 0) ? "(unknown)" : gmdate("r", intval( $urlpath = URL_DIR . $row['Name'] . '/' . $row['Name']; print "".__("Tarball")." :: ".__("Files")." :: PKGBUILD"; } - elseif ($row['LocationID'] == 3) { - echo "CVS"; - } if ($row["OutOfDate"] == 1) { echo "
".__("This package has been flagged out of date.").""; @@ -165,9 +162,6 @@ $submitted_time = ($row["SubmittedTS"] == 0) ? "(unknown)" : gmdate("r", intval( if ($row["LocationID"] == 2) { echo "$src
\n"; - } elseif ($row["LocationID"] == 3) { - echo ""; - echo "$src
\n"; } } } diff --git a/web/template/stats/general_stats_table.php b/web/template/stats/general_stats_table.php index 254b6b6..01f1fec 100644 --- a/web/template/stats/general_stats_table.php +++ b/web/template/stats/general_stats_table.php @@ -12,12 +12,6 @@ - - - - - - diff --git a/web/template/stats/user_table.php b/web/template/stats/user_table.php index e6841d7..0515868 100644 --- a/web/template/stats/user_table.php +++ b/web/template/stats/user_table.php @@ -17,21 +17,6 @@ - - - - - - - - - - - - - - - -- cgit v1.2.3-54-g00ecf