root/trunk/calendar3/webadmin/war/docs/calsuite/calSuiteList.jsp

Revision 518 (checked in by johnsa, 7 years ago)

fundamental building blocks in place for calendar suites in UI (currently only produces form for adding a calendar suite)

Line 
1 <%@ taglib uri='struts-bean' prefix='bean' %>
2 <%@ taglib uri='struts-logic' prefix='logic' %>
3 <%@ taglib uri='struts-html' prefix='html' %>
4 <%@ taglib uri='struts-genurl' prefix='genurl' %>
5 <html:xhtml/>
6
7 <%@include file="/docs/header.jsp"%>
8
9 <page>calSuiteList</page>
10
11 <calsuites>
12 <% /*  <logic:iterate id="calSuite" name="peForm" property="accessibleCalSuites" >
13     < % @include file="/docs/calsuite/emitCalSuite.jsp" % >
14   </logic:iterate> */ %>
15 </calsuites>
16
17 <%@include file="/docs/footer.jsp"%>
18
Note: See TracBrowser for help on using the browser.