AdmMono/VentaBoletosAdm/web/gui/senda_amigo/busquedaParamCostoTarjeta.zul

58 lines
3.0 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="winBusquedaParamCostoTarjeta"?>
<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?>
<zk xmlns="http://www.zkoss.org/2005/zul">
<window id="winBusquedaParamCostoTarjeta" title="${c:l('busquedaParamCostoTarjetaController.window.title')}"
apply="${busquedaParamCostoTarjetaController}" contentStyle="overflow:auto"
height="450px" width="550px" border="normal" >
<toolbar>
<button id="btnRefresh" image="/gui/img/refresh.png" width="35px"
tooltiptext="${c:l('tooltiptext.btnActualizar')}" />
<separator orient="vertical" />
<button id="btnNovo" image="/gui/img/add.png" width="35px"
tooltiptext="${c:l('tooltiptext.btnAgregar')}" />
<separator orient="vertical" />
<button id="btnCerrar" onClick="winBusquedaParamCostoTarjeta.detach()" image="/gui/img/exit.png" width="35px"
tooltiptext="${c:l('tooltiptext.btnFechar')}"/>
</toolbar>
<grid fixedLayout="true">
<columns>
<column width="20%" />
<column width="80%" />
</columns>
<rows>
<row>
<label value="${c:l('busquedaParamCostoTarjetaController.lhEmpresa.label')}"/>
<combobox id="cmbEmpresa" use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
mold="rounded" buttonVisible="true" width="90%"
model="@{winBusquedaParamCostoTarjeta$composer.lsEmpresa}"/>
</row>
</rows>
</grid>
<toolbar>
<button id="btnPesquisa" image="/gui/img/find.png"
label="${c:l('busquedaParamCostoTarjetaController.btnPesquisa.label')}"/>
</toolbar>
<paging id="pagingParamCostoTarjeta" use="com.rjconsultores.ventaboletos.web.utilerias.MyPaging" />
<listbox id="paramCostoTarjetaList" use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
multiple="false" height="90%">
<listhead sizable="true">
<listheader width="10%" image="/gui/img/builder.gif"
label="${c:l('lb.id')}"
sort="auto(paramcostotarjetaId)"/>
<listheader image="/gui/img/builder.gif" width="70%"
label="${c:l('busquedaParamCostoTarjetaController.lhEmpresa.label')}"
sort="auto(empresa.nombempresa)"/>
<listheader image="/gui/img/builder.gif" align="right" width="20%"
label="${c:l('busquedaParamCostoTarjetaController.lhPrecio.label')}"
sort="auto(valcostoinicial)"/>
</listhead>
</listbox>
</window>
</zk>