/webportal/src/main/webapp/WEB-INF/zul/GazetteerSearchResults.zul
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" 5apply="org.ala.spatial.gazetteer.GazetteerSearchController" 6use="org.ala.spatial.gazetteer.GazetteerSearchController" 7width="650px" id="gazetteerSearchResults" 8sizable="true" 9closable="true" 10> 11 12 13 14<listbox id="gazetteerResults" fixedLayout="true"> 15 <listhead> 16 <listheader label="Feature Name" /> 17 <listheader label="Description" /> 18 <listheader label="State" /> 19 <listheader label="Add to map" /> 20 </listhead> 21</listbox> 22 23 24</window> 25</zk>