- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 30 Sep 2009 16:58:03 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/WebContent/WEB-INF/resources/templates In directory hutz:/tmp/cvs-serv19991/WebContent/WEB-INF/resources/templates Modified Files: xhtml10.vm Log Message: updated Index: xhtml10.vm =================================================================== RCS file: /sources/public/2006/unicorn/WebContent/WEB-INF/resources/templates/xhtml10.vm,v retrieving revision 1.26 retrieving revision 1.27 diff -u -d -r1.26 -r1.27 --- xhtml10.vm 30 Sep 2009 15:34:33 -0000 1.26 +++ xhtml10.vm 30 Sep 2009 16:58:01 -0000 1.27 @@ -69,7 +69,7 @@ <td colspan="4" class="uri" id="${observationName}_info_${i}"> #if ($unicorncall.getInputMethod() == "URI")<span>$uri_token: </span><a href="$result.Uri">$result.Uri</a>#end #if ($unicorncall.getInputMethod() == "UPLOAD")<span>$file_token: </span>$result.Uri#end - #if ($unicorncall.getInputMethod() == "DIRECT")<span>$submitted_file: </span>#end + #if ($unicorncall.getInputMethod() == "DIRECT")<span>$submitted_file</span>#end </td> <td class="anchor uri"><a class="smooth" title="$anchor_uri" href="#${observationName}_info_${i}">a</a></td> </tr> @@ -117,7 +117,7 @@ <td colspan="4" class="uri" id="${observationName}_error_${i}"> #if ($unicorncall.getInputMethod() == "URI")<span>$uri_token: </span><a href="$result.Uri">$result.Uri</a>#end #if ($unicorncall.getInputMethod() == "UPLOAD")<span>$file_token: </span>$result.Uri#end - #if ($unicorncall.getInputMethod() == "DIRECT")<span>$submitted_file: </span>#end + #if ($unicorncall.getInputMethod() == "DIRECT")<span>$submitted_file</span>#end </td> <td class="anchor uri"><a class="smooth" title="$anchor_uri" href="#${observationName}_error_${i}">a</a></td> </tr> @@ -165,7 +165,7 @@ <td colspan="4" class="uri" id="${observationName}_warning_${i}"> #if ($unicorncall.getInputMethod() == "URI")<span>$uri_token: </span><a href="$result.Uri">$result.Uri</a>#end #if ($unicorncall.getInputMethod() == "UPLOAD")<span>$file_token: </span>$result.Uri#end - #if ($unicorncall.getInputMethod() == "DIRECT")<span>$submitted_file: </span>#end + #if ($unicorncall.getInputMethod() == "DIRECT")<span>$submitted_file</span>#end </td> <td class="anchor uri"><a class="smooth" title="$anchor_uri" href="#${observationName}_warning_${i}">a</a></td> </tr>
Received on Wednesday, 30 September 2009 16:58:04 UTC