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

http://alageospatialportal.googlecode.com/ · Unknown · 25 lines · 20 code · 5 blank · 0 comment · 0 complexity · 44a751e7a9877ba8d73d52630192587f MD5 · raw file

  1. <?page title="Search Results" id="pgeSearchResult" contentType="text/html;charset=UTF-8"?>
  2. <?init class="org.zkoss.zkplus.databind.AnnotateDataBinderInit" arg0="./gazetteerSearchResults"?>
  3. <zk>
  4. <window title="Gazetteer Search Results" border="normal"
  5. apply="org.ala.spatial.gazetteer.GazetteerSearchController"
  6. use="org.ala.spatial.gazetteer.GazetteerSearchController"
  7. width="650px" id="gazetteerSearchResults"
  8. sizable="true"
  9. closable="true"
  10. >
  11. <listbox id="gazetteerResults" fixedLayout="true">
  12. <listhead>
  13. <listheader label="Feature Name" />
  14. <listheader label="Description" />
  15. <listheader label="State" />
  16. <listheader label="Add to map" />
  17. </listhead>
  18. </listbox>
  19. </window>
  20. </zk>