60 lines
3.2 KiB
XML
60 lines
3.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<?page contentType="text/html;charset=UTF-8"?>
|
|
<?variable-resolver class="org.zkoss.zkplus.spring.DelegatingVariableResolver"?>
|
|
<?init class="org.zkoss.zkplus.databind.AnnotateDataBinderInit" arg0="winBusquedaManutencaoPacote"?>
|
|
<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?>
|
|
|
|
<zk xmlns="http://www.zkoss.org/2005/zul">
|
|
<window id="winBusquedaManutencaoPacote" title="${c:l('busquedaManutencaoPacoteController.window.title')}"
|
|
apply="${busquedaManutencaoPacoteController}" contentStyle="overflow:auto"
|
|
height="450px" width="650px" border="normal" >
|
|
<toolbar>
|
|
<button id="btnRefresh" image="/gui/img/refresh.png" width="35px"
|
|
tooltiptext="${c:l('busquedaManutencaoPacoteController.btnRefresh.tooltiptext')}" />
|
|
<separator orient="vertical" />
|
|
<button id="btnCerrar" onClick="winBusquedaManutencaoPacote.detach()" image="/gui/img/exit.png" width="35px"
|
|
tooltiptext="${c:l('busquedaManutencaoPacoteController.btnCerrar.tooltiptext')}"/>
|
|
</toolbar>
|
|
|
|
<grid fixedLayout="true">
|
|
<columns>
|
|
<column width="30%" />
|
|
<column width="70%" />
|
|
</columns>
|
|
<rows>
|
|
<row>
|
|
<label value="${c:l('busquedaManutencaoPacoteController.lhNumoperacion.label')}"/>
|
|
<textbox id="txtNumoperacion" width="300px" use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"/>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
|
|
<toolbar>
|
|
<button id="btnPesquisa" image="/gui/img/find.png"
|
|
label="${c:l('busquedaManutencaoPacoteController.btnPesquisa.label')}"/>
|
|
</toolbar>
|
|
|
|
<paging id="pagingHotel" pageSize="10"/>
|
|
<listbox id="hotelList" use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
|
|
vflex="true" multiple="false">
|
|
<listhead sizable="true">
|
|
<listheader id="lhId" width="70px" image="/gui/img/builder.gif"
|
|
label="${c:l('busquedaManutencaoPacoteController.lhId.label')}"
|
|
sort="auto(enderecoapanheId)"/>
|
|
<listheader id="lhNumoperacion" image="/gui/img/create_doc.gif"
|
|
label="${c:l('busquedaManutencaoPacoteController.lhNumoperacion.label')}"
|
|
sort="auto(vendaPacote.numoperacion)"/>
|
|
<listheader id="lhDataPacote" image="/gui/img/create_doc.gif"
|
|
label="${c:l('busquedaManutencaoPacoteController.lhDataPacote.label')}"
|
|
sort="auto(vendaPacote.datapacote)"/>
|
|
<listheader id="lhLocalEnderecoApanhe" image="/gui/img/create_doc.gif"
|
|
label="${c:l('busquedaManutencaoPacoteController.lhLocalEnderecoApanhe.label')}"
|
|
sort="auto(localEnderecoApanhe)"/>
|
|
<listheader id="lhDeschotel" image="/gui/img/create_doc.gif"
|
|
label="${c:l('busquedaManutencaoPacoteController.lhDeschotel.label')}"
|
|
sort="auto(deschotel)"/>
|
|
</listhead>
|
|
</listbox>
|
|
</window>
|
|
</zk>
|