AdmMono/web/gui/relatorios/filtroRelatorioAproveitamen...

33 lines
1.4 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="winFiltroRelatorioAproveitamento"?>
<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?>
<zk xmlns="http://www.zkoss.org/2005/zul">
<window id="winFiltroRelatorioAproveitamento" apply="${relatorioAproveitamentoController}"
contentStyle="overflow:auto" height="150px" width="350px" border="normal" >
<grid fixedLayout="true">
<columns>
<column width="20%" />
<column width="80%" />
</columns>
<rows>
<row>
<label value="${c:l('relatorioAproveitamentoController.lbServico.value')}"/>
<textbox id="txtCorridaId" width="90%" use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"/>
</row>
<row>
<label value="${c:l('relatorioAproveitamentoController.lbFecCorrida.value')}"/>
<datebox id="fecCorrida" width="90%" format="dd/MM/yyyy" lenient="false"/>
</row>
</rows>
</grid>
<toolbar>
<button id="btnExecutarRelatorio" image="/gui/img/find.png"
label="${c:l('lb.btnExecutarRelatorio')}"/>
</toolbar>
</window>
</zk>