summaryrefslogtreecommitdiffstats
path: root/web/html/index.php
diff options
context:
space:
mode:
authoreliott <eliott@cactuswax.net>2008-02-18 05:47:59 +0100
committerSimo Leone <simo@archlinux.org>2008-02-19 00:55:54 +0100
commit249d92f5aa32ea0f117bf49931355984f066054e (patch)
tree9ff399f9b97c17edec8c6d88fca29a14d68f843d /web/html/index.php
parent4d9d5d39666addc2afbb61bb04b00dc1ed707ecc (diff)
downloadaur-249d92f5aa32ea0f117bf49931355984f066054e.tar.gz
aur-249d92f5aa32ea0f117bf49931355984f066054e.tar.xz
Cleaned up the front page.
Cleaned up the front page. Removed the blank box on the right of the front page, that was leftover from the change to the login form (move).
Diffstat (limited to 'web/html/index.php')
-rw-r--r--web/html/index.php13
1 files changed, 4 insertions, 9 deletions
diff --git a/web/html/index.php b/web/html/index.php
index 7e04d59e..895fc8af 100644
--- a/web/html/index.php
+++ b/web/html/index.php
@@ -14,23 +14,18 @@ echo "<div class=\"pgbox\">\n";
echo " <div class=\"pgboxtitle\"><span class=\"f3\">AUR ".__("Home")."</span></div>\n";
echo " <div class=\"frontpgboxbody\">\n";
echo "<table border='0' cellpadding='0' cellspacing='3' width='90%'>\n";
-echo "<tr>\n";
-
-# MAIN: Top Left
-print "<td class='boxSoft' valign='top'>";
+# MAIN: Top
+echo "<tr>\n";
+print "<td class='boxSoft' valign='top' colspan='2'>";
print "<p>".__("Welcome to the AUR! Please read the %hAUR User Guidelines%h and %hAUR TU Guidelines%h for more information.", array('<a href="http://wiki.archlinux.org/index.php/AUR_User_Guidelines">', '</a>', '<a href="http://wiki.archlinux.org/index.php/AUR_Trusted_User_Guidelines">', '</a>'))."<br>";
print __("Contributed PKGBUILDs <b>must</b> conform to the %hArch Packaging Standards%h otherwise they will be deleted!", array('<a href="http://wiki.archlinux.org/index.php/Arch_Packaging_Standards">', '</a>'))."</p>";
print "<p>".__("Remember to vote for your favourite packages!")."<br>";
print __("The most popular packages will be provided as binary packages in [community].")."</p>";
-
-# MAIN: Top Right
print "</td>";
-print "<td class='boxSoft' valign='top'>";
+print "</tr>";
# MAIN: Bottom Left
-print "</td>";
-print "</tr>";
print "<tr>";
print "<td class='boxSoft' valign='top'>";