73 lines
2.4 KiB
XML
73 lines
2.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<?page title="RelgerencialEmpresa" contentType="text/html;charset=UTF-8"?>
|
|
<?variable-resolver class="org.zkoss.zkplus.spring.DelegatingVariableResolver"?>
|
|
<?init class="org.zkoss.zkplus.databind.AnnotateDataBinderInit" arg0="winBusquedaRelatorioRDI"?>
|
|
<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?>
|
|
|
|
<zk>
|
|
<window id="winBusquedaRelatorioRDI"
|
|
title="${c:l('indexController.mnRelatorioRDI.label')}"
|
|
apply="${busquedaRelatorioRDIController}" contentStyle="overflow:auto"
|
|
width="660px" border="normal">
|
|
|
|
<grid fixedLayout="true">
|
|
<columns>
|
|
<column width="20%" />
|
|
<column width="30%" />
|
|
<column width="20%" />
|
|
<column width="30%" />
|
|
</columns>
|
|
|
|
<rows>
|
|
<row>
|
|
<label
|
|
value="${c:l('busquedaImportacionFiscalController.lbDataIni.value')}" />
|
|
<datebox id="datInicial" width="90%"
|
|
format="dd/MM/yyyy" constraint="no empty" maxlength="10" />
|
|
<label
|
|
value="${c:l('busquedaImportacionFiscalController.lbDataFin.value')}" />
|
|
<datebox id="datFinal" width="90%"
|
|
format="dd/MM/yyyy" constraint="no empty" maxlength="10" />
|
|
</row>
|
|
|
|
<row spans="1, 3">
|
|
<label
|
|
value="${c:l('busquedaRelatorioRDIController.lbEmpresa.value')}" />
|
|
<combobox id="cmbEmpresa" style="width: 483px;"
|
|
mold="rounded" buttonVisible="true"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
|
model="@{winBusquedaRelatorioRDI$composer.lsEmpresa}"
|
|
constraint="no empty" />
|
|
</row>
|
|
|
|
<row spans="1, 3">
|
|
<label
|
|
value="${c:l('busquedaRelatorioRDIController.estado.label')}" />
|
|
<listbox id="estadoList" rows="10" vflex="false"
|
|
width="90%" multiple="true" checkmark="true"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox">
|
|
</listbox>
|
|
</row>
|
|
|
|
<row spans="1, 3">
|
|
<label
|
|
value="${c:l('busquedaRelatorioRDIController.receitaTerceiros.label')}" />
|
|
<radiogroup id="receitaTerceiros">
|
|
<radio id="radSim"
|
|
label="${c:l('busquedaRelatorioRDIController.labelRadio.radSim')}"
|
|
checked="true" />
|
|
<radio id="radNao"
|
|
label="${c:l('busquedaRelatorioRDIController.labelRadio.radNao')}" />
|
|
</radiogroup>
|
|
</row>
|
|
|
|
</rows>
|
|
</grid>
|
|
|
|
<toolbar>
|
|
<button id="btnExecutar" image="/gui/img/enginer.png"
|
|
label="${c:l('busquedaRelatorioRDIController.btnExe.label')}" />
|
|
</toolbar>
|
|
|
|
</window>
|
|
</zk> |