2010-09-08 20:37:28 +00:00
|
|
|
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
|
|
|
|
|
|
|
<#-- Template for scripts that must be loaded in the head -->
|
|
|
|
|
2010-12-02 17:53:30 +00:00
|
|
|
<script type="text/javascript" src="${urls.base}/js/jquery.js"></script>
|
2011-01-19 14:53:00 +00:00
|
|
|
<script type="text/javascript" src="${urls.base}/js/vitroUtils.js"></script>
|
2010-11-18 18:50:52 +00:00
|
|
|
|
2011-02-03 14:34:20 +00:00
|
|
|
<#-- script for enabling new HTML5 semantic markup in IE browsers -->
|
|
|
|
<!--[if lt IE 9]>
|
|
|
|
<script type="text/javascript" src="${urls.base}/js/html5.js"></script>
|
|
|
|
<![endif]-->
|
|
|
|
|
2011-01-12 22:25:44 +00:00
|
|
|
${headScripts.tags}
|
|
|
|
|
|
|
|
<!--[if lt IE 7]>
|
|
|
|
<script type="text/javascript" src="${urls.base}/js/jquery_plugins/supersleight.js"></script>
|
|
|
|
<![endif]-->
|