<%/*Encoding:UTF-8*/%> <%/*Type:Portlet*/%> <%//Def:[{"actioncode":"function GetDataSave(conf){\n \u002f\u002fvar vqrName=this.txtQueryName.Value();\n\u002f\u002f if(!EmptyString(vqrName))\n \u002f\u002fconf.vqr=vqrName;\n}","bg_image":" ","cache_time":" ","color":" ","css":" ","css_class":" ","description":" ","form_action":" ","form_type":"false","h":"100","language":"true","my_library":" ","on_security_failure":"login","pages_names":" ","security":"none","sp_theme":"true","sp_uid":"false","tag":" ","title":" ","type":"Form","v_line":"400","version":"37","w":"100%"},{"align":" ","anchor":" ","bg_color":" ","class_Css":"label","dataobj":" ","enable_HTML":"true","field":" ","font":" ","font_color":" ","font_size":" ","font_weight":" ","h":"19","help_tips":" ","href":" ","name":"lblQueryName","page":"1","picture":" ","sequence":" ","tabindex":" ","target":" ","type":"Label","value":"VQR:","w":"60","x":"0","y":"0","zindex":"1"},{"anchor":" ","class_Css":"textbox","dataobj":" ","field":" ","font":"verdana","font_color":" ","font_size":" ","h":"22","help_tips":" ","init_par":" ","maxlength":" ","name":"txtQueryName","page":"1","password":"false","picture":" ","readonly":"true","scroll":"false","sequence":" ","tabindex":" ","type":"Textbox","typevar":"character","visible":"true","w":"146","x":"66","y":"0","zindex":"1"}]%> <%/*Description: */%> <%@ page import="com.zucchetti.SPBridge.*" %><%@ page import="java.util.*" %><%@ page import="com.zucchetti.PortalStudio.*" %><%@ page import="com.zucchetti.sitepainter.*" %> <%@ page import="com.zucchetti.sitepainter.SPPrxycizer" %><%@page extends="com.zucchetti.PortalStudio.PortalStudioBase" %> <%@ page language="java" pageEncoding="UTF-8" %><%Sitepainter sp=Sitepainter.getSitepainter(request); String m_cJSPUID=getJSPUID(); String idPortlet=sp.getPortletId(request,sp.getParameter("ForcedPortletUID",JSPLib.NewCPCCCHK(5))); String PageletId = (request.getAttribute("PageletId") != null ? (String)request.getAttribute("PageletId" ) : sp.getParameter("PageletId" ,"") ); String SPPortletTitleId = (request.getAttribute("SPPortletTitleId") != null ? (String)request.getAttribute("SPPortletTitleId") : sp.getParameter("SPPortletTitleId","") ); String SPParentObjId=(request.getAttribute("SPParentObjId")!=null?(String)request.getAttribute("SPParentObjId"):sp.getParameter("SPParentObjId","")); request.setAttribute("com.zucchetti.sitepainter.PortalStudio.getCryptPwd",JSPLib.NewCPCCCHK(6)); if(sp.getParameter("SpStaticCode","").equals(m_cJSPUID)){ Library.SetMimeType(response,"text/javascript"); response.setDateHeader("Last-Modified",new Date().getTime() - 604800000L); response.setDateHeader("Expires", new Date().getTime() + 604800000L); response.setHeader("Cache-Control","public"); %> window.SPPortalZoomConfigurationBuilder_GlobalOptions_Static=function(){ if(typeof GetDataSave !='undefined')this.GetDataSave=GetDataSave; <%if(!Library.Empty(PageletId) ){%> this.this_Calc=function(){ this.PageletCalc(); } <%}%> function GetDataSave(conf){ //var vqrName=this.txtQueryName.Value(); // if(!EmptyString(vqrName)) //conf.vqr=vqrName; } this.dispatchEvent('HideUnderCondition'); this.dispatchEvent('EditUnderCondition'); } <%}else if(sp.getParameter("SpCssCode","").equals(m_cJSPUID)){ Library.SetMimeType(response,"text/css"); response.setDateHeader("Last-Modified",new Date().getTime() - 604800000L); response.setDateHeader("Expires", new Date().getTime() + 604800000L); response.setHeader("Cache-Control","public"); %> .SPPortalZoomConfigurationBuilder_GlobalOptions_container { } .SPPortalZoomConfigurationBuilder_GlobalOptions_portlet{ position:relative; width:100%; min-width:400px; height:100px; } .SPPortalZoomConfigurationBuilder_GlobalOptions_portlet[Data-page="1"]{ height:100px; width:100%; } .SPPortalZoomConfigurationBuilder_GlobalOptions_portlet > .lblQueryName_ctrl { box-sizing:border-box; z-index:1; position:absolute; display:inline-block; top:0px; left:0px; width:60px; height:auto; min-height:19px; } .SPPortalZoomConfigurationBuilder_GlobalOptions_portlet > .lblQueryName_ctrl { height:auto; min-height:19px; } .SPPortalZoomConfigurationBuilder_GlobalOptions_portlet > .lblQueryName_ctrl { overflow:hidden; } .SPPortalZoomConfigurationBuilder_GlobalOptions_portlet > .txtQueryName_ctrl { box-sizing:border-box; z-index:1; position:absolute; display:inline-block; top:0px; left:66px; width:146px; height:22px; } .SPPortalZoomConfigurationBuilder_GlobalOptions_portlet > .txtQueryName_ctrl { } .SPPortalZoomConfigurationBuilder_GlobalOptions_portlet > .txtQueryName_ctrl > input{ vertical-align:top; box-sizing:border-box; z-index:1; font-family:verdana; width:100%; height:100%; } <%}else if(sp.getParameter("SpWireframe","").equals("true")){ String containerId=sp.getParameter("containerID",idPortlet); Library.SetMimeType(response,"text/html"); response.setDateHeader("Last-Modified",new Date().getTime() - 604800000L); response.setDateHeader("Expires", new Date().getTime() + 604800000L); response.setHeader("Cache-Control","public"); PrintWireFrame(containerId,out); %> <%! void PrintWireFrame(String containerId, java.io.Writer out) throws java.lang.Throwable { String def="[{\"h\":\"100\",\"pages_names\":\"\",\"title\":\"\",\"type\":\"Form\",\"v_line\":\"400\",\"w\":\"100%\"},{\"anchor\":\"\",\"h\":\"19\",\"page\":\"1\",\"type\":\"Label\",\"w\":\"60\",\"x\":\"0\",\"y\":\"0\",\"zindex\":\"1\"},{\"anchor\":\"\",\"h\":\"22\",\"page\":\"1\",\"type\":\"Textbox\",\"w\":\"146\",\"x\":\"66\",\"y\":\"0\",\"zindex\":\"1\"}]"; out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("
\n"); out.write("\n"); }/**/%> <%}else{ if (JSPLib.checkApplication(request, response, out, sp, 37,"SPPortalZoomConfigurationBuilder_GlobalOptions","UTF-8")) {return; } %><%boolean included=request.getAttribute("javax.servlet.include.request_uri")!=null || "true".equals(request.getParameter("clientsideinclusion")); Map safe_params; if(!included){%> <%} if(!included){%> /> <%Library.WriteMetaTags(request,response,out); } sp.WritePortletJSLibraries(request, out, false,false); %> <% sp.WritePortalStudioCSS(request, out); if(Library.IsMobile(request)){%><%}%> <%String lblQueryName= "VQR:"; String txtQueryName= ""; if(request.getAttribute("SPPortalZoomConfigurationBuilder_GlobalOptions_firstinclusion")==null){ if (Library.IsMobile(request)) {%> <% } %><%} try{ if(!included){%> <%} if(!included){%> > <%= Sitepainter.GetBodyMobileScript(request) %><%}%>
<%if(sp.isLogged()){ if(sp.isInGroup(1) && sp.getGlobal("g_EditPortlet",false)==true){%> <%}}%>
<%=JSPLib.ToHTML(sp.translate("VQR:"))%>
<%if(request.getAttribute("SPPortalZoomConfigurationBuilder_GlobalOptions_firstinclusion")==null){%> <%request.setAttribute("SPPortalZoomConfigurationBuilder_GlobalOptions_firstinclusion",idPortlet); }%> <%if(!included){%> <%} }finally{ }%> <%if(!included){%> <%} sp.endPage("SPPortalZoomConfigurationBuilder_GlobalOptions"); }%> <%! public String getJSPUID() { return "3415114689"; } %>