60 lines
1.9 KiB
XML
60 lines
1.9 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="winFiltroRelatorioSisdap"?>
|
|
<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?>
|
|
|
|
<zk xmlns="http://www.zkoss.org/2005/zul">
|
|
<window id="winFiltroRelatorioSisdap"
|
|
apply="${relatorioSisdapController}" contentStyle="overflow:auto"
|
|
height="260px" width="550px" border="normal">
|
|
<toolbar>
|
|
<button id="btnCerrar" onClick="winFiltroRelatorioSisdap.detach()"
|
|
image="/gui/img/exit.png" width="35px"
|
|
tooltiptext="${c:l('relatorioSisdapController.btnCerrar.tooltiptext')}" />
|
|
</toolbar>
|
|
<grid fixedLayout="true">
|
|
<columns>
|
|
<column width="100%" />
|
|
</columns>
|
|
<rows>
|
|
<row>
|
|
<cell>
|
|
<label
|
|
value="${c:l('relatorioSisdapController.lbDatInicio.value')}" />
|
|
<space />
|
|
<datebox id="datInicio" format="dd/MM/yyyy"
|
|
lenient="false" constraint="no empty" maxlength="10" />
|
|
</cell>
|
|
</row>
|
|
<row>
|
|
<cell>
|
|
<label
|
|
value="${c:l('relatorioSisdapController.lbDatFinal.value')}" />
|
|
<space />
|
|
<datebox id="datFinal" format="dd/MM/yyyy"
|
|
lenient="false" constraint="no empty" maxlength="10" />
|
|
</cell>
|
|
</row>
|
|
<row>
|
|
<cell>
|
|
<label
|
|
value="${c:l('relatorioSisdapController.lbEmpresa.value')}" />
|
|
<space />
|
|
<combobox id="cmbEmpresa" width="70%"
|
|
maxlength="60" mold="rounded" buttonVisible="true"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
|
model="@{winFiltroRelatorioSisdap$composer.lsEmpresa}"
|
|
selectedItem="@{winFiltroRelatorioSisdap$composer.empresa}" />
|
|
</cell>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
<toolbar>
|
|
<button id="btnExecutarRelatorio" image="/gui/img/find.png"
|
|
label="${c:l('relatorio.lb.btnExecutarRelatorio')}" />
|
|
</toolbar>
|
|
</window>
|
|
</zk>
|
|
|