187 lines
7.3 KiB
XML
187 lines
7.3 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="winBusquedaCorrida"?>
|
|
<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?>
|
|
|
|
<zk xmlns="http://www.zkoss.org/2005/zul">
|
|
<window id="winBusquedaCorrida"
|
|
title="${c:l('selecionarServicosGerarController.window.title')}"
|
|
apply="${selecionarServicosGerarController}"
|
|
contentStyle="overflow:auto" width="900px" height="560px"
|
|
border="normal" xmlns:h="http://www.w3.org/1999/xhtml">
|
|
<toolbar>
|
|
<button id="btnCerrar"
|
|
onClick="winBusquedaCorrida.detach()" image="/gui/img/exit.png"
|
|
width="35px"
|
|
tooltiptext="${c:l('busquedaConfiguracionCorridaController.btnCerrar.tooltiptext')}" />
|
|
</toolbar>
|
|
|
|
<grid fixedLayout="true">
|
|
<columns>
|
|
<column width="15%" />
|
|
<column width="20%" />
|
|
<column width="15%" />
|
|
<column width="20%" />
|
|
<column width="10%" />
|
|
<column width="20%" />
|
|
</columns>
|
|
<rows>
|
|
<row spans="1,2,1,2">
|
|
<label
|
|
value="${c:l('editarConfiguracionCorridaController.lbVigencia.value')}" />
|
|
<hbox>
|
|
<h:table border="0">
|
|
<h:tr>
|
|
<h:td>
|
|
<label
|
|
value="${c:l('editarConfiguracionCorridaController.lbDe.value')}" />
|
|
</h:td>
|
|
<h:td>
|
|
<datebox id="fecInicio" width="70x"
|
|
mold="rounded" lenient="false" />
|
|
</h:td>
|
|
<h:td>
|
|
<label
|
|
value="${c:l('editarConfiguracionCorridaController.lbHasta.value')}" />
|
|
</h:td>
|
|
<h:td>
|
|
<datebox id="fecFinal" width="120px"
|
|
mold="rounded" lenient="false" />
|
|
</h:td>
|
|
</h:tr>
|
|
</h:table>
|
|
</hbox>
|
|
|
|
<label
|
|
value="${c:l('busquedaConfiguracionCorridaController.lhHora.label')}" />
|
|
<timebox id="hora" mold="rounded" />
|
|
</row>
|
|
<row spans="1,2,1,2">
|
|
<label value="${c:l('lb.id')}" />
|
|
<intbox id="txtID" />
|
|
|
|
<label id="lbNumCorrida"
|
|
value="${c:l('editarConfiguracionCorridaController.lbNumCorrida.label')}" />
|
|
<intbox id="txtNumCorrida" maxlength="7" />
|
|
</row>
|
|
<row spans="1,2,1,2">
|
|
<label
|
|
value="${c:l('editarConfiguracionCorridaController.cmbClase.value')}" />
|
|
<combobox id="cmbClase"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
|
mold="rounded" buttonVisible="true" width="90%"
|
|
model="@{winBusquedaCorrida$composer.lsClase}" />
|
|
|
|
<label
|
|
value="${c:l('editarConfiguracionCorridaController.cmbMarca.value')}" />
|
|
<combobox id="cmbMarca"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
|
mold="rounded" buttonVisible="true" width="90%"
|
|
model="@{winBusquedaCorrida$composer.lsMarca}" />
|
|
</row>
|
|
<row spans="1,2,1,2">
|
|
<label
|
|
value="${c:l('editarConfiguracionCorridaController.cmbRuta.value')}" />
|
|
<combobox id="cmbRuta"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
|
mold="rounded" buttonVisible="true" width="90%"
|
|
model="@{winBusquedaCorrida$composer.lsRuta}" />
|
|
|
|
<label
|
|
value="${c:l('editarConfiguracionCorridaController.cmbEmpresaCorrida.value')}" />
|
|
<combobox id="cmbEmpresaCorrida"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
|
mold="rounded" width="90%"
|
|
model="@{winBusquedaCorrida$composer.lsEmpresa}" />
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
|
|
<toolbar>
|
|
<button id="btnPesquisa" image="/gui/img/find.png"
|
|
label="${c:l('busquedaConfiguracionCorridaController.btnPesquisa.label')}" />
|
|
</toolbar>
|
|
|
|
<paging id="pagingEsquemaCorrida" pageSize="20" />
|
|
<listbox id="esquemaCorridaList" checkmark="true"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
|
|
multiple="true" vflex="true" height="200px%">
|
|
<listhead sizable="true">
|
|
<listheader width="60px" image="/gui/img/builder.gif"
|
|
label="${c:l('busquedaConfiguracionCorridaController.lhId.label')}"
|
|
sort="auto(esquemacorridaId)" />
|
|
<listheader width="130px" image="/gui/img/builder.gif"
|
|
label="${c:l('busquedaConfiguracionCorridaController.lbNumCorrida.label')}"
|
|
sort="auto(numCorrida)" />
|
|
<listheader width="110px" image="/gui/img/builder.gif"
|
|
label="${c:l('busquedaConfiguracionCorridaController.lhDe.label')}"
|
|
sort="auto(esquemaOperacional.fecniciovigencia)" />
|
|
<listheader width="110px" image="/gui/img/builder.gif"
|
|
label="${c:l('busquedaConfiguracionCorridaController.lhHasta.label')}"
|
|
sort="auto(esquemaOperacional.fecfinvigencia)" />
|
|
<listheader width="110px" image="/gui/img/builder.gif"
|
|
label="${c:l('busquedaConfiguracionCorridaController.lhHora.label')}"
|
|
sort="auto(horasalida)" />
|
|
<listheader width="110px" image="/gui/img/builder.gif"
|
|
label="${c:l('busquedaConfiguracionCorridaController.lhRuta.label')}"
|
|
sort="auto(ruta.descruta)" />
|
|
<listheader width="110px" image="/gui/img/builder.gif"
|
|
label="${c:l('busquedaConfiguracionCorridaController.lhMarca.value')}"
|
|
sort="auto(marca.descmarca)" />
|
|
<listheader width="110px" image="/gui/img/builder.gif"
|
|
label="${c:l('busquedaConfiguracionCorridaController.lhSemana.value')}" />
|
|
<listheader width="110px" image="/gui/img/builder.gif"
|
|
label="${c:l('busquedaConfiguracionCorridaController.lhClase.value')}"
|
|
sort="auto(claseServicio.descclase)" />
|
|
<listheader width="110px" image="/gui/img/builder.gif"
|
|
label="${c:l('busquedaConfiguracionCorridaController.lhEmpresaCorrida.value')}"
|
|
sort="auto(empresa.nombempresa)" />
|
|
<listheader width="110px" image="/gui/img/builder.gif"
|
|
label="${c:l('busquedaConfiguracionCorridaController.lhEmpresaIngresso.value')}"
|
|
sort="auto(empresa1.nombempresa)" />
|
|
<listheader width="110px" image="/gui/img/builder.gif"
|
|
label="${c:l('busquedaConfiguracionCorridaController.lhEmpresaRolOperativo.value')}"
|
|
sort="auto(rolOperativo.descroloperativo)" />
|
|
<listheader width="110px" image="/gui/img/builder.gif"
|
|
label="${c:l('busquedaConfiguracionCorridaController.lhStatus.value')}"
|
|
sort="auto(statusCorrida)" />
|
|
</listhead>
|
|
</listbox>
|
|
<toolbar>
|
|
<hbox>
|
|
<h:table border="0">
|
|
<h:tr>
|
|
<h:td width="280px" ><label value="${c:l('selecionarServicosGerarController.lblTxt.value')}" /></h:td>
|
|
<h:td>
|
|
<label
|
|
value="${c:l('editarConfiguracionCorridaController.lbDe.value')}" />
|
|
</h:td>
|
|
<h:td>
|
|
<datebox id="fecGeracaoInicial"
|
|
constraint="no empty" width="120px" mold="rounded"
|
|
lenient="false" />
|
|
</h:td>
|
|
<h:td>
|
|
<label
|
|
value="${c:l('editarConfiguracionCorridaController.lbHasta.value')}" />
|
|
</h:td>
|
|
<h:td>
|
|
<datebox id="fecGeracaoFinal"
|
|
constraint="no empty" width="120px" mold="rounded"
|
|
lenient="false" />
|
|
</h:td>
|
|
<h:td>
|
|
<button id="btnGerar"
|
|
image="/gui/img/ok.png" width="250px"
|
|
label="${c:l('selecionarServicosGerarController.btnGerar.tooltiptext')}"
|
|
tooltiptext="${c:l('selecionarServicosGerarController.btnGerar.tooltiptext')}" />
|
|
</h:td>
|
|
</h:tr>
|
|
</h:table>
|
|
</hbox>
|
|
</toolbar>
|
|
|
|
</window>
|
|
</zk>
|