/webportal/src/main/webapp/WEB-INF/zul/AnalysisScatterplotResults.zul
Unknown | 33 lines | 30 code | 3 blank | 0 comment | 0 complexity | 719b8a6c4535c57781561d89fb557ed1 MD5 | raw file
1<?variable-resolver class="org.zkoss.spring.DelegatingVariableResolver"?> 2<zk> 3 4 <window id="scatterplotresultswindow" title="Scatterplot Preview" border="normal" 5 use="org.ala.spatial.analysis.web.ScatterplotResults" 6 apply="org.ala.spatial.analysis.web.ScatterplotResults" 7 closable="true" mode="embedded" width="90%"> 8 9 <separator /> 10 <label id="results_label" value=""/> 11 <separator /> 12 <separator /> 13 <listbox id="popup_listbox_results" height="400px"> 14 <listhead sizable="true" visible="false"> 15 <listheader id="header2" label="" ></listheader> 16 <listheader id="header1" label="" ></listheader> 17 <listheader label="" ></listheader> 18 <listheader label="" ></listheader> 19 </listhead> 20 </listbox> 21 22 <hbox> 23 <hbox> 24 <separator/> 25 <separator/> 26 <button id="btnDownload" label="Download" sclass="goButton" /> 27 </hbox> 28 <separator/> 29 <separator/> 30 <div align="right"><button label="Close" onClick="scatterplotresultswindow.detach()" sclass="goButton" /> </div> 31 </hbox> 32 </window> 33</zk>