blob: 21415faf24d3f5b2c0a7a04d92de06d567a544f9 [file] [log] [blame]
<!-- Standard Struts Entries -->
<%@ page language="java" contentType="text/html;charset=utf-8" %>
<%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean" %>
<%@ taglib uri="http://struts.apache.org/tags-html" prefix="html" %>
<%@ taglib uri="http://struts.apache.org/tags-logic" prefix="logic" %>
<% // Force the initialization of "action" servlet
getServletContext().getNamedDispatcher("action").include(request,response);
%>
<html:html locale="true">
<!-- Standard Content -->
<%@ include file="header.jsp" %>
<!-- Body -->
<frameset rows="117,685*" cols="*" frameborder="NO" border="3" framespacing="3">
<frame name="banner" src='<%= response.encodeURL("banner.jsp") %>' scrolling="no" title="commit and logout banner">
<frameset cols="300,*" frameborder="YES" border="2">
<frame name="tree" src='<%= response.encodeURL("setUpTree.do") %>' scrolling="auto" title="application navigation tree">
<frame name="content" src='<%= response.encodeURL("blank.jsp") %>' scrolling="auto" title="content editing">
</frameset>
</frameset>
<!-- Standard Footer -->
<%@ include file="footer.jsp" %>
</html:html>