<%@ include file="/plugins/setup/setup_include_header.jsp" %><%-- __________________________________________________________________________________________ __________________________________________________________________________________________ --%><% String VERSION = "v04-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"); String scrolling = StringUtils.getParameter(request,"scrolling"); if (scrolling.length() == 0) scrolling = "no"; 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 (cssfile.length() == 0) cssfile = "calendar_mini_base.css"; 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%>