81 lines
2.6 KiB
XML
81 lines
2.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="winFiltroRelatorioResumoLinhas"?>
|
|
<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?>
|
|
|
|
<zk xmlns="http://www.zkoss.org/2005/zul">
|
|
<window id="winFiltroRelatorioResumoLinhas"
|
|
apply="${relatorioResumoLinhasController}"
|
|
contentStyle="overflow:auto" width="480px"
|
|
border="normal">
|
|
<grid fixedLayout="true">
|
|
<columns>
|
|
<column width="30%" />
|
|
<column width="35%" />
|
|
<column width="35%" />
|
|
|
|
</columns>
|
|
<rows>
|
|
<row>
|
|
<label
|
|
value="${c:l('relatorioResumoLinhasController.lbFecCorrida.value')}" />
|
|
<cell colspan="2">
|
|
<datebox id="fecCorridaIni" width="130px"
|
|
format="dd/MM/yyyy" constraint="no empty"
|
|
maxlength="10" />
|
|
<space />
|
|
<label
|
|
value="${c:l('relatorioResumoLinhasController.lbAte.value')}" />
|
|
<space />
|
|
<datebox id="fecCorridaFin" width="130px"
|
|
format="dd/MM/yyyy" constraint="no empty"
|
|
maxlength="10" />
|
|
</cell>
|
|
</row>
|
|
<row>
|
|
<label
|
|
value="${c:l('relatorioResumoLinhasController.lbRuta.value')}" />
|
|
<combobox id="cmbRuta" width="90%" mold="rounded"
|
|
buttonVisible="true"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
|
model="@{winFiltroRelatorioResumoLinhas$composer.lsRuta}" />
|
|
<cell>
|
|
<radiogroup id="rdIndTipoRelatorio" />
|
|
<radio id="rd1" checked="true" label="Sintético"
|
|
radiogroup="rdIndTipoRelatorio" />
|
|
<radio id="rd2" label="Analítico"
|
|
radiogroup="rdIndTipoRelatorio" />
|
|
</cell>
|
|
</row>
|
|
<row>
|
|
<label
|
|
value="${c:l('relatorioResumoLinhasController.lbEmpresa.value')}" />
|
|
<combobox id="cmbEmpresa" width="90%" mold="rounded"
|
|
buttonVisible="true"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
|
model="@{winFiltroRelatorioResumoLinhas$composer.lsEmpresa}"
|
|
constraint="no empty" />
|
|
|
|
</row>
|
|
<row>
|
|
<label
|
|
value="${c:l('relatorioResumoLinhasController.lbGrupoRuta.label')}" />
|
|
<combobox id="cmbGrupoRuta"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
|
mold="rounded" buttonVisible="true" width="90%"
|
|
model="@{winFiltroRelatorioResumoLinhas$composer.lsGrupoRuta}" />
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
<toolbar>
|
|
<button id="btnExecutarRelatorio"
|
|
image="/gui/img/enginer.png"
|
|
label="${c:l('relatorio.lb.btnExecutarRelatorio')}" />
|
|
</toolbar>
|
|
|
|
|
|
</window>
|
|
</zk>
|
|
|