- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 20 Feb 2007 02:04:35 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/share/templates/en_US In directory hutz:/tmp/cvs-serv30426/share/templates/en_US Added Files: error_loop_grouped.tmpl Log Message: Adding an option for the grouping of error by error id, keeping the ordering of messages according to parsing sequence. --- NEW FILE: error_loop_grouped.tmpl --- <TMPL_IF NAME="has_errors"> <ol id="error_loop"></TMPL_IF> <TMPL_LOOP NAME="file_errors"> <li class="<TMPL_VAR NAME="class">"> <span class="err_type"><TMPL_IF NAME="err_type_info">Info</TMPL_IF><TMPL_IF NAME="err_type_warn">Warning</TMPL_IF><TMPL_IF NAME="err_type_err">Error</TMPL_IF></span> <span class="msg"><TMPL_VAR NAME="msg" ESCAPE="HTML"></span> <TMPL_IF NAME="expl"><TMPL_VAR NAME="expl"></TMPL_IF> <TMPL_IF NAME="instances"> <ul> <TMPL_LOOP NAME="instances"> <li> <em>Line <a href="#line-<TMPL_VAR NAME="line" ESCAPE="HTML">"><TMPL_VAR NAME="line" ESCAPE="HTML"></a>, column <TMPL_VAR NAME="char" ESCAPE="HTML"></em> <pre><code class="input"><TMPL_VAR NAME="src"></code></pre> </li> </TMPL_LOOP> </ul> </TMPL_IF> </li> </TMPL_LOOP> <TMPL_IF NAME="has_errors"></ol></TMPL_IF> <TMPL_IF NAME="opt_verbose"> <script type="text/javascript" src="loadexplanation.js"></script> </TMPL_IF>
Received on Tuesday, 20 February 2007 02:04:50 UTC