2006/unicorn/WebContent/WEB-INF/templates/includes head.vm,NONE,1.1.2.1 footer.vm,NONE,1.1.2.1

Update of /sources/public/2006/unicorn/WebContent/WEB-INF/templates/includes
In directory hutz:/tmp/cvs-serv19002/WebContent/WEB-INF/templates/includes

Added Files:
      Tag: dev2
	head.vm footer.vm 
Log Message:
New project

--- NEW FILE: head.vm ---
<?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>
	<title>$title</title>
	<link rev="start" href="./" title="Home Page" />
#foreach( $sheet in $css )
	<style type="text/css" media="all">@import "./style/$sheet";</style>
#end
#foreach( $script in $js )
	<script type="text/javascript" src="$script"></script>
#end
	<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>
--- NEW FILE: footer.vm ---
	<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 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" 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>
		</p>
		<p id="support_logo">
			<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> &copy; 1994-2009
			<a href="http://www.w3.org/"><acronym title="World Wide Web Consortium">W3C</acronym></a>&reg;

			(<a href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute of Technology">MIT</acronym></a>,
			<a href="http://www.ercim.org/"><acronym title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>,
			<a href="http://www.keio.ac.jp/">Keio</a>),
			All Rights Reserved.
			W3C <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>,
			<a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a>,
			<a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a>
			and <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-software">software licensing</a>

			rules apply. Your interactions with this site are in accordance
			with our <a href="http://www.w3.org/Consortium/Legal/privacy-statement#Public">public</a> and
			<a href="http://www.w3.org/Consortium/Legal/privacy-statement#Members">Member</a> privacy
			statements.
		</p>
	</div>
</body>
</html>

Received on Wednesday, 5 August 2009 10:27:09 UTC