danf: curl-www latest.cgi,1.35,1.36
| Newsgroups | gmane.comp.web.curl.www.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/curl/curl-www
In directory labb:/tmp/cvs-serv22537
Modified Files:
latest.cgi
Log Message:
Add Show All Mirrors link while displaying only same continent links.
Index: latest.cgi
===================================================================
RCS file: /cvsroot/curl/curl-www/latest.cgi,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- latest.cgi 29 Aug 2006 20:40:02 -0000 1.35
+++ latest.cgi 12 Sep 2006 21:51:12 -0000 1.36
@@ -303,10 +303,10 @@
print "<p> <a href=\"$script?curl=$what\">Show my closest mirrors</a>";
}
elsif($inmycountry) {
- print "<p>$inmycountry of these mirrors are located in ".ucfirst(lc($mycountry))." where it looks like you are located. <a href=\"$script?curl=$what&all=yes\">Show all mirrors</a>\n";
+ print "<p>$inmycountry of these mirrors are located in ".ucfirst(lc($mycountry))." where it looks like you are located. <a href=\"$script?curl=$what&all=yes\">Show all mirrors</a>\n";
}
elsif($inmycontinent) {
- print "<p>$inmycontinent of these mirrors are located in ".ucfirst(lc($mycontinent))." where it looks like you are located. Showing those mirrors only!\n";
+ print "<p>$inmycontinent of these mirrors are located in ".ucfirst(lc($mycontinent))." where it looks like you are located. Showing those mirrors only! <a href=\"$script?curl=$what&all=yes\">Show all mirrors</a>\n";
}
print "<table><tr class=\"tabletop\">";