61 lines
2.1 KiB
XML
61 lines
2.1 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="winFiltroRelatorioCancelamentoTransacao"?>
|
|
<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?>
|
|
|
|
<zk xmlns="http://www.zkoss.org/2005/zul">
|
|
<window id="winFiltroRelatorioCancelamentoTransacao"
|
|
apply="${relatorioCancelamentoTransacaoController}" contentStyle="overflow:auto"
|
|
height="161px" width="550px" border="normal">
|
|
<grid fixedLayout="true">
|
|
<columns>
|
|
<column width="25%" />
|
|
<column width="30%" />
|
|
<column width="15%" />
|
|
<column width="30%" />
|
|
</columns>
|
|
<rows>
|
|
<row>
|
|
<label
|
|
value="${c:l('relatorioCancelamentoTransacaoController.datainicial.value')}" />
|
|
<datebox id="datInicial" format="dd/MM/yyyy"
|
|
width="90%" constraint="no empty"
|
|
maxlength="10" />
|
|
|
|
<label
|
|
value="${c:l('relatorioCancelamentoTransacaoController.dataFinal.value')}" />
|
|
<datebox id="datFinal" format="dd/MM/yyyy"
|
|
width="90%" constraint="no empty"
|
|
maxlength="10" />
|
|
</row>
|
|
<row spans="1,3">
|
|
<label
|
|
value="${c:l('relatorioCancelamentoTransacaoController.lbEmpresa.value')}" />
|
|
<combobox id="cmbEmpresa"
|
|
buttonVisible="true"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
|
model="@{winFiltroRelatorioCancelamentoTransacao$composer.lsEmpresa}"
|
|
width="100%" />
|
|
</row>
|
|
<row spans="1,3">
|
|
<label
|
|
value="${c:l('indexController.mniPuntoVenta.label')}" />
|
|
<combobox id="cmbPuntoVenta"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxPuntoVenta"
|
|
mold="rounded" buttonVisible="true" width="90%" />
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
<toolbar>
|
|
<hlayout>
|
|
<button id="btnExecutarRelatorio" image="/gui/img/find.png"
|
|
label="${c:l('relatorio.lb.btnExecutarRelatorio')}" />
|
|
<image src="/gui/img/Question_mark_1.png" tooltiptext="${c:l('relatorioCancelamentoTransacaoController.ajuda')}"
|
|
style="cursor: help" />
|
|
</hlayout>
|
|
</toolbar>
|
|
</window>
|
|
</zk>
|
|
|