/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

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