<%@ include file="/plugins/setup/setup_include_header.jsp" %><%-- __________________________________________________________________________________________ includes slideshowV3.before_endhead.include.jsp in head returns revize_slideshow_noimages: number of images displayed __________________________________________________________________________________________ --%><% String VERSION = "04-07-2011a"; String src = "calendar_app/index.html#"; String name = StringUtils.getParameter(request,"name"); String date = StringUtils.getParameter(request,"date"); String view = StringUtils.getParameter(request,"view"); String htmlfile = StringUtils.getParameter(request,"htmlfile"); String cssfile = StringUtils.getParameter(request,"cssfile"); String height = StringUtils.getParameter(request,"height"); String width = StringUtils.getParameter(request,"width"); if (name.length() > 0) src += name + ","; if (date.length() > 0) src += date + "," ; if (view.length() > 0) { if (!view.startsWith("-")) view = "-" + view; src += view; if (view.indexOf("mini") != -1) { if (htmlfile.length() > 0) src += "=" + htmlfile; //if (htmlfile.length() > 0 cssfile) src += ","; if (cssfile != null && htmlfile.length() > 0) src += ",css=" +cssfile; } } if (src.endsWith(",")) src = src.substring(0,src.length()-1); String endHtml = ""; if (!rz.isvalidmodule("calendar_config")) { String msg = "
\n\n" + "Calendar App modules & templates not imported

" + "iframe not active\n\n\n\n
"; out.print(msg); } %><%=endHtml%>