Moved vivo-basic theme jsps out of themes into productMods, to make them less easily accessible to theme customizers.
This commit is contained in:
parent
a6722233aa
commit
015ee4c448
6 changed files with 43 additions and 61 deletions
15
productMods/themes/vivo-basic/jsp/identity.jsp
Normal file
15
productMods/themes/vivo-basic/jsp/identity.jsp
Normal file
|
@ -0,0 +1,15 @@
|
|||
<%-- $This file is distributed under the terms of the license in /doc/license.txt$ --%>
|
||||
|
||||
<%-- DO NOT MODIFY THIS FILE. IT IS NOT USED IN THEME CUSTOMIZATION. --%>
|
||||
|
||||
<%@ page import="edu.cornell.mannlib.vitro.webapp.controller.FreeMarkerHttpServlet" %>
|
||||
<%
|
||||
// If the request was for a jsp rather than a servlet, we didn't get these yet.
|
||||
String identity = (String) request.getAttribute("ftl_identity");
|
||||
if (identity == null) {
|
||||
FreeMarkerHttpServlet.getFreeMarkerComponentsForJsp(request, response);
|
||||
}
|
||||
%>
|
||||
|
||||
${ftl_identity}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue