39 lines
1.4 KiB
XML
39 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="winImportarRetornoBancario"?>
|
|
<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?>
|
|
|
|
<zk xmlns="http://www.zkoss.org/2005/zul">
|
|
<window id="winImportarRetornoBancario"
|
|
title="${c:l('relatorioRetornoBancario.window.title')}"
|
|
apply="${importarRetornoBancarioController}" contentStyle="overflow:auto"
|
|
height="131px" width="350px" border="normal">
|
|
<toolbar>
|
|
<button id="btnCerrar"
|
|
onClick="winImportarRetornoBancario.detach()" image="/gui/img/exit.png"
|
|
width="40px" />
|
|
</toolbar>
|
|
<grid fixedLayout="true">
|
|
<columns>
|
|
<column width="40%" />
|
|
<column width="60%" />
|
|
</columns>
|
|
<rows>
|
|
<row spans="1">
|
|
<label
|
|
value="${c:l('relatorioRetornoBancario.lbEmpresa.value')}" />
|
|
<combobox id="cmbEmpresa" constraint="no empty"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
|
mold="rounded" buttonVisible="true" width="90%"
|
|
model="@{winImportarRetornoBancario$composer.lsEmpresa}" />
|
|
</row>
|
|
<row spans="2">
|
|
<fileupload visible="true"
|
|
label="${c:l('relatorioRetornoBancario.fileupload.label')}"
|
|
onUpload="winImportarRetornoBancario$composer.onUpload(event)" />
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
</window>
|
|
</zk> |