<%--------------------------------------------------------------------------------------- This file always loaded from plugins folder DEVMODE or NON-DEVMODE Included directly on homeframe; Included by .../plugins/calendar.head_include.jsp for other pages ----------------------------------------------------------------------------------------- --%><% String VERSION = "Version 2.1 02-20-2012"; //@@dw-date@@ dw updates date on save String LOADING = "Loading..."; boolean DEVMODE = false; String calendar_options = rz.fetch("webspace_config","calendar_options"); if (rz.nodata) calendar_options = rz.fetch("webspace_config","calandar_options"); if (rz.getvalue(calendar_options,"devmode").equals("true")) DEVMODE = true; boolean isEditPage = rz.checkoptions("form,list",rz.pagetype); boolean debug = false; if (request.getParameter("debug") != null) debug = true; if (DEVMODE) { %><% } /*--------------------------------------------------------------------------------------- Following script used for DEVMODE or NON-DEVMODE ---------------------------------------------------------------------------------------*/ %><% //***** NON-DEVMODE uses jsp include for bootstrap files ***** if (!DEVMODE) { %> <% //***** DEVMODE uses standard & tags ***** } else { String pre = isEditPage ? "../" : ""; %> <%-- --%> <% if (isEditPage) { %> <% } else { %> <% } %> <% } %>