summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhugo <hugo@localhost>2000-01-26 23:04:59 +0000
committerhugo <hugo@localhost>2000-01-26 23:04:59 +0000
commitaa82c2e1b8e0e672a64802ed67f6164244cf10ce (patch)
treef45cffbc2f0067990bd7db72d5adc6b8c6e7e5c3
parent89ad382a88de7c99ec71525db756274492f3ce82 (diff)
downloadmarkup-validator-aa82c2e1b8e0e672a64802ed67f6164244cf10ce.zip
markup-validator-aa82c2e1b8e0e672a64802ed67f6164244cf10ce.tar.gz
markup-validator-aa82c2e1b8e0e672a64802ed67f6164244cf10ce.tar.bz2
Added W3C logo
-rwxr-xr-xhttpd/cgi-bin/LinkChecker.pl10
-rwxr-xr-xhttpd/cgi-bin/checklink.pl10
2 files changed, 16 insertions, 4 deletions
diff --git a/httpd/cgi-bin/LinkChecker.pl b/httpd/cgi-bin/LinkChecker.pl
index a23ad4e..089c332 100755
--- a/httpd/cgi-bin/LinkChecker.pl
+++ b/httpd/cgi-bin/LinkChecker.pl
@@ -5,7 +5,7 @@
# (c) 1999-2000 World Wide Web Consortium
# based on Renaud Bruyeron's checklink.pl
#
-# $Id: LinkChecker.pl,v 1.23 2000-01-26 22:29:38 hugo Exp $
+# $Id: LinkChecker.pl,v 1.24 2000-01-26 23:04:59 hugo Exp $
#
# This program is licensed under the W3C(r) License.
@@ -21,7 +21,7 @@ $| = 1;
# Version info
my $PROGRAM = 'W3C LinkChecker';
-my $VERSION = q$Revision: 1.23 $ . '(c) 1999-2000 W3C';
+my $VERSION = q$Revision: 1.24 $ . '(c) 1999-2000 W3C';
my $REVISION; ($REVISION = $VERSION) =~ s/Revision: (\d+\.\d+) .*/$1/;
# State of the program
@@ -1022,9 +1022,15 @@ PRE {
font-family: monospace
}
+IMG {
+ color: white;
+ border: none;
+}
+
</style>
</head>
<body>
+<a href=\"http://www.w3.org/\"><img alt=\"W3C\" src=\"http://www.w3.org/Icons/w3c_home\" height=\"48\" width=\"72\"></a>
<h1>W3C<sup>&reg;</sup> Link Checker: $uri</h1>
\n";
}
diff --git a/httpd/cgi-bin/checklink.pl b/httpd/cgi-bin/checklink.pl
index 2232af5..d65584e 100755
--- a/httpd/cgi-bin/checklink.pl
+++ b/httpd/cgi-bin/checklink.pl
@@ -5,7 +5,7 @@
# (c) 1999-2000 World Wide Web Consortium
# based on Renaud Bruyeron's checklink.pl
#
-# $Id: checklink.pl,v 2.23 2000-01-26 22:29:38 hugo Exp $
+# $Id: checklink.pl,v 2.24 2000-01-26 23:04:59 hugo Exp $
#
# This program is licensed under the W3C(r) License.
@@ -21,7 +21,7 @@ $| = 1;
# Version info
my $PROGRAM = 'W3C checklink';
-my $VERSION = q$Revision: 2.23 $ . '(c) 1999-2000 W3C';
+my $VERSION = q$Revision: 2.24 $ . '(c) 1999-2000 W3C';
my $REVISION; ($REVISION = $VERSION) =~ s/Revision: (\d+\.\d+) .*/$1/;
# State of the program
@@ -1022,9 +1022,15 @@ PRE {
font-family: monospace
}
+IMG {
+ color: white;
+ border: none;
+}
+
</style>
</head>
<body>
+<a href=\"http://www.w3.org/\"><img alt=\"W3C\" src=\"http://www.w3.org/Icons/w3c_home\" height=\"48\" width=\"72\"></a>
<h1>W3C<sup>&reg;</sup> Link Checker: $uri</h1>
\n";
}