46 lines
2.6 KiB
XML
46 lines
2.6 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="winBusquedaGeneracionTarjetaSA"?>
|
|
<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?>
|
|
|
|
<zk xmlns="http://www.zkoss.org/2005/zul">
|
|
<window id="winBusquedaGeneracionTarjetaSA" title="${c:l('busquedaGeneracionTarjetaSAController.window.title')}"
|
|
apply="${busquedaGeneracionTarjetaSAController}" contentStyle="overflow:auto"
|
|
height="500px" width="550px" border="normal" >
|
|
<toolbar>
|
|
<button id="btnRefresh" image="/gui/img/refresh.png" width="35px"
|
|
tooltiptext="${c:l('tooltiptext.btnActualizar')}" />
|
|
<separator orient="vertical" />
|
|
<button id="btnNovo" image="/gui/img/add.png" width="35px"
|
|
tooltiptext="${c:l('tooltiptext.btnAgregar')}" />
|
|
<separator orient="vertical" />
|
|
<button id="btnCerrar" onClick="winBusquedaGeneracionTarjetaSA.detach()" image="/gui/img/exit.png" width="35px"
|
|
tooltiptext="${c:l('tooltiptext.btnFechar')}"/>
|
|
</toolbar>
|
|
|
|
<hbox style="padding: 8px" align="center">
|
|
<label value="${c:l('busquedaGeneracionTarjetaSAController.lblNameP.label')}"/>
|
|
<textbox id="txtNombre" width="90%" use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
|
|
maxlength="10"/>
|
|
<button id="btnPesquisa" image="/gui/img/find.png"
|
|
label="${c:l('busquedaGeneracionTarjetaSAController.btnPesquisa.label')}"/>
|
|
</hbox>
|
|
|
|
<paging id="pagingTarjetaFidelidad" use="com.rjconsultores.ventaboletos.web.utilerias.MyPaging"/>
|
|
<listbox id="tarjetaFidelidadList" use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
|
|
multiple="false" height="70%">
|
|
<listhead sizable="true">
|
|
<listheader width="50px" image="/gui/img/builder.gif" label="${c:l('lb.id')}"
|
|
sort="auto(tarjetaFidelidadId)"/>
|
|
<listheader image="/gui/img/builder.gif"
|
|
label="${c:l('busquedaGeneracionTarjetaSAController.lhNameP.label')}"
|
|
sort="auto(descGeneracion)"/>
|
|
<listheader image="/gui/img/builder.gif"
|
|
label="${c:l('busquedaGeneracionTarjetaSAController.lhCantidad.label')}"
|
|
sort="auto(numTarjeta)"/>
|
|
</listhead>
|
|
</listbox>
|
|
</window>
|
|
</zk>
|