root/trunk/calendar3/webadmin/war/docs/calendar/referenced.jsp

Revision 2 (checked in by douglm, 7 years ago)

Initial import of bedework

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
6 <jsp:include page="/docs/header.jsp">
7   <jsp:param name="title" value="org.bedework.title.calendar.inuse"/>
8 </jsp:include>
9
10 <h2><bean:message key="org.bedework.text.calendar.referenced" /></h2>
11
12 <genurl:form action="calendar/fetchForUpdate" >
13   <html:submit property="listCalendars" value="OK"/>&nbsp;&nbsp;&nbsp;
14
15   <jsp:include page="displayCalendarsCommon.jsp" />
16 </genurl:form>
17
18 <%@include file="/docs/footer.jsp"%>
19
Note: See TracBrowser for help on using the browser.