- From: Olivier Thereaux <ot@hutz.w3.org>
- Date: Thu, 06 May 2004 15:39:05 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/httpd/cgi-bin
In directory hutz:/tmp/cvs-serv5611
Modified Files:
Tag: validator-0_6_0-branch
check
Log Message:
this behaviour wrt verbose results would have the benefit of consistency.
- valid results have a <a href> to the verbose results
- so has the "revalidate" box for the invalid results
Index: check
===================================================================
RCS file: /sources/public/validator/httpd/cgi-bin/check,v
retrieving revision 1.305.2.98
retrieving revision 1.305.2.99
diff -u -d -r1.305.2.98 -r1.305.2.99
--- check 6 May 2004 15:13:10 -0000 1.305.2.98
+++ check 6 May 2004 15:39:03 -0000 1.305.2.99
@@ -1001,7 +1001,7 @@
($File->{Opt}->{'No200'} ? q(checked="checked" ) : '') .
q(/>Validate error pages</label>),
# Verbose output?
- q(<label title="Show Verbose Output" for="verbose"><input type="checkbox" value="1" id="verbose" name="verbose" ) .
+ q(<label title="Show Verbose Output" for="verbose"><input type="checkbox" value="0" id="verbose" name="verbose" ) .
# @@@ accesskey missing
($File->{Opt}->{'Verbose'} ? q(checked="checked" ) : '') .
q(/>Verbose Output</label>)
@@ -1026,7 +1026,7 @@
.EOF.
print join '', @{&serialize_table($Form, 'header')};
print qq(<p><a href='http://qa-dev.w3.org/wmvs/0.6/docs/users.html#Options'>Help</a> on the options is available.
- Verbose output will give you explanations in addition to the error messages.);
+ <a href="$thispage;verbose=1">Verbose output</a> will give you explanations in addition to the error messages.);
print qq( </fieldset>\n);
print qq( </form>\n);
Received on Thursday, 6 May 2004 11:51:14 UTC