109 lines
4.0 KiB
XML
109 lines
4.0 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="winFormaPagamentoAgencia"?>
|
|
<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?>
|
|
|
|
<zk>
|
|
<window id="winFormaPagamentoAgencia"
|
|
title="${c:l('formaPagamentoAgenciaController.window.title')}"
|
|
apply="${formaPagamentoAgenciaController}"
|
|
contentStyle="overflow:auto" width="560px" border="normal">
|
|
|
|
<grid fixedLayout="true">
|
|
<columns>
|
|
<column width="30%" />
|
|
<column width="80%" />
|
|
</columns>
|
|
<rows>
|
|
<row>
|
|
<label value="${c:l('formaPagamentoAgenciaController.lbAgencia.value')}" />
|
|
<combobox id="cmbAgencia" width="50%" maxlength="60" mold="rounded" buttonVisible="true"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxPuntoVenta"/>
|
|
</row>
|
|
<row>
|
|
<label
|
|
value="${c:l('formaPagamentoAgenciaController.lbDataIni.value')}" />
|
|
<datebox id="fecInicio" width="50%"
|
|
format="dd/MM/yyyy" constraint="no empty"
|
|
maxlength="10" />
|
|
</row>
|
|
<row>
|
|
<label
|
|
value="${c:l('formaPagamentoAgenciaController.lbDataFin.value')}" />
|
|
<datebox id="fecFinal" width="50%"
|
|
format="dd/MM/yyyy" constraint="no empty"
|
|
maxlength="10" />
|
|
</row>
|
|
<row>
|
|
<label
|
|
value="${c:l('formaPagamentoAgenciaController.lbEmpresa.value')}" />
|
|
<combobox id="cmbEmpresa"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
|
mold="rounded" buttonVisible="true" constraint="no empty"
|
|
width="50%"
|
|
model="@{winFormaPagamentoAgencia$composer.lsEmpresas}"/>
|
|
</row>
|
|
|
|
<row>
|
|
<label
|
|
value="${c:l('editarConfiguracionCorridaController.cmbRuta.value')}" />
|
|
|
|
<grid fixedLayout="true">
|
|
<columns>
|
|
<column width="10%" />
|
|
<column width="90%" />
|
|
</columns>
|
|
<rows>
|
|
<row>
|
|
<checkbox id="considerarRuta">
|
|
<attribute name="onCheck">
|
|
cmbRuta.setVisible(!cmbRuta.isVisible());
|
|
toolbar.setVisible(!toolbar.isVisible());
|
|
selectedRutasList.setVisible(!selectedRutasList.isVisible());
|
|
</attribute>
|
|
</checkbox>
|
|
<combobox id="cmbRuta" visible="false"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
|
mold="rounded" buttonVisible="true" width="50%"
|
|
model="@{winFormaPagamentoAgencia$composer.lsRuta}" />
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
</row>
|
|
<row>
|
|
<label id="lblFormaPago"
|
|
value="${c:l('formaPagamentoAgenciaController.lbFormaPagamento.value')}" />
|
|
<combobox id="cmbFormaPago"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
|
width="50%" mold="rounded" buttonVisible="true"
|
|
model="@{winFormaPagamentoAgencia$composer.lsFormaPago}" />
|
|
</row>
|
|
|
|
</rows>
|
|
</grid>
|
|
<toolbar id="toolbar" visible="false">
|
|
<button id="btnRemoveRuta" height="20"
|
|
image="/gui/img/remove.png" width="35px"
|
|
tooltiptext="${c:l('generarTarifaOrgaoController.labelRemoveRuta.value')}" />
|
|
<button id="btnAddRuta" height="20"
|
|
image="/gui/img/add.png" width="35px"
|
|
tooltiptext="${c:l('generarTarifaOrgaoController.labelAddRuta.value')}" />
|
|
</toolbar>
|
|
<listbox id="selectedRutasList" visible="false"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
|
|
multiple="false">
|
|
<listhead sizable="true">
|
|
<listheader image="/gui/img/builder.gif"
|
|
label="${c:l('generarTarifaOrgaoController.labelRuta.value')}" width="70%"/>
|
|
<listheader image="/gui/img/builder.gif"
|
|
label="${c:l('generarTarifaOrgaoController.labelOrgao.value')}" />
|
|
</listhead>
|
|
</listbox>
|
|
|
|
<toolbar>
|
|
<button id="btnInforme" height="20" image="/gui/img/vis.png" width="35px"/>
|
|
</toolbar>
|
|
|
|
</window>
|
|
</zk> |