66 lines
2.4 KiB
XML
66 lines
2.4 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="winBusquedaCoeficienteTarifa"?>
|
|
<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?>
|
|
|
|
<zk xmlns="http://www.zkoss.org/2005/zul">
|
|
<window id="winBusquedaCoeficienteTarifa"
|
|
title="${c:l('busquedaCoeficienteTarifaController.window.title')}"
|
|
apply="${busquedaCoeficienteTarifaController}"
|
|
contentStyle="overflow:auto" height="450px" width="650px"
|
|
border="normal">
|
|
<toolbar>
|
|
<button id="btnRefresh" image="/gui/img/refresh.png"
|
|
width="35px"
|
|
tooltiptext="${c:l('busquedaCoeficienteTarifaController.btnRefresh.tooltiptext')}" />
|
|
<separator orient="vertical" />
|
|
<button id="btnNovo" image="/gui/img/add.png" width="35px"
|
|
tooltiptext="${c:l('busquedaCoeficienteTarifaController.btnNovo.tooltiptext')}" />
|
|
<separator orient="vertical" />
|
|
<button id="btnCerrar"
|
|
onClick="winBusquedaCoeficienteTarifa.detach()"
|
|
image="/gui/img/exit.png" width="35px"
|
|
tooltiptext="${c:l('busquedaCoeficienteTarifaController.btnCerrar.tooltiptext')}" />
|
|
</toolbar>
|
|
|
|
<grid fixedLayout="true">
|
|
<columns>
|
|
<column width="30%" />
|
|
<column width="70%" />
|
|
</columns>
|
|
<rows>
|
|
<row>
|
|
<label
|
|
value="${c:l('busquedaCoeficienteTarifaController.nome.label')}" />
|
|
<textbox id="txtNombre" width="98%"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
|
|
<toolbar>
|
|
<button id="btnPesquisa" image="/gui/img/find.png"
|
|
label="${c:l('busquedaCoeficienteTarifaController.btnPesquisa.label')}" />
|
|
</toolbar>
|
|
|
|
<paging id="pagingCoeficienteTarifa" pageSize="10" />
|
|
<listbox id="coeficienteTarifaList"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
|
|
vflex="true" multiple="false">
|
|
<listhead sizable="true">
|
|
<listheader id="lhId" width="10%"
|
|
image="/gui/img/builder.gif"
|
|
label="${c:l('lb.id')}"
|
|
sort="auto(coeficienteId)" />
|
|
<listheader image="/gui/img/create_doc.gif" width="70%"
|
|
label="${c:l('busquedaCoeficienteTarifaController.nome.label')}"
|
|
sort="auto(descCoeficiente)" />
|
|
<listheader image="/gui/img/create_doc.gif"
|
|
label="${c:l('busquedaCoeficienteTarifaController.coeficien.label')}"
|
|
sort="auto(coeficiente)" />
|
|
</listhead>
|
|
</listbox>
|
|
</window>
|
|
</zk>
|