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).
This commit is contained in:
eliott 2008-02-17 20:47:59 -08:00 committed by Simo Leone
parent 4d9d5d3966
commit 249d92f5aa

View file

@ -14,23 +14,18 @@ echo "<div class=\"pgbox\">\n";
echo " <div class=\"pgboxtitle\"><span class=\"f3\">AUR ".__("Home")."</span></div>\n"; echo " <div class=\"pgboxtitle\"><span class=\"f3\">AUR ".__("Home")."</span></div>\n";
echo " <div class=\"frontpgboxbody\">\n"; echo " <div class=\"frontpgboxbody\">\n";
echo "<table border='0' cellpadding='0' cellspacing='3' width='90%'>\n"; echo "<table border='0' cellpadding='0' cellspacing='3' width='90%'>\n";
# MAIN: Top
echo "<tr>\n"; echo "<tr>\n";
print "<td class='boxSoft' valign='top' colspan='2'>";
# MAIN: Top Left
print "<td class='boxSoft' valign='top'>";
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 "<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 __("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 "<p>".__("Remember to vote for your favourite packages!")."<br>";
print __("The most popular packages will be provided as binary packages in [community].")."</p>"; 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'>";
# MAIN: Bottom Left
print "</td>"; print "</td>";
print "</tr>"; print "</tr>";
# MAIN: Bottom Left
print "<tr>"; print "<tr>";
print "<td class='boxSoft' valign='top'>"; print "<td class='boxSoft' valign='top'>";