100 lines
3.5 KiB
XML
100 lines
3.5 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="winFiltroRelatorioGratuidade"?>
|
|
<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?>
|
|
|
|
<zk xmlns="http://www.zkoss.org/2005/zul">
|
|
<window id="winFiltroRelatorioGratuidade"
|
|
apply="${relatorioGratuidadeController}"
|
|
contentStyle="overflow:auto" height="320px" width="550px"
|
|
border="normal">
|
|
|
|
<grid fixedLayout="true">
|
|
<columns>
|
|
<column width="50%" />
|
|
<column width="50%" />
|
|
</columns>
|
|
<rows>
|
|
<row>
|
|
<label
|
|
value="${c:l('relatorioGratuidadeController.lbEmpresa.value')}" />
|
|
<combobox id="cmbTeste" width="70%"
|
|
maxlength="60" mold="rounded" buttonVisible="true"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
|
model="@{winFiltroRelatorioGratuidade$composer.lsEmpresas}" />
|
|
</row>
|
|
<row>
|
|
<label
|
|
value="${c:l('relatorioGratuidadeController.lbAgencia.value')}" />
|
|
<combobox id="cmbAgencia" width="70%"
|
|
maxlength="60" mold="rounded" buttonVisible="true"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxPuntoVenta"
|
|
/>
|
|
</row>
|
|
<row>
|
|
<label
|
|
value="${c:l('relatorioGratuidadeController.lbLinhas.value')}" />
|
|
<combobox id="cmbLinha" width="70%"
|
|
maxlength="60" mold="rounded" buttonVisible="true"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
|
model="@{winFiltroRelatorioGratuidade$composer.lsLinhas}" />
|
|
</row>
|
|
|
|
<row>
|
|
<label
|
|
value="${c:l('relatorioGratuidadeController.lbOrigem.value')}" />
|
|
<combobox id="cmbOrigem" width="70%"
|
|
maxlength="60" mold="rounded" buttonVisible="true"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxParada"/>
|
|
</row>
|
|
|
|
<row>
|
|
<label
|
|
value="${c:l('relatorioGratuidadeController.lbDestino.value')}" />
|
|
<combobox id="cmbDestino" width="70%"
|
|
maxlength="60" mold="rounded" buttonVisible="true"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxParada"/>
|
|
</row>
|
|
|
|
<row>
|
|
<label
|
|
value="${c:l('relatorioTabelaPrecoController.orgaoConcedente.value')}" />
|
|
<combobox id="cmbOrgaoConcedente"
|
|
buttonVisible="true"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
|
model="@{winFiltroRelatorioGratuidade$composer.lsOrgaoConcedente}"
|
|
width="70%" />
|
|
</row>
|
|
|
|
<row>
|
|
<label
|
|
value="${c:l('relatorioGratuidadeController.lbTipoGratuidade.value')}" />
|
|
<combobox id="cmbTipoGratuidade" width="70%"
|
|
maxlength="60" mold="rounded" buttonVisible="true"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
|
model="@{winFiltroRelatorioGratuidade$composer.lsCategorias}"/>
|
|
</row>
|
|
|
|
<row>
|
|
<label
|
|
value="${c:l('relatorioGratuidadeController.lbDataIni.value')}" />
|
|
<datebox id="datInicial" width="100%" mold="rounded"
|
|
format="dd/MM/yyyy" constraint="no empty"
|
|
maxlength="10" />
|
|
</row>
|
|
<row>
|
|
<label
|
|
value="${c:l('relatorioGratuidadeController.lbDataFin.value')}" />
|
|
<datebox id="datFinal" width="100%" mold="rounded"
|
|
format="dd/MM/yyyy" constraint="no empty"
|
|
maxlength="10" />
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
<toolbar>
|
|
<button id="btnExecutarRelatorio" image="/gui/img/find.png"
|
|
label="${c:l('relatorio.lb.btnExecutarRelatorio')}" />
|
|
</toolbar>
|
|
</window>
|
|
</zk> |