Index: trunk/calendar3/deployment/webpublic/webapp/resources/demoskins/default/default/cleanXml.xsl
===================================================================
--- (revision )
+++ trunk/calendar3/deployment/webpublic/webapp/resources/demoskins/default/default/cleanXml.xsl (revision 425)
@@ -1,0 +1,25 @@
+
+
+
+
+
+
+
+
+
+
Index: trunk/calendar3/webclient/war/docs/event/selectCalForEvent.jsp
===================================================================
--- (revision )
+++ trunk/calendar3/webclient/war/docs/event/selectCalForEvent.jsp (revision 425)
@@ -1,0 +1,21 @@
+<%@ taglib uri='struts-bean' prefix='bean' %>
+<%@ taglib uri='struts-logic' prefix='logic' %>
+
+<%@ include file="/docs/header.jsp" %>
+
+selectCalForEvent
+<% /* Used when selecting a calendar while adding or editing an event.
+
+ This page will be called when
+ a) we add an event by date with no specific calendar selected
+ b) we import an event
+ c) we add an event ref
+ d) we edit an event and change it's calendar (or change it while adding)
+
+ The intention is to load the calendar listing in a pop-up window as a
+ tree of myCalendars and writable calendars associated with subscriptions.
+ The xml for the tree is already in header.jsp, so we don't have to
+ recreate it here.
+ */ %>
+
+<%@ include file="/docs/footer.jsp" %>