2006/unicorn/resources/templates/output/errors fr_xhtml20.vm,NONE,1.1

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

Added Files:
	fr_xhtml20.vm 
Log Message:


--- NEW FILE: fr_xhtml20.vm ---
<?xml version="1.0"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  <head>
    #if($unicorncall.DocumentName)
      <title>R&eacute;sultat pour $unicorncall.DocumentName</title>
    #else
      <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>
    <meta name="keywords" content="Unicorn, Observation"/>
  </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>
      Unicorn</h1>  
    </div>
    <p id="tagline">
      Universal Conformance Observation Report Notation
    </p>
    <div id="result">
      <h2 id="results" class="invalid">Erreur critique !</h2>
      <ol class="error_list">
        <li class="msg_err">
          <span class="err_type">Error</span> :
          #if($error.Message)
          <span class="msg">$error.Message</span>
          #end
          <div class="ve mid-127">
            A critical error has occured. Below is a stack trace from Unicorn to 
    	    help solving the problem.
          </div>
          <pre>
$error
      #foreach($traceElt in $error.StackTrace)
$traceElt
      #end
          </pre>
        </li>
      </ol>
    </div>
    
    <ul class="navbar"  id="menu">
      <li><a href="about" title="About this service">About</a> <span class="hideme">|</span></li>
      <li><a href="documentation" title="Documentation for the W3C CSS Validation Service">Documentation</a> <span class="hideme">|</span></li>
      <li><a href="DOWNLOAD" title="Download and install the CSS validator">Download</a> <span class="hideme">|</span></li>
      <li><a href="Email" title="How to provide feedback on this service">Feedback</a> <span class="hideme">|</span></li>
      <li><a href="thanks" title="Credits and Acknowlegments">Credits</a><span class="hideme">|</span></li>
      <li><a href="languages" title="How to use the CSS Validator in your language">Other Languages</a><span class="hideme">|</span></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-small.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-2006
      <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>

Received on Wednesday, 20 February 2008 16:47:05 UTC