92 lines
4.0 KiB
XML
92 lines
4.0 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="winBusquedaExcepcionPeaje"?>
|
|
<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?>
|
|
|
|
<zk xmlns="http://www.zkoss.org/2005/zul">
|
|
<window id="winBusquedaExcepcionPeaje" title="${c:l('busquedaExcepcionPeajeController.window.title')}"
|
|
apply="${busquedaExcepcionPeajeController}" contentStyle="overflow:auto"
|
|
height="500px" width="800px" border="normal" >
|
|
<toolbar>
|
|
<button id="btnRefresh" image="/gui/img/refresh.png" width="35px"
|
|
tooltiptext="${c:l('busquedaExcepcionPeajeController.btnRefresh.tooltiptext')}" />
|
|
<separator orient="vertical" />
|
|
<button id="btnNovo" image="/gui/img/add.png" width="35px"
|
|
tooltiptext="${c:l('busquedaExcepcionPeajeController.btnNovo.tooltiptext')}"/>
|
|
<separator orient="vertical" />
|
|
<button id="btnCerrar" onClick="winBusquedaExcepcionPeaje.detach()" image="/gui/img/exit.png" width="35px"
|
|
tooltiptext="${c:l('busquedaExcepcionPeajeController.btnFechar.tooltiptext')}"/>
|
|
</toolbar>
|
|
<grid fixedLayout="true">
|
|
<columns>
|
|
<column width="15%" />
|
|
<column width="35%" />
|
|
<column width="15%" />
|
|
<column width="35%" />
|
|
</columns>
|
|
<rows>
|
|
<row >
|
|
<label
|
|
value="${c:l('busquedaExcepcionPeajeController.cmbRuta.value')}" />
|
|
<combobox id="cmbRuta"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
|
mold="rounded" buttonVisible="true" width="90%"
|
|
model="@{winBusquedaExcepcionPeaje$composer.lsRuta}" />
|
|
<label
|
|
value="${c:l('busquedaExcepcionPeajeController.lhId.label')}" />
|
|
<intbox id="txtId" width="50%" maxlength="10" />
|
|
</row>
|
|
<row>
|
|
<label
|
|
value="${c:l('busquedaExcepcionPeajeController.lbCidadeOrigem.value')}" />
|
|
<cell>
|
|
<combobox id="cmbParadaOrigemCve"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxParadaCve"
|
|
mold="rounded" buttonVisible="true" width="30%" />
|
|
<combobox id="cmbParadaOrigem"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxParada"
|
|
mold="rounded" buttonVisible="true" width="65%" />
|
|
</cell>
|
|
<label
|
|
value="${c:l('busquedaExcepcionPeajeController.lbCidadeDestino.value')}" />
|
|
<cell>
|
|
<combobox id="cmbParadaDestinoCve"
|
|
autodrop="false"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxParadaCve"
|
|
mold="rounded" buttonVisible="true" width="30%" />
|
|
<combobox id="cmbParadaDestino" autodrop="false"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxParada"
|
|
mold="rounded" buttonVisible="true" width="65%" />
|
|
</cell>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
<toolbar>
|
|
<button id="btnPesquisa" image="/gui/img/find.png"
|
|
label="${c:l('busquedaExcepcionPeajeController.btnPesquisa.label')}" />
|
|
</toolbar>
|
|
|
|
<paging id="pagingExcepcionPeaje" pageSize="20" />
|
|
<listbox id="excepcionPeajeList"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
|
|
multiple="false" vflex="true" height="50%">
|
|
<listhead sizable="true">
|
|
<listheader width="10%" image="/gui/img/builder.gif"
|
|
label="${c:l('busquedaExcepcionPeajeController.lhId.label')}"
|
|
sort="auto(excepcionPeajeId)" />
|
|
<listheader width="30%" image="/gui/img/builder.gif"
|
|
label="${c:l('busquedaExcepcionPeajeController.lhRuta.label')}"
|
|
sort="auto(ruta.descruta)"/>
|
|
<listheader width="30%" image="/gui/img/builder.gif"
|
|
label="${c:l('busquedaExcepcionPeajeController.lhOrigem.label')}"
|
|
sort="auto(origem.descparada)"/>
|
|
<listheader width="30%" image="/gui/img/builder.gif"
|
|
label="${c:l('busquedaExcepcionPeajeController.lhDestino.label')}"
|
|
sort="auto(destino.descparada)"/>
|
|
</listhead>
|
|
</listbox>
|
|
|
|
</window>
|
|
</zk>
|