84 lines
3.3 KiB
XML
84 lines
3.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="winAsignarBusExpresos"?>
|
|
<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?>
|
|
|
|
<zk xmlns="http://www.zkoss.org/2005/zul">
|
|
<window id="winAsignarBusExpresos" title="${c:l('winAsignarBusExpresos')}"
|
|
border="normal" height="484px" width="1145px" position="center" mode="overlapped"
|
|
apply="${asignarBusExpresosController}">
|
|
<toolbar>
|
|
<button id="btnRefresh" image="/gui/img/refresh.png" width="35px"
|
|
tooltiptext="${c:l('tooltiptext.btnActualizar')}" />
|
|
<separator orient="vertical" />
|
|
<button id="btnCerrar" onClick="winAsignarBusExpresos.detach()" image="/gui/img/exit.png" width="35px"
|
|
tooltiptext="${c:l('tooltiptext.btnFechar')}"/>
|
|
</toolbar>
|
|
|
|
<separator/>
|
|
|
|
<label value="${c:l('expressosPorCotizarController.lhNumSolicitud.label')}"/>
|
|
<textbox id="txtNumSolicitud"
|
|
disabled="true"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"/>
|
|
|
|
<label value="${c:l('expressosPorCotizarController.lhRuta.label')}"/>
|
|
<textbox id="txtRuta"
|
|
disabled="true"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"/>
|
|
|
|
<label value="${c:l('expressosPorCotizarController.lhIdaRegreso.label')}"/>
|
|
<textbox
|
|
id="txtIdaRegreso"
|
|
disabled="true"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"/>
|
|
|
|
<label value="${c:l('expressosPorCotizarController.lhCantidadPasajeros.label')}"/>
|
|
<textbox
|
|
id="txtCantPasajeros"
|
|
disabled="true"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"/>
|
|
|
|
<separator/>
|
|
|
|
<label value="${c:l('expressosPorCotizarController.lhFechaIda.label')}"/>
|
|
<textbox
|
|
id="txtFechaIda"
|
|
disabled="true"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"/>
|
|
|
|
<label value="${c:l('expressosPorCotizarController.lhFechaRegreso.label')}"/>
|
|
<textbox
|
|
id="txtFechaRegreso"
|
|
disabled="true"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"/>
|
|
|
|
<label value="${c:l('expressosPorCotizarController.lhSitioRecogidaIda.label')}"/>
|
|
<textbox
|
|
id="txtSitioRecogidaIda"
|
|
disabled="true"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"/>
|
|
|
|
<label value="${c:l('expressosPorCotizarController.lhSitioRecogidaRegreso.label')}"/>
|
|
<textbox
|
|
id="txtSitioRecogidaRegreso"
|
|
disabled="true"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"/>
|
|
|
|
<separator/>
|
|
|
|
<paging id="pagingTrayectosExpresos" pageSize="20" />
|
|
<listbox id="trayectosList"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
|
|
multiple="false">
|
|
<listhead sizable="true">
|
|
<listheader width="300px" label="${c:l('expressosPorCotizarController.lhTrayecto.label')}"/>
|
|
<listheader width="150px" label="${c:l('expressosPorCotizarController.lhFechaIda.label')}"/>
|
|
<listheader width="200px" label="${c:l('expressosPorCotizarController.lhCodigoViaje.label')}"/>
|
|
<listheader width="150px" label="${c:l('expressosPorCotizarController.lhPlacaVehiculo.label')}"/>
|
|
<listheader width="150px" label="${c:l('expressosPorCotizarController.lhFluecPlanilla.label')}"/>
|
|
</listhead>
|
|
</listbox>
|
|
</window>
|
|
</zk> |