/webportal/src/main/webapp/WEB-INF/zul/AnalysisScatterplotResults.zul
http://alageospatialportal.googlecode.com/ · Unknown · 33 lines · 30 code · 3 blank · 0 comment · 0 complexity · 719b8a6c4535c57781561d89fb557ed1 MD5 · raw file
- <?variable-resolver class="org.zkoss.spring.DelegatingVariableResolver"?>
- <zk>
-
- <window id="scatterplotresultswindow" title="Scatterplot Preview" border="normal"
- use="org.ala.spatial.analysis.web.ScatterplotResults"
- apply="org.ala.spatial.analysis.web.ScatterplotResults"
- closable="true" mode="embedded" width="90%">
- <separator />
- <label id="results_label" value=""/>
- <separator />
- <separator />
- <listbox id="popup_listbox_results" height="400px">
- <listhead sizable="true" visible="false">
- <listheader id="header2" label="" ></listheader>
- <listheader id="header1" label="" ></listheader>
- <listheader label="" ></listheader>
- <listheader label="" ></listheader>
- </listhead>
- </listbox>
- <hbox>
- <hbox>
- <separator/>
- <separator/>
- <button id="btnDownload" label="Download" sclass="goButton" />
- </hbox>
- <separator/>
- <separator/>
- <div align="right"><button label="Close" onClick="scatterplotresultswindow.detach()" sclass="goButton" /> </div>
- </hbox>
- </window>
- </zk>