validator/misc/testsuite/templates index.html,1.1,1.2

Update of /sources/public/validator/misc/testsuite/templates
In directory hutz:/tmp/cvs-serv6610/templates

Modified Files:
	index.html 
Log Message:
using the site-wide SSI for header

Index: index.html
===================================================================
RCS file: /sources/public/validator/misc/testsuite/templates/index.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- index.html	28 Jul 2008 19:38:26 -0000	1.1
+++ index.html	28 Jul 2008 19:39:35 -0000	1.2
@@ -1,22 +1,9 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html lang="en">
-<head>
-	<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-	<title>Link Check Test Suite Index</title>
-	<meta name="author" content="olivier Thereaux">
-	<style type="text/css" media="all">
-      @import "http://validator.w3.org/style/base.css";
-    </style>
-    
-</head>
-<body>
-<div id="banner">
- <h1 id="title">
-   <a href="http://www.w3.org/"><img alt="W3C" width="110" height="61" id="logo" src="http://validator.w3.org/images/w3c.png" /></a>
-			<a href="./"><span>Markup Validator Test Suite</span></a>
-   </h1>
-   <p id="tagline">Collection of test cases for W3C Markup Validator</p>
-</div>
+
+<!--#set var="revision" value="\$Id$"
+--><!--#set var="date" value="\$Date$"
+--><!--#set var="title" value="The W3C Markup Validation Service: Tests"
+--><!--#set var="relroot" value="../../"
+--><!--#include virtual="../../header.html" -->
 <div class="doc">
    <h2>Test Suite Index</h2> 
    <p id="skip">

Received on Monday, 28 July 2008 19:40:13 UTC