2006/unicorn/resources/templates/output/errors fr_xhtml10.vm,1.1,1.2

Update of /sources/public/2006/unicorn/resources/templates/output/errors
In directory hutz:/tmp/cvs-serv9603/resources/templates/output/errors

Modified Files:
	fr_xhtml10.vm 
Log Message:
simplified observationresponse and generalize output format (now we can map a format type what defnied in the contract to a ResponseParser)

Index: fr_xhtml10.vm
===================================================================
RCS file: /sources/public/2006/unicorn/resources/templates/output/errors/fr_xhtml10.vm,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- fr_xhtml10.vm	24 Jan 2008 09:37:57 -0000	1.1
+++ fr_xhtml10.vm	21 Feb 2008 14:29:22 -0000	1.2
@@ -4,9 +4,9 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     #if($unicorncall.DocumentName)
-      <title>Result for $unicorncall.DocumentName</title>
+      <title>R&eacute;sultat pour $unicorncall.DocumentName</title>
     #else
-      <title>Result for the document you submitted</title>
+      <title>R&eacute;sultat pour le document que vous avez soumis</title>
     #end
     <link rev="start" href="./" title="Home Page" />
     <style type="text/css" media="all">@import "./style/base.css";</style>
@@ -21,7 +21,7 @@
       Universal Conformance Observation Report Notation
     </p>
     <div id="result">
-      <h2 id="results" class="invalid">Erreur critique</h2>
+      <h2 id="results" class="invalid">Erreur critique !</h2>
       <ol class="error_list">
         <li class="msg_err">
           <span class="err_type">Error</span> :

Received on Thursday, 21 February 2008 14:29:32 UTC