diff options
-rw-r--r-- | htdocs/images/vxhtml-basic10.gif | bin | 0 -> 2226 bytes | |||
-rw-r--r-- | htdocs/images/vxhtml-basic10.png | bin | 0 -> 2006 bytes | |||
-rwxr-xr-x | httpd/cgi-bin/check | 12 |
3 files changed, 9 insertions, 3 deletions
diff --git a/htdocs/images/vxhtml-basic10.gif b/htdocs/images/vxhtml-basic10.gif Binary files differnew file mode 100644 index 0000000..e4c2830 --- /dev/null +++ b/htdocs/images/vxhtml-basic10.gif diff --git a/htdocs/images/vxhtml-basic10.png b/htdocs/images/vxhtml-basic10.png Binary files differnew file mode 100644 index 0000000..9c1a831 --- /dev/null +++ b/htdocs/images/vxhtml-basic10.png diff --git a/httpd/cgi-bin/check b/httpd/cgi-bin/check index 75b1f10..8848623 100755 --- a/httpd/cgi-bin/check +++ b/httpd/cgi-bin/check @@ -9,7 +9,7 @@ # This source code is available under the license at: # http://www.w3.org/Consortium/Legal/copyright-software # -# $Id: check,v 1.142 2001-07-16 09:03:47 link Exp $ +# $Id: check,v 1.143 2001-07-16 09:38:27 link Exp $ # # We need Perl 5.004. @@ -80,9 +80,9 @@ my $element_ref = 'http://www.htmlhelp.com/reference/html40/'; # # Strings -$VERSION = q$Revision: 1.142 $; +$VERSION = q$Revision: 1.143 $; $VERSION =~ s/Revision: ([\d\.]+) /$1/; -$DATE = q$Date: 2001-07-16 09:03:47 $; +$DATE = q$Date: 2001-07-16 09:38:27 $; $MAINTAINER = 'gerald@w3.org'; $NOTICE = ''; # "<p><strong>Note: This service will be ...</strong>"; @@ -1270,6 +1270,12 @@ sub report_valid { $gifborder = ""; $gifhw = ' height="31" width="88"'; $xhtmlendtag = " /"; + } elsif ($version =~ /XHTML Basic 1.0/) { + $image_uri = "${abs_svc_uri}/images/vxhtml-basic10"; + $alttext = "Valid XHTML Basic 1.0!"; + $gifborder = ""; + $gifhw = ' height="31" width="88"'; + $xhtmlendtag = " /"; } elsif ($version =~ /XHTML 1.1/) { $image_uri = "${abs_svc_uri}/images/vxhtml11"; $alttext = "Valid XHTML 1.1!"; |