AdmMono/VentaBoletosAdm/web/gui/tarifas/busquedaPrecoApanhe.zul

50 lines
2.8 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="winBusquedaPrecoApanhe"?>
<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?>
<zk xmlns="http://www.zkoss.org/2005/zul">
<window id="winBusquedaPrecoApanhe" title="${c:l('busquedaPrecoApanheController.window.title')}"
apply="${busquedaPrecoApanheController}" contentStyle="overflow:auto"
height="450px" width="650px" border="normal" >
<toolbar>
<button id="btnRefresh" image="/gui/img/refresh.png" width="35px"
tooltiptext="${c:l('busquedaPrecoApanheController.btnRefresh.tooltiptext')}" />
<separator orient="vertical" />
<button id="btnNovo" image="/gui/img/add.png" width="35px"
tooltiptext="${c:l('busquedaPrecoApanheController.btnNovo.tooltiptext')}" />
<separator orient="vertical" />
<button id="btnCerrar" onClick="winBusquedaPrecoApanhe.detach()" image="/gui/img/exit.png" width="35px"
tooltiptext="${c:l('busquedaPrecoApanheController.btnCerrar.tooltiptext')}"/>
</toolbar>
<toolbar>
<button id="btnPesquisa" image="/gui/img/find.png"
label="${c:l('busquedaPrecoApanheController.btnPesquisa.label')}"/>
</toolbar>
<paging id="pagingPrecoApanhe" pageSize="10"/>
<listbox id="precoApanheList" 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('busquedaPrecoApanheController.lhId.label')}"
sort="auto(precoApanheId)"/>
<listheader id="lhHotel" image="/gui/img/create_doc.gif"
label="${c:l('busquedaPrecoApanheController.lhHotel.label')}"
sort="auto(hotel.deschotel)"/>
<listheader id="lhCiudad" image="/gui/img/create_doc.gif"
label="${c:l('busquedaPrecoApanheController.lhCiudad.label')}"
sort="auto(ciudade.nombciudad)"/>
<listheader id="lhColonia" image="/gui/img/create_doc.gif"
label="${c:l('busquedaPrecoApanheController.lhColonia.label')}"
sort="auto(colonia.desccolonia)"/>
<listheader id="lhPreco" image="/gui/img/create_doc.gif"
label="${c:l('busquedaPrecoApanheController.lhPreco.label')}"
sort="auto(preco)"/>
</listhead>
</listbox>
</window>
</zk>