AdmMono/web/gui/expressos/seguimientoExpresos.zul

75 lines
4.0 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="winSeguimientoExpresos"?>
<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?>
<zk xmlns="http://www.zkoss.org/2005/zul">
<window id="winSeguimientoExpresos" title="${c:l('winSeguimientoExpresos.title')}"
border="normal" height="484px" width="1200px" position="center" mode="overlapped"
apply="${seguimientoExpresosController}">
<toolbar>
<button id="btnCerrar" onClick="winSeguimientoExpresos.detach()" image="/gui/img/exit.png" width="35px"
tooltiptext="${c:l('busquedaLogAuditoriaController.btnCerrar.tooltiptext')}"/>
</toolbar>
<grid fixedLayout="true">
<columns>
<column width="17%" />
<column width="35%" />
<column width="13%" />
<column width="35%" />
</columns>
<rows>
<row>
<label
value="${c:l('lb.dataIni.value')}" />
<datebox id="dtInicio" width="40%" mold="rounded"
use="com.rjconsultores.ventaboletos.web.utilerias.MyDatebox"
format="dd/MM/yyyy" maxlength="10" />
<label
value="${c:l('lb.dataFin.value')}" />
<datebox id="dtFim" width="40%" mold="rounded"
use="com.rjconsultores.ventaboletos.web.utilerias.MyDatebox"
format="dd/MM/yyyy" maxlength="10" />
</row>
</rows>
</grid>
<toolbar>
<button id="btnPesquisa" image="/gui/img/find.png"
label="${c:l('tooltiptext.btnPesquisa')}"/>
</toolbar>
<paging id="pagingExpresos" pageSize="20" />
<listbox id="expresosList" use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
multiple="false" height="50%" vflex="true">
<listhead sizable="true">
<listheader image="/gui/img/create_doc.gif"
label="${c:l('expressosPorCotizarController.lhNumSolicitud.label')}" width="100px"/>
<listheader image="/gui/img/create_doc.gif"
label="${c:l('expressosPorCotizarController.lhFechaSolicitud.label')}" width="120px"/>
<listheader image="/gui/img/create_doc.gif"
label="${c:l('expressosPorCotizarController.lhRuta.label')}" width="120px"/>
<listheader image="/gui/img/create_doc.gif"
label="${c:l('expressosPorCotizarController.lhIdaRegreso.label')}" width="120px"/>
<listheader image="/gui/img/create_doc.gif"
label="${c:l('expressosPorCotizarController.lhFechaIda.label')}" width="120px"/>
<listheader image="/gui/img/create_doc.gif"
label="${c:l('expressosPorCotizarController.lhFechaRegreso.label')}" width="120px"/>
<listheader image="/gui/img/create_doc.gif"
label="${c:l('expressosPorCotizarController.lhSitioRecogidaIda.label')}" width="120px"/>
<listheader image="/gui/img/create_doc.gif"
label="${c:l('expressosPorCotizarController.lhSitioRecogidaRegreso.label')}" width="120px"/>
<listheader image="/gui/img/create_doc.gif"
label="${c:l('expressosPorCotizarController.lhPlacaVehiculo.label')}" width="120px"/>
<listheader image="/gui/img/create_doc.gif"
label="${c:l('expressosPorCotizarController.lhEstado.label')}" width="120px"/>
<listheader image="/gui/img/create_doc.gif"
label="${c:l('expresosController.lh.contratoAdjunto')}" width="130px"/>
<listheader image="/gui/img/create_doc.gif"
label="${c:l('expresosController.lh.fuecAdjunto')}" width="130px"/>
<listheader image="/gui/img/create_doc.gif"
label="${c:l('expresosController.lh.listaPasajerosAdjunto')}" width="130px"/>
</listhead>
</listbox>
</window>
</zk>