2006/unicorn/WebContent/WEB-INF/resources/templates xhtml10.vm,1.1.2.2,1.1.2.3 xhtml10.error.vm,1.1.2.1,1.1.2.2

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

Modified Files:
      Tag: dev2
	xhtml10.vm xhtml10.error.vm 
Log Message:
updated to use the new template system

Index: xhtml10.error.vm
===================================================================
RCS file: /sources/public/2006/unicorn/WebContent/WEB-INF/resources/templates/Attic/xhtml10.error.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
--- xhtml10.error.vm	11 Aug 2009 16:05:40 -0000	1.1.2.1
+++ xhtml10.error.vm	24 Aug 2009 12:50:59 -0000	1.1.2.2
@@ -3,17 +3,9 @@
 #else
   #set ($title = $result_for_upload)
 #end  
-#set ($css = ['base.css'])
+#set ($css = ['base_ucn.css'])
 #parse( 'includes/head.vm' )
   
-  <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>
-      Unicorn</h1>  
-    </div>
-    <p id="tagline">
-      Universal Conformance Observation Report Notation
-    </p>
     <div id="result">
       <h2 id="results" class="invalid">$critical_error</h2>
       <ol class="error_list">

Index: xhtml10.vm
===================================================================
RCS file: /sources/public/2006/unicorn/WebContent/WEB-INF/resources/templates/Attic/xhtml10.vm,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -d -r1.1.2.2 -r1.1.2.3
--- xhtml10.vm	14 Aug 2009 11:33:37 -0000	1.1.2.2
+++ xhtml10.vm	24 Aug 2009 12:50:59 -0000	1.1.2.3
@@ -3,7 +3,7 @@
 #else
   #set ($title = $result_for_upload)
 #end  
-#set ($css = ['base.css', 'results.css'])
+#set ($css = ['base_ucn.css', 'results.css'])
 #parse( 'includes/head.vm' )
 
 #macro(error $error)

Received on Monday, 24 August 2009 12:51:10 UTC