NIHVIVO-556: Wilma clean up and housekeeping.

This commit is contained in:
mb863 2010-10-27 22:11:52 +00:00
parent fe89fd6c62
commit d431495481
14 changed files with 1572 additions and 2049 deletions

View file

@ -37,7 +37,7 @@ FreemarkerHttpServlet.getFreemarkerComponentsForJsp(request);
<head> <!-- formPrefix.jsp -->
<meta charset="utf-8" />
<title>${title}</title>
<link rel="stylesheet" href="<%=themeDir%>/css/style.css" />
<link rel="stylesheet" href="<%=themeDir%>/css/screen.css" />
<!-- script for enabling new HTML5 semantic markup in IE browsers-->
<%-- ${headScripts.add("/js/html5.js")} --%>

View file

@ -4,7 +4,7 @@
<head>
<meta charset="utf-8" />
<title>${title}</title>
<link rel="stylesheet" href="${themeDir}/css/style.css" />
<link rel="stylesheet" href="${themeDir}/css/screen.css" />
${stylesheets.tags}
<!-- script for enabling new HTML5 semantic markup in IE browsers-->
${headScripts.add("/js/html5.js")}

View file

@ -4,7 +4,7 @@
<head>
<meta charset="utf-8" />
<title>${title}</title>
<link rel="stylesheet" href="${themeDir}/css/style.css" />
<link rel="stylesheet" href="${themeDir}/css/screen.css" />
${stylesheets.tags}
<!-- script for enabling new HTML5 semantic markup in IE browsers-->
${headScripts.add("/js/html5.js")}

View file

@ -80,7 +80,7 @@ FreemarkerHttpServlet.getFreemarkerComponentsForJsp(request);
<head>
<meta charset="utf-8" />
<title>${title}</title>
<link rel="stylesheet" href="<%=themeDir%>css/style.css" />
<link rel="stylesheet" href="<%=themeDir%>css/screen.css" />
<!-- script for enabling new HTML5 semantic markup in IE browsers-->
<%-- ${headScripts.add("/js/html5.js")} --%>