- From: Mercurial notifier <nobody@w3.org>
- Date: Thu, 05 Aug 2010 14:47:16 +0000
- To: link-checker updates <www-validator-cvs@w3.org>
changeset: 259:ad85814d5741
user: ot
date: Tue Jan 06 20:37:48 2009 +0000
files: bin/checklink docs/linkchecker.css
description:
donation/sponsorship slug
diff -r 5156ae48a49c -r ad85814d5741 bin/checklink
--- a/bin/checklink Tue Jan 06 20:12:55 2009 +0000
+++ b/bin/checklink Tue Jan 06 20:37:48 2009 +0000
@@ -5,7 +5,7 @@
# (c) 1999-2009 World Wide Web Consortium
# based on Renaud Bruyeron's checklink.pl
#
-# $Id: checklink,v 4.127 2009-01-06 20:12:55 ot Exp $
+# $Id: checklink,v 4.128 2009-01-06 20:37:48 ot Exp $
#
# This program is licensed under the W3C(r) Software License:
# http://www.w3.org/Consortium/Legal/copyright-software
@@ -260,7 +260,7 @@
$PROGRAM = 'W3C-checklink';
$VERSION = '4.3';
$REVISION = sprintf('version %s (c) 1999-2009 W3C', $VERSION);
- my ($cvsver) = q$Revision: 4.127 $ =~ /(\d+[\d\.]*\.\d+)/;
+ my ($cvsver) = q$Revision: 4.128 $ =~ /(\d+[\d\.]*\.\d+)/;
$AGENT = sprintf('%s/%s [%s] %s',
$PROGRAM, $VERSION, $cvsver,
(W3C::UserAgent::USE_ROBOT_UA
@@ -2560,6 +2560,8 @@
</fieldset>
<p class=\"submit_button\"><input type=\"submit\" name=\"check\" value=\"Check\" /></p>
</form>
+<div class=\"intro\" id=\"don_program\"></div>
+<script type=\"text/javascript\" src=\"http://www.w3.org/QA/Tools/don_prog.js\"></script>
";
return;
}
diff -r 5156ae48a49c -r ad85814d5741 docs/linkchecker.css
--- a/docs/linkchecker.css Tue Jan 06 20:12:55 2009 +0000
+++ b/docs/linkchecker.css Tue Jan 06 20:37:48 2009 +0000
@@ -4,7 +4,7 @@
Copyright 2000-2009 W3C (MIT, INRIA, Keio). All Rights Reserved.
See http://www.w3.org/Consortium/Legal/ipr-notice.html#Copyright
- $Id: linkchecker.css,v 1.25 2009-01-01 22:50:43 ville Exp $
+ $Id: linkchecker.css,v 1.26 2009-01-06 20:37:48 ot Exp $
*/
html, body {
@@ -376,3 +376,11 @@
margin-right: .5em;
vertical-align: middle;
}
+
+/* donation and sponsorship program */
+
+div#don_program { border: 1px solid #55b05a; padding: .5em; line-height: 150%; text-align: center; margin-top: .5em; }
+div#don_program span#don_program_img {float: left; width: 150px; height: 60px;}
+div#don_program span#don_program_img img {vertical-align: middle;}
+div#don_program span#don_program_text { }
+div#don_program span#don_program_text a {font-weight: bold;}
Received on Thursday, 5 August 2010 14:47:38 UTC