vitro/webapp/web/templates/freemarker/page/partials/headScripts.ftl

17 lines
621 B
Text
Raw Normal View History

<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
<#-- Template for scripts that must be loaded in the head -->
<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>
<#-- 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]-->