unicorn commit: use the new w3c-include.js script instead of don_prog.js

changeset:   1715:24d9d54f5d91
tag:         tip
user:        Thomas Gambet <tgambet@w3.org>
date:        Thu Sep 12 19:24:36 2013 +0200
files:       WebContent/WEB-INF/resources/templates/index.vm
description:
use the new w3c-include.js script instead of don_prog.js


diff -r 65ec7ae95911 -r 24d9d54f5d91 WebContent/WEB-INF/resources/templates/index.vm
--- a/WebContent/WEB-INF/resources/templates/index.vm	Tue Mar 19 16:03:17 2013 +0100
+++ b/WebContent/WEB-INF/resources/templates/index.vm	Thu Sep 12 19:24:36 2013 +0200
@@ -97,24 +97,8 @@
     </span>
   </div>
 
-	<div id="don_program">
-		<script type="text/javascript" src="http://www.w3.org/QA/Tools/don_prog.js"></script>
-		<noscript>
-			<div>
-				<span id="don_program_img">
-					<a href="http://www.w3.org/QA/Tools/Donate">
-						<img src="http://www.w3.org/QA/Tools/I_heart_validator_lg" alt="Validators Donation Program Logo"/>
-					</a>
-				</span>
-				<a href="http://flattr.com/thing/65556/W3C-Validator" style="float:right;" title="View W3C-Validator on flattr.com">
-					Flattr us!
-				</a>
-				<span xml:lang="en" lang="en" id="don_program_text" dir="ltr">
-					The W3C validators rely on community support for hosting and development.<br />
-					<a href="http://www.w3.org/QA/Tools/Donate">Donate</a> and help us build better tools for a better web.
-				</span>
-			</div>
-		</noscript>
+	<div id="w3c-include">
+		<script type="text/javascript" src="http://www.w3.org/QA/Tools/w3c-include.js"></script>
 	</div>
 
 #parse('footer.vm')
\ No newline at end of file

Received on Thursday, 12 September 2013 17:25:00 UTC