summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorot <ot@localhost>2007-02-20 02:07:02 +0000
committerot <ot@localhost>2007-02-20 02:07:02 +0000
commitcc0cbac3b92a91ba96020bb4c8e4663a9ba06061 (patch)
treee83f3574deb13b14be01fe7eb89242baa888ae16
parent5b1ff22dd41fd83c5f3534577af30388ca776945 (diff)
downloadmarkup-validator-cc0cbac3b92a91ba96020bb4c8e4663a9ba06061.zip
markup-validator-cc0cbac3b92a91ba96020bb4c8e4663a9ba06061.tar.gz
markup-validator-cc0cbac3b92a91ba96020bb4c8e4663a9ba06061.tar.bz2
updating to new basic page design
-rw-r--r--share/templates/en_US/footer.tmpl61
-rw-r--r--share/templates/en_US/header.tmpl28
2 files changed, 62 insertions, 27 deletions
diff --git a/share/templates/en_US/footer.tmpl b/share/templates/en_US/footer.tmpl
index bfd6237..8713389 100644
--- a/share/templates/en_US/footer.tmpl
+++ b/share/templates/en_US/footer.tmpl
@@ -1,9 +1,54 @@
- <address>
- <a href="http://validator.w3.org/check?uri=referer"><img
- src="http://www.w3.org/Icons/valid-xhtml10" height="31" width="88"
- alt="Valid XHTML 1.0!" /></a>
- <a title="Send Feedback for the W3C Markup Validation Service"
- href="./feedback.html">The W3C Validator Team</a><br />
- </address>
- </body>
+<ul class="navbar" id="menu">
+ <li><span class="hideme"><a href="#skip" accesskey="2" title="Skip past navigation to main part of page">Skip Navigation</a> |</span>
+ <a href="./" accesskey="1" title="Go to the Home Page for The W3C Markup Validation Service"><strong>Home</strong></a></li>
+ <li><a href="./about.html" title="Information About this Service">About...</a></li>
+
+ <li><a href="./whatsnew.html" title="The changes made to this service recently">News</a></li>
+ <li><a href="./docs/" accesskey="3" title="Documentation for this Service">Docs</a></li>
+ <li><a href="./docs/help.html" title="Help and answers to frequently asked questions">Help&nbsp;&amp;&nbsp;<acronym title="Frequently Asked Questions">FAQ</acronym></a></li>
+ <li><a href="./feedback.html" accesskey="4" title="How to provide feedback on this service">Feedback</a></li>
+</ul>
+
+ <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>
+ <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>
+ </p>
+
+ <p class="copyright">
+ <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> &copy; 1994-2007
+ <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>
+
+ </body>
+
</html>
+
+
diff --git a/share/templates/en_US/header.tmpl b/share/templates/en_US/header.tmpl
index 1f4e6a3..0cffcf1 100644
--- a/share/templates/en_US/header.tmpl
+++ b/share/templates/en_US/header.tmpl
@@ -12,29 +12,19 @@ X-W3C-Validator-Errors: <TMPL_VAR NAME="valid_errors_num">
<title><TMPL_IF NAME="page_title_url">Result for <TMPL_VAR NAME="page_title_url" ESCAPE="HTML"><TMPL_ELSE><TMPL_IF NAME="page_title"><TMPL_VAR NAME="page_title" ESCAPE="HTML"><TMPL_ELSE>Validation Results</TMPL_IF></TMPL_IF> - W3C Markup Validator</title>
<link rev="made" href="mailto:www-validator@w3.org" />
<link rev="start" href="./" title="Home Page" />
- <style type="text/css" media="all">@import "./base.css";</style>
+ <style type="text/css" media="all">@import "./style/base.css";
+ @import "./style/results.css";</style>
<meta name="keywords" content="HTML, HyperText Markup Language, Validation,
W3C Markup Validation Service" />
-
<meta name="description" content="W3C's easy-to-use
HTML validation service, based on an SGML parser." />
+ <script src="./scripts/toggle.js" type="text/javascript"></script>
</head>
-
<body>
- <div id="banner">
- <h1 id="title">
- <a href="http://www.w3.org/"><img height="48" alt="W3C" id="logo" src="http://www.w3.org/Icons/WWW/w3c_home_nb" /></a>
- <a href="http://www.w3.org/QA/"><img src="http://www.w3.org/QA/2002/12/qa-small.png" alt="QA" /></a>
- Markup Validation Service</h1>
- <span id="versioninfo"><abbr title="version">v</abbr> 0.8-<abbr title="development">dev</abbr> </span>
- </div>
- <ul class="navbar" id="menu">
- <li><span class="hideme"><a href="#skip" accesskey="2" title="Skip past navigation to main part of page">Skip Navigation</a> |</span>
- <a href="./" accesskey="1" title="Go to the Home Page for The W3C Markup Validation Service"><strong>Home</strong></a></li>
- <li><a href="./about.html" title="Information About this Service">About...</a></li>
- <li><a href="./whatsnew.html" title="The changes made to this service recently">News</a></li>
- <li><a href="./docs/" accesskey="3" title="Documentation for this Service">Docs</a></li>
- <li><a href="./docs/help.html" title="Help and answers to frequently asked questions">Help&nbsp;&amp;&nbsp;<acronym title="Frequently Asked Questions">FAQ</acronym></a></li>
- <li><a href="./feedback.html" accesskey="4" title="How to provide feedback on this service">Feedback</a></li>
- </ul>
+<div id="banner">
+<h1 id="title"><a href="http://www.w3.org/"><img height="48" alt="W3C" id="logo"
+ src="http://www.w3.org/Icons/WWW/w3c_home_nb" /></a><a href="./"><img src="./images/markup_validation_service.png" alt="Markup Validation Service" /></a></h1>
+</div>
+<p id="tagline">
+</p>