- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 21 Oct 2009 17:12:52 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/WebContent/WEB-INF/resources/templates In directory hutz:/tmp/cvs-serv17651/WebContent/WEB-INF/resources/templates Modified Files: language.vm index.vm xhtml10.vm language.form.vm Log Message: uses merged javascript file for mootools Index: language.vm =================================================================== RCS file: /sources/public/2006/unicorn/WebContent/WEB-INF/resources/templates/language.vm,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- language.vm 13 Oct 2009 15:12:49 -0000 1.15 +++ language.vm 21 Oct 2009 17:12:50 -0000 1.16 @@ -1,6 +1,6 @@ #set ($title = "Unicorn - Translations") #set ($css = ['base_ucn.css']) -#set ($js = ['mootools-1.2.3-core-nc.js', 'mootools-1.2.3.1-more.js', 'w3c_unicorn_languages.js']) +#set ($js = ['mootools-1.2.3-core+more-yc.js', 'w3c_unicorn_languages.js']) #parse('head.vm') #if ($messages) Index: language.form.vm =================================================================== RCS file: /sources/public/2006/unicorn/WebContent/WEB-INF/resources/templates/language.form.vm,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- language.form.vm 13 Oct 2009 15:12:49 -0000 1.7 +++ language.form.vm 21 Oct 2009 17:12:50 -0000 1.8 @@ -1,6 +1,6 @@ #set ($title = "Unicorn - Translations") #set ($css = ['base_ucn.css']) -#set ($js = ['mootools-1.2.3-core-nc.js', 'mootools-1.2.3.1-more.js', 'w3c_unicorn_languages.js']) +#set ($js = ['mootools-1.2.3-core+more-yc.js', 'w3c_unicorn_languages.js']) #parse('head.vm') #if ($messages) Index: index.vm =================================================================== RCS file: /sources/public/2006/unicorn/WebContent/WEB-INF/resources/templates/index.vm,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- index.vm 9 Oct 2009 15:13:14 -0000 1.16 +++ index.vm 21 Oct 2009 17:12:50 -0000 1.17 @@ -1,6 +1,6 @@ #set ($title = "Unicorn") #set ($css = ['base_ucn.css']) -#set ($js = ['mootools-1.2.3-core-nc.js', 'mootools-1.2.3.1-more.js', 'w3c_unicorn_index.js']) +#set ($js = ['mootools-1.2.3-core+more-yc.js', 'w3c_unicorn_index.js']) #parse('head.vm') #if ($messages) Index: xhtml10.vm =================================================================== RCS file: /sources/public/2006/unicorn/WebContent/WEB-INF/resources/templates/xhtml10.vm,v retrieving revision 1.40 retrieving revision 1.41 diff -u -d -r1.40 -r1.41 --- xhtml10.vm 21 Oct 2009 16:17:41 -0000 1.40 +++ xhtml10.vm 21 Oct 2009 17:12:50 -0000 1.41 @@ -1,6 +1,6 @@ #set ($title = "$ucn.evaluate($lang, 'result_for', $unicorncall.DocumentName)") #set ($css = ['base_ucn.css']) -#set ($js = ['mootools-1.2.3-core-nc.js', 'mootools-1.2.3.1-more.js', 'w3c_unicorn_results.js']) +#set ($js = ['mootools-1.2.3-core+more-yc.js', 'w3c_unicorn_results.js']) #if ($unicorncall.isPassed()) #set ($fav = "favicon_green.ico") #else
Received on Wednesday, 21 October 2009 17:12:54 UTC