136 lines
5.2 KiB
XML
136 lines
5.2 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="winEditarConexion"?>
|
|
<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?>
|
|
|
|
<zk>
|
|
<window id="winEditarConexion"
|
|
title="${c:l('editarConexionController.window.title')}"
|
|
apply="${editarConexionController}" contentStyle="overflow:auto"
|
|
width="830px" border="normal">
|
|
<toolbar>
|
|
<hbox spacing="5px" style="padding:1px" align="right">
|
|
<button id="btnApagar" height="20"
|
|
image="/gui/img/remove.png" width="35px"
|
|
tooltiptext="${c:l('editarConexionController.btnApagar.tooltiptext')}" />
|
|
<button id="btnSalvar" height="20"
|
|
image="/gui/img/save.png" width="35px"
|
|
tooltiptext="${c:l('editarConexionController.btnSalvar.tooltiptext')}" />
|
|
<button id="btnFechar" height="20"
|
|
image="/gui/img/exit.png" width="35px"
|
|
onClick="winEditarConexion.detach()"
|
|
tooltiptext="${c:l('editarConexionController.btnFechar.tooltiptext')}" />
|
|
</hbox>
|
|
</toolbar>
|
|
|
|
<grid fixedLayout="true">
|
|
<columns>
|
|
<column width="20%" />
|
|
<column width="30%" />
|
|
<column width="20%" />
|
|
<column width="30%" />
|
|
</columns>
|
|
<rows>
|
|
<row spans="1,3">
|
|
<label
|
|
value="${c:l('editarConexionController.labelOrigenInicial.value')}" />
|
|
<combobox id="cmbOrigemInicial"
|
|
constraint="no empty"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxParada"
|
|
mold="rounded" buttonVisible="true" width="100%" />
|
|
</row>
|
|
<row spans="1,3">
|
|
<label
|
|
value="${c:l('editarConexionController.labelDestinoFinal.value')}" />
|
|
<combobox id="cmbDestinoFinal" constraint="no empty"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxParada"
|
|
mold="rounded" buttonVisible="true" width="100%" />
|
|
</row>
|
|
<row>
|
|
<label
|
|
value="${c:l('editarConexionController.labelTiempoMin.value')}" />
|
|
<intbox id="txtTiempoMin" />
|
|
<label
|
|
value="${c:l('editarConexionController.labelTiempoMax.value')}" />
|
|
<intbox id="txtTiempoMax" />
|
|
</row>
|
|
<row />
|
|
<row>
|
|
<label
|
|
value="${c:l('editarConexionController.labelOrigenConexaoPasso1.value')}" />
|
|
<combobox id="cmbOrigemConexaoPasso1"
|
|
disabled="true"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxParada"
|
|
mold="rounded" buttonVisible="true" width="100%" />
|
|
|
|
<label
|
|
value="${c:l('editarConexionController.labelDestinoConexaoPasso1.value')}" />
|
|
<combobox id="cmbDestinoConexaoPasso1"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxParada"
|
|
mold="rounded" buttonVisible="true" width="100%" />
|
|
</row>
|
|
<row />
|
|
<row spans="1,3">
|
|
<label
|
|
value="${c:l('editarConexionController.labelPorSec1.value')}" />
|
|
<decimalbox id="txtPorSec1" width="20%" />
|
|
</row>
|
|
<row>
|
|
<label
|
|
value="${c:l('editarConexionController.labelOrigenConexaoPasso2.value')}" />
|
|
<combobox id="cmbOrigemConexaoPasso2"
|
|
disabled="true"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxParada"
|
|
mold="rounded" buttonVisible="true" width="100%" />
|
|
|
|
<label
|
|
value="${c:l('editarConexionController.labelDestinoConexaoPasso2.value')}" />
|
|
<combobox id="cmbDestinoConexaoPasso2"
|
|
disabled="true"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxParada"
|
|
mold="rounded" buttonVisible="true" width="100%" />
|
|
</row>
|
|
<row spans="1,3">
|
|
<label
|
|
value="${c:l('editarConexionController.labelPorSec2.value')}" />
|
|
<decimalbox id="txtPorSec2" width="20%" />
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
<toolbar>
|
|
<button id="btnAddConexao" image="/gui/img/add.png"
|
|
width="35px" height="30px"
|
|
tooltiptext="${c:l('editarConexionController.btnAddConexao.tooltiptext')}" />
|
|
<button id="btnRemoverConexao" height="30px" width="35px"
|
|
image="/gui/img/remove.png"
|
|
tooltiptext="${c:l('editarConexionController.btnRemoverConexao.tooltiptext')}" />
|
|
<button id="btnModificarConexao" height="30px"
|
|
label="${c:l('editarConexionController.btnModificar.value')}" />
|
|
|
|
<separator orient="vertical" />
|
|
<separator orient="vertical" />
|
|
|
|
<label style="color:#535757;"
|
|
value="${c:l('editarConexionController.labelAtivo.value')}" />
|
|
<separator orient="vertical" />
|
|
<label style="color:#A52A2A;"
|
|
value="${c:l('editarConexionController.labelInativo.value')}" />
|
|
</toolbar>
|
|
<listbox id="conexionesEditarList"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
|
|
multiple="false" vflex="true" height="50%">
|
|
<listhead sizable="true">
|
|
<listheader width="40%" image="/gui/img/builder.gif"
|
|
label="${c:l('editarConexionController.labelOrigen.value')}" />
|
|
<listheader width="40%" image="/gui/img/builder.gif"
|
|
label="${c:l('editarConexionController.labelDestino.value')}" />
|
|
<listheader width="10%" image="/gui/img/builder.gif"
|
|
label="${c:l('editarConexionController.lhGrupo.label')}" />
|
|
<listheader width="10%" image="/gui/img/builder.gif"
|
|
label="${c:l('editarConexionController.lhSecuencia.label')}" />
|
|
</listhead>
|
|
</listbox>
|
|
</window>
|
|
</zk>
|