88 lines
4.4 KiB
XML
88 lines
4.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="winTarifaEscala"?>
|
|
<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?>
|
|
|
|
<zk>
|
|
<window id="winTarifaEscala" border="normal"
|
|
apply="${tarifaEscalaContorller}"
|
|
width="1000px" contentStyle="overflow:auto"
|
|
title="${c:l('tarifaEscalaContorller.window.title')}">
|
|
<toolbar>
|
|
<hbox spacing="5px" style="padding:1px" align="right">
|
|
<button id="btnExportarExcel" height="20"
|
|
image="/gui/img/excel.png" width="35px"
|
|
tooltiptext="${c:l('tarifaEscalaContorller.btnExportarExcel.tooltiptext')}"/>
|
|
<button id="btnAutorizarEscala" height="20"
|
|
image="/gui/img/ok.png"
|
|
label="${c:l('tarifaEscalaContorller.btnApagar.tooltiptext')}"
|
|
tooltiptext="${c:l('tarifaEscalaContorller.btnApagar.tooltiptext')}"/>
|
|
<button id="btnSalvar" height="20"
|
|
image="/gui/img/save.png" width="35px"
|
|
tooltiptext="${c:l('tarifaEscalaContorller.btnSalvar.tooltiptext')}"/>
|
|
<button id="btnFechar" height="20"
|
|
image="/gui/img/exit.png" width="35px"
|
|
onClick="winTarifaEscala.detach()"
|
|
tooltiptext="${c:l('tarifaEscalaContorller.btnFechar.tooltiptext')}"/>
|
|
|
|
</hbox>
|
|
</toolbar>
|
|
|
|
<grid fixedLayout="true">
|
|
<columns>
|
|
<column width="20%" />
|
|
<column width="80%" />
|
|
</columns>
|
|
<rows>
|
|
<row>
|
|
<label value="${c:l('tarifaEscalaContorller.lhClaseServicio.label')}"/>
|
|
<combobox id="cmbClaseServicio" constraint="no empty"
|
|
mold="rounded" buttonVisible="true" width="90%" use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
|
model="@{winTarifaEscala$composer.lsClaseServico}"/>
|
|
</row>
|
|
<row>
|
|
<label value="${c:l('tarifaEscalaContorller.lhRuta.label')}"/>
|
|
<combobox id="cmbRuta" use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
|
mold="rounded" buttonVisible="true" width="90%"
|
|
model="@{winTarifaEscala$composer.lsRutas}"/>
|
|
|
|
</row>
|
|
<row>
|
|
<label value="${c:l('tarifaEscalaContorller.lhFeciniciovigencia.label')}"/>
|
|
<combobox id="cmbVigencia" use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar" constraint="no empty"
|
|
mold="rounded" buttonVisible="true" width="90%"
|
|
model="@{winTarifaEscala$composer.lsVigenciaTarifa}"/>
|
|
</row>
|
|
<row>
|
|
<label value="${c:l('tarifaEscalaContorller.lhMarca.label')}"/>
|
|
<combobox id="cmbMarca" constraint="no empty"
|
|
mold="rounded" buttonVisible="true" width="90%" use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
|
model="@{winTarifaEscala$composer.lsMarcas}"/>
|
|
</row>
|
|
<row>
|
|
<label value="${c:l('tarifaEscalaContorller.lhMoneda.label')}"/>
|
|
<combobox id="cmbMoneda" use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar" constraint="no empty"
|
|
mold="rounded" buttonVisible="true" width="90%"
|
|
model="@{winTarifaEscala$composer.lsMonedas}"/>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
|
|
<toolbar>
|
|
<hbox spacing="5px" style="padding:1px" align="center">
|
|
<button id="btnPesquisa" image="/gui/img/find.png"
|
|
label="${c:l('busquedaTarifaController.btnPesquisa.label')}"/>
|
|
<separator bar="false" width="200px" />
|
|
<label id="msgRojo" value="${c:l('tarifaEscalaContorller.MSG.noAutorizado')}" />
|
|
</hbox>
|
|
</toolbar>
|
|
|
|
|
|
<grid id="grid" mold="paging" height="400px">
|
|
<columns/>
|
|
</grid>
|
|
|
|
</window>
|
|
</zk>
|