Update of /cvsroot/curl/curl-www/dl
In directory labb:/tmp/cvs-serv5619
Modified Files:
mod_entry.cgi
Log Message:
better and nicer description of the time stamps
Index: mod_entry.cgi
===================================================================
RCS file: /cvsroot/curl/curl-www/dl/mod_entry.cgi,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- mod_entry.cgi 11 May 2005 22:02:46 -0000 1.8
+++ mod_entry.cgi 18 May 2005 07:29:05 -0000 1.9
@@ -74,9 +74,9 @@
# show a read-only (for this form) variable
sub information {
- my ($desc, $short)=@_;
+ my ($desc, $short, $explain)=@_;
print "<tr><td class=\"desc\">$desc:</td><td>";
- print CGI::escapeHTML($$ref{$short})."</td></tr>\n";
+ print CGI::escapeHTML($$ref{$short})." ($explain)</td></tr>\n";
}
sub alternative {
@@ -207,8 +207,9 @@
alternative("Match this regex in the autocheck URL", "chregex",
"make sure the first () group extracts the version number, unless \$version is part of check URL", 40);
- information("Latest remcheck", "remcheck");
- information("Latest remcheck update", "remdate");
+ information("Remcheck", "remcheck", "Most recent successful check");
+ information("Remcheck update", "remdate",
+ "Last updated by remcheck");
###slut
print "</table>\n";
_______________________________________________
http://cool.haxx.se/mailman/listinfo/curl-www-commits
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.