47 lines
1.7 KiB
XML
47 lines
1.7 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="winModificarTrayectoCotizar"?>
|
|
<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?>
|
|
|
|
<zk xmlns="http://www.zkoss.org/2005/zul">
|
|
<window
|
|
id="winModificarTrayectoCotizar"
|
|
title="${c:l('winCotizarExpresso.title')}"
|
|
border="normal"
|
|
width="800px"
|
|
position="center"
|
|
mode="overlapped"
|
|
apply="${modificarTrayectoCotizarController}">
|
|
<grid fixedLayout="true">
|
|
<columns>
|
|
<column width="8%" />
|
|
<column width="22%" />
|
|
<column width="10%" />
|
|
<column width="22%" />
|
|
<column width="10%" />
|
|
<column width="22%" />
|
|
<column width="6%" />
|
|
</columns>
|
|
<rows>
|
|
<row>
|
|
<label value="${c:l('expressosPorCotizarController.lhRuta.label')}"/>
|
|
<textbox id="txtRuta"
|
|
disabled="true"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"/>
|
|
|
|
<label value="${c:l('expressosPorCotizarController.lhCantidadVehiculos.label')}"/>
|
|
<textbox
|
|
id="txtCantidadVehiculos"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"/>
|
|
|
|
<label value="${c:l('expressosPorCotizarController.lhValorTrayecto.label')}"/>
|
|
<textbox id="txtValorTrayecto"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"/>
|
|
<button id="btnGuardar" image="/gui/img/save.png" width="35px"
|
|
tooltiptext="${c:l('tooltiptext.btnGuardar')}" />
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
</window>
|
|
</zk> |