Changeset 3995
- Timestamp:
- Nov 22, 2007, 4:35:11 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/common/plugin/index.jsp
r3679 r3995 26 26 @author Nicklas 27 27 @version 2.0 28 --%> 29 <%@ page session="false"28 --%><% 29 %><%@ page session="false" 30 30 import="net.sf.basedb.core.SessionControl" 31 31 import="net.sf.basedb.core.DbControl" … … 85 85 import="java.util.HashSet" 86 86 import="java.io.PrintWriter" 87 %> 88 <%@ taglib prefix="base" uri="/WEB-INF/base.tld" %> 89 <%@ taglib prefix="t" uri="/WEB-INF/tab.tld" %> 90 91 <%!87 %><% 88 %><%@ taglib prefix="base" uri="/WEB-INF/base.tld" %><% 89 %><%@ taglib prefix="t" uri="/WEB-INF/tab.tld" %><% 90 91 %><%! 92 92 private static String getJspPage(PluginConfigurationRequest request, PluginDefinition plugin, String defaultPage) 93 93 { … … 107 107 return jspPage; 108 108 } 109 %> 110 111 <%109 %><% 110 111 %><% 112 112 final String root = request.getContextPath()+"/"; 113 113 final SessionControl sc = Base.getExistingSessionControl(pageContext, true);
Note: See TracChangeset
for help on using the changeset viewer.