<%@ include file="/plugins/setup/setup_include_header.jsp" %><%-- __________________________________________________________________________________________ Google search url is defined in webspace_config.livesite_url Arguments: src (optional): specifies image search button after input field. By default image is floated right as block, if not desired use the following CSS: .searchForm .searchButton { float:none !important } prompt (optional): displays in text box until it gets focus. label (optional): text displayed before input field inside
(border turned off) to display border use below CSS: .searchForm fieldset { border: solid 1px !important; } NOTE: generated html intentionally does not add any white space __________________________________________________________________________________________ --%><% String url = rz.config("livesite_url"); String prompt = StringUtils.getParameter(request,"prompt"); String src = StringUtils.getParameter(request,"src"); if (url == null || url.equals("")) prompt = "set livesite_url.webspace_config"; String label = StringUtils.getParameter(request,"label"); %>
<% if (!label.equals("")) { %>
<% } %> onfocus="if (this.value=='<%=prompt%>') this.value='';" onblur="if (this.value=='') this.value='<%=prompt%>';"<% } %> ><% if (!src.equals("")) { %><% } if (!label.equals("")) { %>
<% } %>