49 lines
1.7 KiB
XML
49 lines
1.7 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="winFiltroRelatorioVendasPacotesResumido"?>
|
|
<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?>
|
|
|
|
<zk xmlns="http://www.zkoss.org/2005/zul">
|
|
<window id="winFiltroRelatorioVendasPacotesResumido"
|
|
apply="${relatorioVendasPacotesResumidoController}"
|
|
contentStyle="overflow:auto" width="700px" border="normal">
|
|
<grid fixedLayout="true">
|
|
<columns>
|
|
<column width="20%" />
|
|
<column width="30%" />
|
|
<column width="20%" />
|
|
<column width="30%" />
|
|
</columns>
|
|
<rows>
|
|
<row spans="1,3">
|
|
<label
|
|
value="${c:l('relatorioVendasPacotesResumidoController.lblEmpresa.value')}" />
|
|
<combobox id="cmbEmpresa" constraint="no empty"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
|
mold="rounded" buttonVisible="true" width="80%"
|
|
model="@{winFiltroRelatorioVendasPacotesResumido$composer.lsEmpresa}" />
|
|
</row>
|
|
|
|
<row>
|
|
<label
|
|
value="${c:l('relatorioVendasPacotesResumidoController.lbDataIni.value')}" />
|
|
<datebox id="dataInicial" width="100%" mold="rounded"
|
|
format="dd/MM/yyyy" constraint="no empty"
|
|
maxlength="10" />
|
|
<label
|
|
value="${c:l('relatorioVendasPacotesResumidoController.lbDataFin.value')}" />
|
|
<datebox id="dataFinal" 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>
|
|
|