- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 18 Sep 2009 17:18:52 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/WebContent/WEB-INF/resources/templates In directory hutz:/tmp/cvs-serv18372/WebContent/WEB-INF/resources/templates Modified Files: xhtml10.vm Log Message: commented the part where getCallingUri is called. The replacement still has to be implemented Index: xhtml10.vm =================================================================== RCS file: /sources/public/2006/unicorn/WebContent/WEB-INF/resources/templates/xhtml10.vm,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- xhtml10.vm 18 Sep 2009 15:44:12 -0000 1.16 +++ xhtml10.vm 18 Sep 2009 17:18:50 -0000 1.17 @@ -52,7 +52,7 @@ #end <span class="name">$unicorncall.getObserverName($observationName, $lang) #if ($observation.Rating) ($observation.Rating/100) #end</span> #if ($observation.getRequestUri())<a class="direct_link" href="$observation.getRequestUri()" title="revalidate this document on the validator website">[direct link]</a> - #else <a class="direct_link" href="$observation.getCallingURI()" title="link to this validator website">[direct link]</a>#end + <!--#else <a class="direct_link" href="$observation.getCallingURI()" title="link to this validator website">[direct link]</a>#end--> </h2> <div class="results block">
Received on Friday, 18 September 2009 17:19:02 UTC