%@ page contentType="text/xml;charset=UTF-8" buffer="none" language="java" %>
<%@ taglib uri='struts-bean' prefix='bean' %>
<%@ taglib uri='struts-logic' prefix='logic' %>
<%@ taglib uri='struts-html' prefix='html' %>
<%@ taglib uri='struts-genurl' prefix='genurl' %>
<%-- Load the header common to all pages --%>
<%@ include file="/docs/header.jsp" %>
<%-- the element allows us to branch in our XSLT based on what page
(what "state") we are in. The value is hard coded into the top-level
JSP pages for the calendar. It has four possible values:
1. eventscalendar - the event calendar tree from which we build our
day, week, month, and year views (main.jsp)
2. event - a single event (see eventMore.jsp)
3. calendars - the listing of calendars (see calendars.jsp)
4. other - an arbitrary page (see showPage.jsp)
--%>
eventscalendar
<%-- The events listing in a calendar tree --%>
<%/* Fillers currently have no information */%>
<%/* Do not produce events if we are in the year view */%>
<%-- Produce date and time form elements for personal calendar to be used
for creating the personal event entry form. Uncomment this code to
use an entry form on a page other than the formal "add event" page. --%>
<%--
--%>
<%@ include file="/docs/footer.jsp" %>