<%-- __________________________________________________________________________________________ 04-24-2013: ALL jsp, script and html for index.html (included by calendar_app.rzt) Can run from calendar_app folder as index.jsp w/o publishing but must be logged in. __________________________________________________________________________________________ --%><%-- #BeginRZ-PageHeader --%><%@page language="java" %><%@include file="/util/setup_template_header.jsp" %><%-- #EndRZ-PageHeader --%> Event Calendar <% LOADING = "Calendar Loading..."; //looks bad in mini with hidden link before & after %><%-- Below include on all calendar templates and edit pages --%> <%@ include file="/plugins/calendar/calendar3.head_version_include.jsp" %><% if (false) { %><% //-------------------------------------------------------------------------------\\ // script here as DW convenience; not used on published page //---------------------------------------------------------------------------------- %> <% } %><%-- \\-------------------------------------------------------------------------------// --%><% /**********************************/ /*BOOKMARK Page specific JSP Code*/ /********************************/ //TODO: This incorrectly places snippet_helper.js after calendar script but gets // overridden when capendar_app_javascript.js loaded by RZloadResources() %><%@ include file="/util/setup_template_javascript.jsp" %><% /************************************/ /*BOOKMARK Page specific JavaScript*/ /**********************************/ %> <%-- /*****************************************************/ /*BOOKMARK RZhidden class: hides elements in browser*/ /* but DW shows them greyed out in DW design view. */ /* (i.e. CSS below NOT on Revize published page) */ /*************************************************/ --%> <% if (false){ %> <% } %> <%-- /******************************************/ /* RZhidden class published for browsers */ /****************************************/ --%> <% /******************************/ /*BOOKMARK IE specific styles*/ /****************************/ %> <%-- ___________________________________________________________________________________ The same html is generated for all calendar grids: mini and month as well as the thumbnail calendar on the week and day views. Of course additional containers can be added and have been to support all views but we do not want to support multiple versions of the grid generator. There are some variations to the generated html based on view. The overall structure of this html has evolved over time to meet most if not all scenarios we have encountered; so the architecture is sound. The latest html and css for all views has been run through the W3 schools validators. The week/day thumbnail calendar DOES use different html for the calendar controls above the grid. Currently both mini and month view share the same html for these controls with different styles. Feel free to tweak the month/mini controls html or create different html for the month view but share as much css as possible to reduce future support and avoid duplication. The fullview_header container consists of the containers for "Welcome...", "Currently Viewing..." and month/year/name dropdowns. This fullview_header is shared between the month, week and day views. The week and day view also share the most of html for the fullView body which is everything below the fullview_header. The variations are the inner html of the weekHeading and dayHeading containers as well as generated html for weekBodyLeft and dayBodyLeft containers. ___________________________________________________________________________________ --%><% if (false){ %>
NOTE: class="RZhidden" displays with this background in DW; but... is hidden in browsers unless changed by javascript or other CSS.
<% } %>
close

<%=HELP_BUTTON%>
Calendar of Events
 
Currently Viewing:   for  
/revize/plugins/calendar/images/buttons/ical.png" border="0" />
Events for Week
Calendar & Notable Events
Events for Day
Notable Events for notable heading
  «Prior Month   Next Month»  
 
  Loading...  

 

<%} catch(Exception e) {} %>