- From: Olivier Thereaux <ot@dev.w3.org>
- Date: Wed, 19 Jan 2005 07:43:14 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/share/templates/en_US
In directory hutz:/tmp/cvs-serv26959
Modified Files:
header.tmpl
Log Message:
making title an option for pages other than validation results
Index: header.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/header.tmpl,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- header.tmpl 10 Oct 2004 16:33:55 -0000 1.9
+++ header.tmpl 19 Jan 2005 07:43:11 -0000 1.10
@@ -6,7 +6,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
- <title>Validation Results</title>
+ <title><TMPL_IF NAME="errmsg_id"><TMPL_VAR NAME="page_title"><TMPL_ELSE>Validation Results</TMPL_IF></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>
Received on Wednesday, 19 January 2005 07:43:14 UTC