diff options
author | eliott <eliott@cactuswax.net> | 2008-02-17 20:47:59 -0800 |
---|---|---|
committer | Simo Leone <simo@archlinux.org> | 2008-02-18 17:55:54 -0600 |
commit | 249d92f5aa32ea0f117bf49931355984f066054e (patch) | |
tree | 9ff399f9b97c17edec8c6d88fca29a14d68f843d /web/html | |
parent | 4d9d5d39666addc2afbb61bb04b00dc1ed707ecc (diff) |
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')
-rw-r--r-- | web/html/index.php | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/web/html/index.php b/web/html/index.php index 7e04d59..895fc8a 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'>"; |