84 lines
4.6 KiB
XML
84 lines
4.6 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="winBusquedaParamAcumulaMasivo"?>
|
|
<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?>
|
|
|
|
<zk xmlns="http://www.zkoss.org/2005/zul">
|
|
<window id="winBusquedaParamAcumulaMasivo" title="${c:l('busquedaParamAcumulaMasivoController.window.title')}"
|
|
apply="${busquedaParamAcumulaMasivoController}" contentStyle="overflow:auto"
|
|
height="500px" width="900px" 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="winBusquedaParamAcumulaMasivo.detach()" image="/gui/img/exit.png" width="35px"
|
|
tooltiptext="${c:l('tooltiptext.btnFechar')}"/>
|
|
</toolbar>
|
|
|
|
<grid fixedLayout="true">
|
|
<columns>
|
|
<column width="30%" />
|
|
<column width="70%" />
|
|
</columns>
|
|
<rows>
|
|
<row>
|
|
<label value="${c:l('busquedaParamAcumulacionMasivoController.lhPunto.label')}"/>
|
|
<combobox id="cmbEmpresa" use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
|
mold="rounded" buttonVisible="true" width="90%"
|
|
model="@{winBusquedaParamAcumulaMasivo$composer.lsEmpresa}"/>
|
|
</row>
|
|
<row>
|
|
<label value="${c:l('busquedaParamCanjePuntoController.lhVigencia.label')}"/>
|
|
<hbox style="padding: 8px" align="center">
|
|
<label value="${c:l('busquedaParamAcumulacionMasivoController.lhFecIni.label')}"/>
|
|
<datebox id="fecInicio" width="100px" mold="rounded" lenient="false"/>
|
|
<label value="${c:l('busquedaParamAcumulacionMasivoController.lhFecFim.label')}"/>
|
|
<datebox id="fecFinal" width="100px" mold="rounded" lenient="false"/>
|
|
</hbox>
|
|
</row>
|
|
<row>
|
|
<label value="${c:l('busquedaParamAcumulacionMasivoController.lhMin.label')}"/>
|
|
<spinner id="min" mold="rounded"/>
|
|
</row>
|
|
<row>
|
|
<label value="${c:l('busquedaParamAcumulacionMasivoController.lhMax.label')}"/>
|
|
<spinner id="max" mold="rounded"/>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
|
|
<toolbar>
|
|
<button id="btnPesquisa" image="/gui/img/find.png"
|
|
label="${c:l('busquedaParamAcumulacionMasivoController.btnPesquisa.label')}"/>
|
|
</toolbar>
|
|
|
|
<paging id="pagingParamAcumulaMasivo" use="com.rjconsultores.ventaboletos.web.utilerias.MyPaging"/>
|
|
<listbox id="paramAcumulaMasivoList" use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
|
|
multiple="false" height="90%">
|
|
<listhead sizable="true">
|
|
<listheader width="50px" image="/gui/img/builder.gif"
|
|
label="${c:l('busquedaParamAcumulacionMasivoController.lhId.label')}"
|
|
sort="auto(paramacumulamasivo)"/>
|
|
<listheader image="/gui/img/builder.gif"
|
|
label="${c:l('busquedaParamAcumulacionMasivoController.lhPunto2.label')}"
|
|
sort="auto(empresa.nombempresa)"/>
|
|
<listheader image="/gui/img/builder.gif"
|
|
label="${c:l('busquedaParamAcumulacionMasivoController.lhFecIni.label')}"
|
|
sort="auto(feciniciovigencia)"/>
|
|
<listheader image="/gui/img/builder.gif"
|
|
label="${c:l('busquedaParamAcumulacionMasivoController.lhFecFim.label')}"
|
|
sort="auto(fecfinvigencia)"/>
|
|
<listheader image="/gui/img/builder.gif"
|
|
label="${c:l('busquedaParamAcumulacionMasivoController.lhMin.label')}"
|
|
sort="auto(minpuntootorga)"/>
|
|
<listheader image="/gui/img/builder.gif"
|
|
label="${c:l('busquedaParamAcumulacionMasivoController.lhMax.label')}"
|
|
sort="auto(maxpuntootorga)"/>
|
|
</listhead>
|
|
</listbox>
|
|
</window>
|
|
</zk> |