<%-- #RevizeProperties USE REVIZE MENU (DOCUMENT PROPERTIES) TO EDIT DATA BELOW: status=edit options= server=localhost:8080 projectName=calendar_app label=calendar_config_editform location=calendar_app/calendar_lists/calendar_config-editform.jsp version=11 docType=template subType=unique moduleName= fieldName= channels=revize| description=Used to edit global settings --%><%-- #BeginRZ-PageHeader --%><%@page language="java" %><% String rzmodule = "calendar_config"; %><%@include file="/util/setup_editform_header.jsp" %><%-- #EndRZ-PageHeader --%> Calendar Application Global Configuration Options <%-- ___________________________________________________________________________________ Page notes: mapping records do not get updated. ___________________________________________________________________________________ --%> <%@ include file="/util/setup_editform_javascript.jsp" %> <%@ include file="/plugins/calendar/calendar3.head_version_include.jsp" %><%-- //-------------------------------------------------------------------------------\\ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * DW use only (below tags NOT published); required files loaded during page setup * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * --%><% if (false) { %> <% } %><%-- \\-------------------------------------------------------------------------------// --%><% /**********************************/ /*BOOKMARK Page specific JSP Code*/ /********************************/ %><%@ page import="java.util.*,java.sql.*,javax.security.auth.*" %><%@ page import="revize.security.*,revize.store.*,revize.db.*,revize.db.sql.*,revize.security.principal.*" %><%@ page import="idetix.security.UserContext,revize.servlet.*,idetix.util.StringUtils" %><%! String replaceSpace(String file_name) { String new_file=""; int k = 0; int index = file_name.indexOf("%20", k); while ( index != -1) { new_file += file_name.substring(k, index) + " "; k = index + 3; index = file_name.indexOf("%20", k); } if (index == -1) { new_file += file_name.substring(k); } return new_file; } /* Function to sort an object array */ Object [] sortArray(Object [] inarr) { String a1 = null; String a2 = null; if ( inarr.length == 1 || inarr.length == 0 ) { return inarr; } Object temp = null; for (int i=0;i < inarr.length;i++) { for (int j = i+1 ; j < inarr.length; j++) { a1 = (String)inarr[i]; a2 = (String)inarr[j]; if ((a1.compareToIgnoreCase(a2)) > 0 ){ temp = inarr[i]; inarr[i] = inarr[j]; inarr[j] = temp; } } } return inarr; }%><% /************************************/ /*BOOKMARK Page specific JavaScript*/ /**********************************/ %><%-- @@no-source-format@@ /***************************************************/ /**/ .RZhidden class hides elements in browser /**/ /**/ ...BUT allows DW to show in design view... /**/ /**/ /* Following css does not get published */ /**/ /**/ --%><% if (false){ /**/ /**/ %><% } /**/ /**/ /* Following IS published for Browsers */ /**/ /**/ /* use marker to test CSS priority */ /**/ /**/ %><%-- /**/ /***************************************************/ @@no-source-format@@ --%> <%-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * DELETE standard javascript include file after the body tag (if shown above); it is included in the head section for edit pages and not used on templates. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * --%><%if(false){%>
NOTE: blocks with class="RZhidden" display with this background in DW only; they are hidden when page displays in browser until changed by javascript or other CSS.
<%}%>

    Global Calendar Configuration    

Master Calendar
Indicates a calendar that includes all events from all calendars
Show Empty Hours Yes <% if ( "yes".equals(rz.fetch("calendar_config", "dayview_showemptyhours")) ) { out.println(""); out.println("    No   "); out.println(""); } else { out.println(""); out.println("    No   "); out.println(""); } %>
If yes, all hours are shown in day view like Outlook
Day View Start Hour
Indicates 1st hour displayed for any calendar's day view
Show Next and Previous Year Button Yes <% if ( "yes".equals(rz.fetch("calendar_config", "thumbnail_showpriornextyear")) ) { out.println(""); out.println("    No   "); out.println(""); } else { out.println(""); out.println("    No   "); out.println(""); } %>
  <%-- #BeginRZ-ActionButton --%> <%-- Option:type=ForwardEditFormImage --%> <%-- Option:caption=Configure Mini Calendar Colors --%> <%-- #EndRZ-ActionButton --%>
<%-- #BeginRZ-ActionImage --%> <%-- Option:type=EditFormSaveImage --%> <%-- Option:imageSrcURL=../images/buttons/save.gif --%> <%-- #EndRZ-ActionImage --%>            <%=HELP_BUTTON%>