AdmMono/web/gui/expressos/programacionVehiculoExpreso...

73 lines
3.9 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="winProgramacionVehiculoExpresos"?>
<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?>
<zk xmlns="http://www.zkoss.org/2005/zul">
<window id="winProgramacionVehiculoExpresos" title="${c:l('winProgramacionVehiculoExpresos')}"
border="normal" height="484px" width="1145px" position="center" mode="overlapped"
apply="${programacionVehiculoExpresosController}">
<toolbar>
<button id="btnRefresh" image="/gui/img/refresh.png" width="35px"
tooltiptext="${c:l('tooltiptext.btnActualizar')}" />
<separator orient="vertical" />
<button id="btnCerrar" onClick="winProgramacionVehiculoExpresos.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="lblEmpresa" value="${c:l('expressosPorCotizarEmpresaController.lblDesc.label')}"/>
<combobox id="cmbEmpresa"
width="40%"
maxlength="60"
mold="rounded"
buttonVisible="true"
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
model="@{winProgramacionVehiculoExpresos$composer.lsEmpresa}"/>
</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.lhEstadiaConductor.label')}"/>
<listheader width="180px"/>
</listhead>
</listbox>
</window>
</zk>