- From: Terje Bless <link@hutz.w3.org>
- Date: Tue, 18 May 2004 01:19:20 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/httpd/cgi-bin
In directory hutz:/tmp/cvs-serv2827/httpd/cgi-bin
Modified Files:
Tag: validator-0_6_0-branch
check
Log Message:
Further tweak result style; make "Help on Options" etc. be separate <p>s,
and style them accordingly (save some vertical space).
Index: check
===================================================================
RCS file: /sources/public/validator/httpd/cgi-bin/check,v
retrieving revision 1.305.2.132
retrieving revision 1.305.2.133
diff -u -d -r1.305.2.132 -r1.305.2.133
--- check 18 May 2004 00:38:13 -0000 1.305.2.132
+++ check 18 May 2004 01:19:17 -0000 1.305.2.133
@@ -1043,16 +1043,20 @@
$thispage .= ';No200=1' if $File->{Opt}->{'No200'};
# end redundant code
print <<".EOF.";
- <p>
- <a href="docs/users.html#Options">Help</a> on the options is available.
+ <div class="moreinfo">
+ <p>
+ <a href="docs/users.html#Options">Help</a> on the options is available.
+ </p>
.EOF.
- if (! $File->{Opt}->{'Verbose'}) {
+ unless ($File->{Opt}->{'Verbose'}) {
print <<".EOF.";
- <a href="$thispage;verbose=1">Verbose output</a> will give you
- explanations in addition to the error messages.
+ <p>
+ <a href="$thispage;verbose=1">Verbose output</a> will give you
+ explanations in addition to the error messages.
+ </p>
.EOF.
}
- print qq( </p>\n);
+ print qq( </div>\n);
print qq( </fieldset>\n);
print qq( </form>\n);
Received on Monday, 17 May 2004 21:21:12 UTC