AdmMono/web/gui/tarifas/editarTaxaEmbLevante.zul

89 lines
3.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="winEditarTaxaEmbLevante"?>
<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?>
<zk xmlns="http://www.zkoss.org/2005/zul">
<window id="winEditarTaxaEmbLevante"
title="${c:l('busquedaTaxaEmbLevanteController.window.title')}"
apply="${editarTaxaEmbLevanteController}" contentStyle="overflow:auto"
width="700px" height="350px" border="normal">
<toolbar>
<hbox spacing="5px" style="padding:1px" align="right">
<button id="btnSalvar" height="20"
autodisable="btnSalvar" image="/gui/img/save.png" width="35px"
tooltiptext="${c:l('editarPricingDiaController.btnSalvar.tooltiptext')}" />
<separator orient="vertical" />
<button height="20" image="/gui/img/exit.png"
width="35px" onClick="winEditarTaxaEmbLevante.detach()"
tooltiptext="${c:l('editarPricingDiaController.btnFechar.tooltiptext')}" />
</hbox>
</toolbar>
<grid fixedLayout="true">
<columns>
<column width="30%" />
<column width="70%" />
<column width="30%" />
<column width="70%" />
</columns>
<rows>
<row spans="1,3">
<label
value="${c:l('editarConfiguracionCorridaController.cmbRuta.value')}" />
<combobox id="cmbRuta" constraint="no empty"
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
mold="rounded" buttonVisible="true" width="100%"
model="@{winEditarTaxaEmbLevante$composer.lsRuta}" />
</row>
<row>
<label
value="${c:l('editarTramosController.labelOrigen.value')}" />
<combobox id="cmbParadaOrigem" constraint="no empty"
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
mold="rounded" buttonVisible="true" width="100%"
model="@{winEditarTaxaEmbLevante$composer.lsParadaOrigem}" />
<label
value="${c:l('editarTramosController.labelDestino.value')}" />
<combobox id="cmbParadaDestino"
constraint="no empty"
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
mold="rounded" buttonVisible="true" width="100%"
model="@{winEditarTaxaEmbLevante$composer.lsParadaDestino}" />
</row>
</rows>
</grid>
<toolbar>
<hbox spacing="5px" style="padding:1px" align="right">
<button id="btnNovo" image="/gui/img/add.png"
width="35px"
tooltiptext="${c:l('busquedaTaxaEmbLevanteController.btnNovo.tooltiptext')}" />
<button id="btnApagar" height="20"
image="/gui/img/remove.png" width="35px"
tooltiptext="${c:l('editarPricingController.btnApagarPricing.tooltiptext')}" />
</hbox>
</toolbar>
<paging id="pagingTaxaEmbLevante" pageSize="20" />
<listbox id="taxaEmbLevanteList"
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
multiple="false" vflex="true" height="50%">
<listhead sizable="true">
<listheader width="70%" image="/gui/img/builder.gif"
label="${c:l('busquedaTaxaEmbLevanteController.labelParada.value')}"
sort="auto(parada.descparada)" />
<listheader width="30%" image="/gui/img/builder.gif"
label="${c:l('busquedaTaxaEmbLevanteController.labelImporte.value')}"
sort="auto(importe)" />
</listhead>
</listbox>
</window>
</zk>