- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 02 Oct 2009 16:53:16 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/WebContent/WEB-INF/resources/templates In directory hutz:/tmp/cvs-serv24988/WebContent/WEB-INF/resources/templates Added Files: language.vm Log Message: new template for the language page --- NEW FILE: language.vm --- #set ($noEscape_title = "Unicorn - Translations") #set ($css = ['base_ucn.css']) #parse('head.vm') <table> <thead> <tr> <th scope="col">Property</th> #foreach($prop in $languageProps) <th scope="col">$prop.get("language")</th> #end </tr> </thead> <tbody> #foreach($key in $defaultProps.keySet()) <tr> <th scope="row">$key <p>$esc.html($defaultProps.get($key))</p></th> #foreach($prop in $languageProps) <td title="$esc.html($!prop.get($key))">#if($prop.get($key))true#{else}false#end</td> #end </tr> #end </tbody> </table> #parse('footer.vm')
Received on Friday, 2 October 2009 16:53:20 UTC