102 lines
4.2 KiB
XML
102 lines
4.2 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="winBusquedaConfRestricaoCanalVenta"?>
|
|
<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?>
|
|
|
|
<zk xmlns="http://www.zkoss.org/2005/zul">
|
|
<window id="winBusquedaConfRestricaoCanalVenta"
|
|
title="${c:l('confRestricaoCanalVentaController.window.title')}"
|
|
apply="${confRestricaoCanalVentaController}"
|
|
contentStyle="overflow:auto" height="550px" width="950px"
|
|
border="normal">
|
|
<toolbar>
|
|
<button id="btnRefresh" image="/gui/img/refresh.png"
|
|
width="35px"
|
|
tooltiptext="${c:l('confRestricaoCanalVentaController.btnRefresh.tooltiptext')}" />
|
|
<separator orient="vertical" />
|
|
<button id="btnNovo" image="/gui/img/add.png" width="35px"
|
|
tooltiptext="${c:l('confRestricaoCanalVentaController.btnNovo.tooltiptext')}" />
|
|
<separator orient="vertical" />
|
|
<button id="btnCerrar"
|
|
onClick="winBusquedaConfRestricaoCanalVenta.detach()"
|
|
image="/gui/img/exit.png" width="35px"
|
|
tooltiptext="${c:l('confRestricaoCanalVentaController.btnCerrar.tooltiptext')}" />
|
|
</toolbar>
|
|
|
|
<grid fixedLayout="true">
|
|
<columns>
|
|
<column width="20%" />
|
|
<column width="80%" />
|
|
</columns>
|
|
<rows>
|
|
<row>
|
|
<label
|
|
value="${c:l('confRestricaoCanalVentaController.lhDesc.label')}" />
|
|
<textbox id="txtDescConf" width="98%"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
|
</row>
|
|
<row>
|
|
<label
|
|
value="${c:l('confRestricaoCanalVentaController.CanalVenda.label')}" />
|
|
<combobox id="cmbTipoPtoVta" autodrop="true"
|
|
mold="rounded" buttonVisible="true" width="45%"
|
|
model="@{winBusquedaConfRestricaoCanalVenta$composer.lsTipoPtoVta}"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar" />
|
|
</row>
|
|
<row>
|
|
<label
|
|
value="${c:l('confRestricaoCanalVentaController.Origem.label')}" />
|
|
<combobox id="cmbOrigen" autodrop="true"
|
|
mold="rounded" buttonVisible="true" width="45%"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxParada" />
|
|
</row>
|
|
<row>
|
|
<label
|
|
value="${c:l('confRestricaoCanalVentaController.Destino.label')}" />
|
|
<combobox id="cmbDestino" autodrop="true"
|
|
mold="rounded" buttonVisible="true" width="45%"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxParada" />
|
|
</row>
|
|
<row>
|
|
<label
|
|
value="${c:l('confRestricaoCanalVentaController.Servico.label')}" />
|
|
<intbox id="txtServico" width="20%" />
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
|
|
<toolbar>
|
|
<button id="btnPesquisa" image="/gui/img/find.png"
|
|
label="${c:l('confRestricaoCanalVentaController.btnPesquisa.label')}" />
|
|
</toolbar>
|
|
|
|
<paging id="pagingConfRestricaoCanalVenta" pageSize="20" />
|
|
<listbox id="confRestricaoCanalVentaList"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
|
|
multiple="false" height="95%">
|
|
<listhead sizable="true">
|
|
<listheader width="5%" image="/gui/img/create_doc.gif"
|
|
label="${c:l('lb.id')}" sort="auto(confRestricaoCanalVentaId)" />
|
|
<listheader image="/gui/img/create_doc.gif"
|
|
label="${c:l('confRestricaoCanalVentaController.lhDesc.label')}"
|
|
sort="auto(descConfRestricaoCanalVenta)" />
|
|
<listheader image="/gui/img/create_doc.gif"
|
|
label="${c:l('confRestricaoCanalVentaController.CanalVenda.label')}"
|
|
sort="auto(tipoPuntoVenta.desctipo)" />
|
|
<listheader image="/gui/img/create_doc.gif"
|
|
label="${c:l('confRestricaoCanalVentaController.Origem.label')}"
|
|
sort="auto(origem.descparada)" />
|
|
<listheader image="/gui/img/create_doc.gif"
|
|
label="${c:l('confRestricaoCanalVentaController.Destino.label')}"
|
|
sort="auto(destino.descparada)" />
|
|
<listheader image="/gui/img/create_doc.gif"
|
|
label="${c:l('confRestricaoCanalVentaController.Servico.label')}"
|
|
sort="auto(corridaId)" />
|
|
<listheader image="/gui/img/create_doc.gif"
|
|
label="${c:l('confRestricaoCanalVentaController.DataServico.label')}"
|
|
sort="auto(fecCorrida)" />
|
|
</listhead>
|
|
</listbox>
|
|
</window>
|
|
</zk> |