- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 14 Aug 2009 11:33:40 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/WebContent/WEB-INF/resources/templates/includes
In directory hutz:/tmp/cvs-serv21542/WebContent/WEB-INF/resources/templates/includes
Modified Files:
Tag: dev2
head.vm footer.vm
Log Message:
moved template directory to resources
Index: head.vm
===================================================================
RCS file: /sources/public/2006/unicorn/WebContent/WEB-INF/resources/templates/includes/Attic/head.vm,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -d -r1.1.2.1 -r1.1.2.2
--- head.vm 11 Aug 2009 16:05:37 -0000 1.1.2.1
+++ head.vm 14 Aug 2009 11:33:38 -0000 1.1.2.2
@@ -1,9 +1,7 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="$lang" lang="$lang">
<head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>$title</title>
<link rev="start" href="./" title="Home Page" />
#foreach( $sheet in $css )
@@ -12,5 +10,15 @@
#foreach( $script in $js )
<script type="text/javascript" src="$script"></script>
#end
- <meta name="keywords" content="Unicorn, Observation"/>
-</head>
\ No newline at end of file
+ <link rev="made" href="mailto:www-validator@w3.org" />
+ <link rel="shortcut icon" href="http://www.w3.org/2008/site/images/favicon.ico" type="image/x-icon" />
+ <link rev="start" href="./" title="Home Page" />
+</head>
+<body>
+ <div id="banner">
+ <h1 id="title">
+ <a href="http://www.w3.org/"><img alt="W3C" width="110" height="61" id="logo" src="images/w3c.png" /></a>
+ <a href="./"><span>Unicorn - ALPHA Test Version</span></a>
+ </h1>
+ <p id="tagline">The Web's Universal Conformance Checker</p>
+ </div>
\ No newline at end of file
Index: footer.vm
===================================================================
RCS file: /sources/public/2006/unicorn/WebContent/WEB-INF/resources/templates/includes/Attic/footer.vm,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -d -r1.1.2.1 -r1.1.2.2
--- footer.vm 11 Aug 2009 16:05:37 -0000 1.1.2.1
+++ footer.vm 14 Aug 2009 11:33:38 -0000 1.1.2.2
@@ -1,25 +1,31 @@
- <ul class="navbar" id="menu">
+ <ul class="navbar" id="menu">
<li><a href="http://www.w3.org/QA/2006/obs_framework/" title="$documentation_title">$documentation</a> <span class="hideme">|</span></li>
<li><a href="http://dev.w3.org/cvsweb/2006/unicorn/" title="$download_title">$download</a> <span class="hideme">|</span></li>
<li><a href="mailto:public-qa-dev@w3.org" title="$feedback_title">$feedback</a> <span class="hideme">|</span></li>
- </ul>
-
+ </ul>
+ <ul id="lang_choice">
+#foreach( $key in $languages.keySet() )
+ <li>
+ <a href="index.${key}.html" lang="$key" xml:lang="$key" hreflang="$key" rel="alternate">$languages.get($key)</a>
+ </li>
+#end
+ </ul>
+ <div id="footer">
<p id="activity_logos">
- <a href="http://www.w3.org/QA/" title="W3C's Quality Assurance Activity, bringing you free Web quality tools and more">
- <img src="http://www.w3.org/QA/2002/12/qa.png" alt="QA" />
+ <a href="http://www.w3.org/QA/" title="W3C's Quality Assurance Activity, bringing you free Web quality tools and more" target="_blank">
+ <img src="http://www.w3.org/QA/2002/12/qa-small.png" alt="QA" />
+ </a>
+ <a href="http://dev.w3.org/cvsweb/2006/unicorn/" title="Download the code">
+ <img src="images/opensource-75x65.png" alt="Open Source" height="48"/>
</a>
- <a href="http://www.w3.org/Style/CSS/learning" title="Learn more about Cascading Style Sheets"></a>
</p>
-
<p id="support_logo">
- Support this tool, become a<br />
- <a href="http://www.w3.org/Consortium/supporters">
- <img src="http://www.w3.org/Consortium/supporter-logos/csupporter.png" alt="W3C Supporter" />
+ <a href="http://www.w3.org/QA/Tools/Donate">
+ <img src="http://www.w3.org/QA/Tools/I_heart_validator" alt="I heart Validator logo" title=" Validators Donation Program" />
</a>
</p>
-
<p class="copyright">
- <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 1994-2008
+ <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 1994-2009
<a href="http://www.w3.org/"><acronym title="World Wide Web Consortium">W3C</acronym></a>®
(<a href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute of Technology">MIT</acronym></a>,
@@ -36,7 +42,6 @@
<a href="http://www.w3.org/Consortium/Legal/privacy-statement#Members">Member</a> privacy
statements.
</p>
-
- </body>
-
-</html>
\ No newline at end of file
+ </div>
+</body>
+</html>
Received on Friday, 14 August 2009 11:33:57 UTC