added changes to front page to close bug #2820

This commit is contained in:
pjmattal 2005-06-11 02:38:07 +00:00
parent e45d8daaba
commit 5f59fd86fb
4 changed files with 8 additions and 1 deletions

View file

@ -79,6 +79,7 @@ print "<tr>\n";
print " <td align='left' valign='top'>"; print " <td align='left' valign='top'>";
print "<p>".__("Welcome to the AUR! If you're a newcomer, you may want to read the %hGuidelines%h.", array('<a href="guidelines.html">', '</a>'))."</p>"; print "<p>".__("Welcome to the AUR! If you're a newcomer, you may want to read the %hGuidelines%h.", array('<a href="guidelines.html">', '</a>'))."</p>";
print "<p>".__("If you have feedback about the AUR, please leave it in %hFlyspray%h.", array('<a href="http://bugs.archlinux.org/index.php?tasks=all&amp;project=2">', '</a>'))."</p>"; print "<p>".__("If you have feedback about the AUR, please leave it in %hFlyspray%h.", array('<a href="http://bugs.archlinux.org/index.php?tasks=all&amp;project=2">', '</a>'))."</p>";
print "<p>".__("Email discussion about the AUR takes place on the %sTUR Users List%s.", array('<a href="http://www.archlinux.org/mailman/listinfo/tur-users">', '<a>'));
print "<p>".__("Though we can't vouch for their contents, we provide a %hlist of user repositories%h for your convenience.", array('<a href="http://wiki2.archlinux.org/index.php/Unofficial%20Repositories">', '</a>'))."</p>"; print "<p>".__("Though we can't vouch for their contents, we provide a %hlist of user repositories%h for your convenience.", array('<a href="http://wiki2.archlinux.org/index.php/Unofficial%20Repositories">', '</a>'))."</p>";
#Hey, how about listing the newest pacakges? :D #Hey, how about listing the newest pacakges? :D

View file

@ -21,4 +21,6 @@ $_t["en"]["Accounts"] = "Accounts";
$_t["en"]["Logout"] = "Logout"; $_t["en"]["Logout"] = "Logout";
$_t["en"]["%s: %sAn ArchLinux project%s"] = "%s: %sAn ArchLinux project%s";
?> ?>

View file

@ -47,4 +47,8 @@ $_t["en"]["Incorrect password for username, %s."] = "Incorrect password for user
$_t["en"]["Latest Packages:"] = "Latest Packages:"; $_t["en"]["Latest Packages:"] = "Latest Packages:";
$_t["en"]["Discussion about the AUR takes place on the %sTUR Users List%s."] = "Discussion about the AUR takes place on the %sTUR Users List%s.";
$_t["en"]["Email discussion about the AUR takes place on the %sTUR Users List%s."] = "Email discussion about the AUR takes place on the %sTUR Users List%s.";
?> ?>

View file

@ -371,7 +371,7 @@ function html_header() {
print "style='background-color: #000; width: 100%;'>\n"; print "style='background-color: #000; width: 100%;'>\n";
print " <tr>\n"; print " <tr>\n";
print " <td class='preHeader'><span class='preHeader'>"; print " <td class='preHeader'><span class='preHeader'>";
print __("%s: An ArchLinux project", array("AUR")); print __("%s: %sAn ArchLinux project%s", array("AUR", "<a href=\"http://www.archlinux.org\">", "</a>"));
print "</span></td>\n"; print "</span></td>\n";
print " </tr>\n"; print " </tr>\n";
print " <tr>\n"; print " <tr>\n";