88 lines
5.1 KiB
XML
88 lines
5.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<?page title="Fechamento Conta Corrente - Parametros" contentType="text/html;charset=UTF-8"?>
|
|
<?variable-resolver class="org.zkoss.zkplus.spring.DelegatingVariableResolver"?>
|
|
<?init class="org.zkoss.zkplus.databind.AnnotateDataBinderInit" arg0="winBusquedaFechamentoParamgeral"?>
|
|
<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?>
|
|
|
|
<zk>
|
|
<window id="winBusquedaFechamentoParamgeral" title="${c:l('busquedaFechamentoParamgeralController.window.title')}"
|
|
apply="${busquedaFechamentoParamgeralController}" 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="winBusquedaFechamentoParamgeral.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('busquedaFechamentoParamgeralController.empresa.label')}" />
|
|
<combobox id="cmbEmpresa"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
|
mold="rounded" buttonVisible="true"
|
|
model="@{winBusquedaFechamentoParamgeral$composer.lsEmpresas}" />
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
|
|
<toolbar>
|
|
<button id="btnPesquisa" image="/gui/img/find.png"
|
|
label="${c:l('busquedaFechamentoParamgeralController.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(fechamentoparamgeralId)"/>
|
|
|
|
<listheader image="/gui/img/create_doc.gif" align="right"
|
|
label="${c:l('busquedaFechamentoParamgeralController.empresa.label')}" sort="auto(empresa)"/>
|
|
|
|
<listheader image="/gui/img/create_doc.gif" align="right"
|
|
label="${c:l('busquedaFechamentoParamgeralController.boletoBancoCod.label')}" sort="auto(boletoBancoCod)"/>
|
|
|
|
<listheader image="/gui/img/create_doc.gif" align="right"
|
|
label="${c:l('busquedaFechamentoParamgeralController.boletoConvenio.label')}" sort="auto(codConvenio)"/>
|
|
|
|
<listheader image="/gui/img/create_doc.gif" align="right"
|
|
label="${c:l('busquedaFechamentoParamgeralController.boletoBancoAgencia.label')}" sort="auto(boletoBancoAgencia)"/>
|
|
|
|
<listheader image="/gui/img/create_doc.gif" align="right"
|
|
label="${c:l('busquedaFechamentoParamgeralController.boletoBancoAgenciaDigito.label')}" sort="auto(boletoBancoAgenciaDigito)"/>
|
|
|
|
<listheader image="/gui/img/create_doc.gif" align="right"
|
|
label="${c:l('busquedaFechamentoParamgeralController.boletoBancoConta.label')}" sort="auto(boletoBancoConta)"/>
|
|
|
|
<listheader image="/gui/img/create_doc.gif" align="right"
|
|
label="${c:l('busquedaFechamentoParamgeralController.boletoBancoContaDigito.label')}" sort="auto(boletoBancoContaDigito)"/>
|
|
|
|
<listheader image="/gui/img/create_doc.gif" align="right"
|
|
label="${c:l('busquedaFechamentoParamgeralController.boletoBancoCarteira.label')}" sort="auto(boletoBancoCarteira)"/>
|
|
|
|
<listheader image="/gui/img/create_doc.gif" align="right"
|
|
label="${c:l('busquedaFechamentoParamgeralController.boletoBancoCarteiraVariavel.label')}" sort="auto(boletoBancoCarteiraVariavel)"/>
|
|
|
|
<listheader image="/gui/img/create_doc.gif" align="right"
|
|
label="${c:l('busquedaFechamentoParamgeralController.boletoDiasVenc.label')}" sort="auto(boletoDiasVenc)"/>
|
|
|
|
<listheader image="/gui/img/create_doc.gif" align="right"
|
|
label="${c:l('busquedaFechamentoParamgeralController.fecmodif.label')}" sort="auto(fecmodif)"/>
|
|
|
|
</listhead>
|
|
</listbox>
|
|
</window>
|
|
</zk> |