Changeset 1329:49a17026c7ef

Show
Ignore:
Timestamp:
07/21/10 18:42:53 (3 years ago)
Author:
Thomas Gambet <tgambet@…>
Branch:
default
Message:

updated mootools to last version 1.2.4

Location:
WebContent/WEB-INF/resources/templates
Files:
5 modified

Legend:

Unmodified
Added
Removed
  • WebContent/WEB-INF/resources/templates/index.vm

    r1260 r1329  
    11#set ($title = "Unicorn") 
    22#set ($css = ['base_ucn.css']) 
    3 #set ($js = ['mootools-1.2.3-core-more-yc.js', 'w3c_unicorn_index.js']) 
     3#set ($js = ['mootools-1.2.4-core-more-yc.js', 'w3c_unicorn_index.js']) 
    44#parse('head.vm') 
    55 
  • WebContent/WEB-INF/resources/templates/init.vm

    r1279 r1329  
    11#set ($title = "Unicorn") 
    22#set ($css = ['base_ucn.css', 'init.css']) 
    3 #set ($js = ['mootools-1.2.3-core-more-yc.js', 'w3c_unicorn_init.js']) 
     3#set ($js = ['mootools-1.2.4-core-more-yc.js', 'w3c_unicorn_init.js']) 
    44#parse('head.vm') 
    55 
  • WebContent/WEB-INF/resources/templates/language.form.vm

    r1260 r1329  
    11#set ($title = "Unicorn - Translations") 
    22#set ($css = ['base_ucn.css']) 
    3 #set ($js = ['mootools-1.2.3-core-more-yc.js', 'w3c_unicorn_languages.js']) 
     3#set ($js = ['mootools-1.2.4-core-more-yc.js', 'w3c_unicorn_languages.js']) 
    44#parse('head.vm') 
    55 
  • WebContent/WEB-INF/resources/templates/language.vm

    r1300 r1329  
    11#set ($title = "Unicorn - Translations") 
    22#set ($css = ['base_ucn.css']) 
    3 #set ($js = ['mootools-1.2.3-core-more-yc.js', 'w3c_unicorn_languages.js']) 
     3#set ($js = ['mootools-1.2.4-core-more-yc.js', 'w3c_unicorn_languages.js']) 
    44#parse('head.vm') 
    55 
  • WebContent/WEB-INF/resources/templates/xhtml10.vm

    r1325 r1329  
    11#set ($title = "$ucn.evaluate($lang, 'result_for', $unicorncall.DocumentName)") 
    22#set ($css = ['base_ucn.css']) 
    3 #set ($js = ['mootools-1.2.3-core-more-yc.js', 'w3c_unicorn_results.js']) 
     3#set ($js = ['mootools-1.2.4-core-more-yc.js', 'w3c_unicorn_results.js']) 
    44#if ($unicorncall.getStatus() == "passed") 
    55#set ($fav = "favicon_green.ico")