/webportal/src/main/webapp/WEB-INF/zul/ContextualLayerSelection.zul

http://alageospatialportal.googlecode.com/ · Unknown · 51 lines · 42 code · 9 blank · 0 comment · 0 complexity · 440372c2e0ea7e464571f1c0599b890f MD5 · raw file

  1. <?variable-resolver class="org.zkoss.spring.DelegatingVariableResolver"?>
  2. <?component name="ContextualLayersTree" macro-uri="/WEB-INF/zul/ContextualLayersTree.zul"?>
  3. <zk>
  4. <window id="contextuallayerselectionwindow" use="org.ala.spatial.analysis.web.ContextualLayerSelection"
  5. apply="org.ala.spatial.analysis.web.ContextualLayerSelection" width="360px" xmlns:n="http://www.zkoss.org/2005/zk/native"
  6. style="position:absolute;left:20px;top:20px" draggable="false">
  7. <n:div class="left-cover" />
  8. <n:div class="fancybox-bg" id="fancybox-bg-ne" />
  9. <n:div class="fancybox-bg" id="fancybox-bg-se" />
  10. <n:div class="fancybox-bg" id="fancybox-bg-sw" />
  11. <n:div class="fancybox-bg" id="fancybox-bg-nw" />
  12. <n:div class="fancybox-bg" id="fancybox-bg-n" />
  13. <n:div class="fancybox-bg" id="fancybox-bg-e" />
  14. <n:div class="fancybox-bg" id="fancybox-bg-s" />
  15. <n:div class="fancybox-bg" id="fancybox-bg-w" />
  16. <a sclass="fancybox-close" onClick="areamappolygonwindow.onClick$btnCancel(null)" style="display: inline" />
  17. <caption label="Choose a Polygonal Layer" />
  18. <vbox sclass="embedWindowsContent">
  19. <separator />
  20. <label sclass="wordwrap" value="Select a polygonal layer from the tree or by typing into the autocomplete box." />
  21. <separator />
  22. <vbox id="vbxLayerList" visible="true" sclass="embedWindowsContent">
  23. <hbox width="100%">
  24. <combobox id="autoCompleteLayers" use="org.ala.spatial.analysis.web.ContextualLayersAutoComplete" autodrop="true" width="250px">
  25. <comboitem label=""/>
  26. </combobox>
  27. <!-- <button sclass="goButton" label="Add" id="btnAddLayer"/> -->
  28. </hbox>
  29. <div height="300px" style="margin-left:20px;overflow: auto">
  30. <ContextualLayersTree id="layerTree" height="400px"/>
  31. </div>
  32. </vbox>
  33. <div sclass="embedWindowsButtons">
  34. <hbox>
  35. <button sclass="goButton" label="Cancel" id="btnCancel"/>
  36. <button sclass="goButton" label="Next" id="btnNext"/>
  37. </hbox>
  38. </div>
  39. <separator />
  40. </vbox>
  41. </window>
  42. </zk>