85 lines
3.2 KiB
XML
85 lines
3.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="winEditarConfTotemVentaRapida"?>
|
|
<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?>
|
|
|
|
<zk xmlns="http://www.zkoss.org/2005/zul">
|
|
<window id="winEditarConfTotemVentaRapida"
|
|
title="${c:l('editarConfTotemController.window.title')}"
|
|
apply="${editarConfTotemVentaRapidaController}" contentStyle="overflow:auto"
|
|
height="510px" width="980px" border="normal">
|
|
<toolbar>
|
|
<hbox spacing="5px" style="padding:1px" align="right">
|
|
<button id="buttonSalvar" height="20"
|
|
image="/gui/img/save.png" width="35px"
|
|
tooltiptext="${c:l('editarConfTotemController.btnSalvarLocalidades.tooltiptext')}" />
|
|
<button id="btnFechar" height="20"
|
|
image="/gui/img/exit.png" width="35px"
|
|
onClick="winEditarConfTotemVentaRapida.detach()"
|
|
tooltiptext="${c:l('editarConfTotemController.btnFechar.tooltiptext')}" />
|
|
</hbox>
|
|
</toolbar>
|
|
|
|
<grid fixedLayout="true">
|
|
<columns>
|
|
<column width="20%" />
|
|
<column width="80%" />
|
|
</columns>
|
|
<rows>
|
|
<row>
|
|
<label
|
|
value="${c:l('editarConfTotemController.lbParadaOrigem.value')}" />
|
|
<combobox id="cmbParadaOrigem" autodrop="false"
|
|
mold="rounded" buttonVisible="true" width="100%"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxParada" />
|
|
</row>
|
|
<row>
|
|
<label
|
|
value="${c:l('editarConfTotemController.lbParadaDestino.value')}" />
|
|
<bandbox id="bbPesquisaLinha" width="100%"
|
|
mold="rounded" readonly="true">
|
|
<bandpopup>
|
|
<vbox>
|
|
<listbox id="localidadesDestinoList"
|
|
mold="paging"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
|
|
vflex="true" multiple="false" height="60%" width="710px">
|
|
<listhead>
|
|
<listheader
|
|
label="${c:l('editarConexionPorRutaController.labelLocalidadesDescricao.value')}"
|
|
width="65%" />
|
|
<listheader
|
|
label="${c:l('editarConfTotemController.labelAdicionarLocalidade.value')}"
|
|
width="29%" />
|
|
<listheader align="center"
|
|
label=" " width="6%" />
|
|
</listhead>
|
|
</listbox>
|
|
<paging id="pagingLinha" pageSize="10" />
|
|
</vbox>
|
|
</bandpopup>
|
|
</bandbox>
|
|
</row>
|
|
<row spans="4">
|
|
<hbox>
|
|
<button id="btnRemoverOrigemDestino" height="20"
|
|
image="/gui/img/remove.png" width="35px"
|
|
tooltiptext="${c:l('editarConfTotemController.btnBorrarCorrida.tooltiptext')}" />
|
|
</hbox>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
<listbox id="localidadesOrigemDestinoList"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
|
|
height="425px">
|
|
<listhead sizable="true">
|
|
<listheader id="localidade" width="30%" sort="auto(origen.descparada)" image="/gui/img/builder.gif"
|
|
label="${c:l('editarConfTotemController.lbParadaOrigem.value')}" />
|
|
<listheader label="${c:l('editarConfTotemController.lbParadaDestino.value')}" sort="auto(destino.descparada)" image="/gui/img/builder.gif" />
|
|
</listhead>
|
|
</listbox>
|
|
|
|
</window>
|
|
</zk>
|