2010-01-29 22:12:41 +00:00
|
|
|
<%-- $This file is distributed under the terms of the license in /doc/license.txt$ --%>
|
|
|
|
|
2010-05-17 19:30:26 +00:00
|
|
|
<%-- DO NOT MODIFY THIS FILE. IT IS NOT USED IN THEME CUSTOMIZATION. --%>
|
|
|
|
|
2010-05-18 14:24:05 +00:00
|
|
|
<%@ page import="edu.cornell.mannlib.vitro.webapp.controller.freemarker.FreeMarkerHttpServlet" %>
|
2010-05-14 20:01:13 +00:00
|
|
|
<%
|
|
|
|
// 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);
|
|
|
|
}
|
2010-01-29 22:12:41 +00:00
|
|
|
%>
|
2010-03-31 19:26:14 +00:00
|
|
|
|
2010-05-14 20:01:13 +00:00
|
|
|
${ftl_identity}
|
2010-05-17 19:30:26 +00:00
|
|
|
|