74 lines
3.8 KiB
XML
74 lines
3.8 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<?page title="Fechamento Conta Corrente Agencia - Parametros" contentType="text/html;charset=UTF-8"?>
|
|
<?variable-resolver class="org.zkoss.zkplus.spring.DelegatingVariableResolver"?>
|
|
<?init class="org.zkoss.zkplus.databind.AnnotateDataBinderInit" arg0="winBusquedaFechamentoParamptovta"?>
|
|
<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?>
|
|
|
|
<zk>
|
|
<window id="winBusquedaFechamentoParamptovta" title="${c:l('busquedaFechamentoParamptovtaController.window.title')}"
|
|
apply="${busquedaFechamentoParamptovtaController}" contentStyle="overflow:auto"
|
|
height="500px" width="1100px" border="normal" >
|
|
<toolbar>
|
|
<button id="btnRefresh" image="/gui/img/refresh.png" width="35px"
|
|
tooltiptext="${c:l('tooltiptext.btnRefresh')}" />
|
|
<separator orient="vertical" />
|
|
|
|
<button id="btnNovo" image="/gui/img/add.png" width="35px"
|
|
tooltiptext="${c:l('tooltiptext.btnNovo')}" />
|
|
|
|
<separator orient="vertical" />
|
|
<button id="btnCerrar" onClick="winBusquedaFechamentoParamptovta.detach()" image="/gui/img/exit.png" width="35px"
|
|
tooltiptext="${c:l('tooltiptext.btnCerrar')}"/>
|
|
</toolbar>
|
|
|
|
<grid fixedLayout="true">
|
|
<columns>
|
|
<column width="25%" />
|
|
<column width="75%" />
|
|
</columns>
|
|
<rows>
|
|
<row>
|
|
<label value="${c:l('busquedaFechamentoParamptovtaController.empresa.label')}" />
|
|
<combobox id="cmbEmpresa"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
|
mold="rounded" buttonVisible="true"
|
|
model="@{winBusquedaFechamentoParamptovta$composer.lsEmpresas}" />
|
|
</row>
|
|
<row>
|
|
<label value="${c:l('busquedaFechamentoParamptovtaController.puntoventa.label')}" />
|
|
<combobox id="cmbPuntoventa"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxPuntoVenta"
|
|
width="70%" mold="rounded" buttonVisible="true"
|
|
model="@{winBusquedaFechamentoParamptovta$composer.lsPuntoventa}"/>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
|
|
<toolbar>
|
|
<button id="btnPesquisa" image="/gui/img/find.png"
|
|
label="${c:l('busquedaFechamentoParamptovtaController.btnPesquisa.label')}"/>
|
|
</toolbar>
|
|
|
|
<paging id="pagingParams" pageSize="10"/>
|
|
<listbox id="paramsList" use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox" fixedLayout="true" vflex="true" hflex="min"
|
|
multiple="false" height="250px" width="1080px">
|
|
<listhead sizable="true">
|
|
<listheader width="5%" image="/gui/img/create_doc.gif"
|
|
label="${c:l('lb.id')}" sort="auto(fechamentoparamptovtaId)"/>
|
|
|
|
<listheader image="/gui/img/create_doc.gif" align="right"
|
|
label="${c:l('busquedaFechamentoParamptovtaController.empresa.label')}" sort="auto(empresa)"/>
|
|
|
|
<listheader image="/gui/img/create_doc.gif" align="right"
|
|
label="${c:l('busquedaFechamentoParamptovtaController.puntoventa.label')}" sort="auto(puntoventa)"/>
|
|
|
|
<listheader image="/gui/img/create_doc.gif" align="right"
|
|
label="${c:l('busquedaFechamentoParamptovtaController.intervalofechamento.label')}" sort="auto(intervalofechamento)"/>
|
|
|
|
<listheader image="/gui/img/create_doc.gif" align="right"
|
|
label="${c:l('busquedaFechamentoParamptovtaController.fecmodif.label')}" sort="auto(fecmodif)"/>
|
|
|
|
</listhead>
|
|
</listbox>
|
|
</window>
|
|
</zk> |