root/trunk/calendar3/webclient/war/docs/calendars.jsp

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

changed calendar jsp pages for public client to reflect new calendar objects

Line 
1 <%@ taglib uri='struts-bean' prefix='bean' %>
2 <%@ taglib uri='struts-logic' prefix='logic' %>
3
4 <%@ include file="header.jsp" %>
5   <page>calendars</page>
6
7   <%-- List of all calendars and subcalendars. --%>
8   <calendars>
9      <bean:define id="calendar" name="calForm" property="publicCalendars"
10              toScope="session" />
11     <%@include file="/docs/emitCalendar.jsp"%>
12
13     <!-- old 2.3 code: keep for a short while
14     <logic:present name="calForm" property="publicCalendars" >
15       <bean:define id="calendars" name="calForm" property="publicCalendars" />
16       <logic:iterate id="calendar" name="calendars" >
17         <bean:define id="curCal" name="calendar" toScope="request" />
18         <jsp:include page="subcalendars.jsp" />
19       </logic:iterate>
20     </logic:present>
21     -->
22   </calendars>
23
24 <%@ include file="footer.jsp" %>
Note: See TracBrowser for help on using the browser.