- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 06 Oct 2009 10:57:26 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/WebContent/WEB-INF/resources/templates/includes In directory hutz:/tmp/cvs-serv5371/WebContent/WEB-INF/resources/templates/includes Modified Files: footer.vm Log Message: added link to the language page Index: footer.vm =================================================================== RCS file: /sources/public/2006/unicorn/WebContent/WEB-INF/resources/templates/includes/footer.vm,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- footer.vm 5 Oct 2009 13:07:31 -0000 1.6 +++ footer.vm 6 Oct 2009 10:57:23 -0000 1.7 @@ -2,6 +2,7 @@ <li><a href="http://www.w3.org/QA/2006/obs_framework/" title="$documentation_title">$documentation</a></li> <li><a href="http://dev.w3.org/cvsweb/2006/unicorn/" title="$download_title">$download</a></li> <li><a href="mailto:public-qa-dev@w3.org" title="$feedback_title">$feedback</a></li> + <li><a href="${baseUri}translations" title="$translations_title">$translations</a></li> </ul> <ul id="lang_choice"> #foreach( $key in $languages.keySet() )
Received on Tuesday, 6 October 2009 10:57:27 UTC