67 lines
3.7 KiB
XML
67 lines
3.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="winCumplimientoServicioExpresos"?>
|
|
<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?>
|
|
|
|
<zk xmlns="http://www.zkoss.org/2005/zul">
|
|
<window id="winCumplimientoServicioExpresos" title="${c:l('winCumplimientoServicioExpresos.title')}"
|
|
border="normal" height="484px" width="1200px" position="center" mode="overlapped"
|
|
apply="${cumplimientoServicioExpresosController}">
|
|
<toolbar>
|
|
<button id="btnRefresh" image="/gui/img/refresh.png" width="35px"
|
|
tooltiptext="${c:l('tooltiptext.btnActualizar')}" />
|
|
<separator orient="vertical" />
|
|
<button id="btnCerrar" onClick="winCumplimientoServicioExpresos.detach()" image="/gui/img/exit.png" width="35px"
|
|
tooltiptext="${c:l('tooltiptext.btnFechar')}"/>
|
|
</toolbar>
|
|
<grid fixedLayout="true">
|
|
<columns>
|
|
<column width="25%" />
|
|
<column width="25%" />
|
|
<column width="25%" />
|
|
<column width="25%" />
|
|
</columns>
|
|
<rows>
|
|
<row>
|
|
<label value="${c:l('expressosPorCotizarFechaInicioController.lblDesc.label')}"/>
|
|
<datebox id="txtFechaInicio" use="com.rjconsultores.ventaboletos.web.utilerias.MyDatebox" format="dd/MM/yyyy" maxlength="10" width="100%"/>
|
|
|
|
<label value="${c:l('expressosPorCotizarFechaFinController.lblDesc.label')}"/>
|
|
<datebox id="txtFechaFin" use="com.rjconsultores.ventaboletos.web.utilerias.MyDatebox" format="dd/MM/yyyy" maxlength="10" width="100%"/>
|
|
</row>
|
|
<row spans="1,3">
|
|
<label id="lblExpreso" value="${c:l('expressosPorCotizarController.lhNumSolicitud.label')}"/>
|
|
<intbox id="txtNumSolicitud"/>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
<toolbar>
|
|
<checkbox
|
|
id="ckServiciosInactivos"
|
|
checked="@{winEditarPuntoVenta$composer.puntoVenta.validaTempoParaImpressao}"
|
|
label="${c:l('expressosPorCotizarServiciosInactivosController.lblDesc.label')}"/>
|
|
<button
|
|
id="btnPesquisa"
|
|
image="/gui/img/find.png"
|
|
label="${c:l('expressosPorCotizarBuscarController.lblDesc.label')}" />
|
|
</toolbar>
|
|
<paging id="pagingExpresos" pageSize="20" />
|
|
<listbox id="expresosList"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
|
|
multiple="false">
|
|
<listhead sizable="true">
|
|
<listheader width="80px" label="${c:l('expressosPorCotizarController.lhNumSolicitud.label')}"/>
|
|
<listheader width="110px" label="${c:l('expressosPorCotizarController.lhFechaSolicitud.label')}"/>
|
|
<listheader width="100px" label="${c:l('expressosPorCotizarController.lhRuta.label')}"/>
|
|
<listheader width="100px" label="${c:l('expressosPorCotizarController.lhIdaRegreso.label')}"/>
|
|
<listheader width="80px" label="${c:l('expressosPorCotizarController.lhFechaIda.label')}"/>
|
|
<listheader width="100px" label="${c:l('expressosPorCotizarController.lhFechaRegreso.label')}"/>
|
|
<listheader width="110px" label="${c:l('expressosPorCotizarController.lhSitioRecogidaIda.label')}"/>
|
|
<listheader width="140px" label="${c:l('expressosPorCotizarController.lhSitioRecogidaRegreso.label')}"/>
|
|
<listheader width="120px" label="${c:l('expressosPorCotizarController.lhEstado.label')}"/>
|
|
<listheader width="350px"/>
|
|
</listhead>
|
|
</listbox>
|
|
</window>
|
|
</zk> |