47 lines
2.9 KiB
XML
47 lines
2.9 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="winBusquedaRolOperativo"?>
|
|
<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?>
|
|
|
|
<zk xmlns="http://www.zkoss.org/2005/zul">
|
|
<window id="winBusquedaRolOperativo" title="${c:l('busquedaRolOperativoController.window.title')}"
|
|
apply="${busquedaRolOperativoController}" contentStyle="overflow:auto"
|
|
height="350px" width="650px" 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="winBusquedaRolOperativo.detach()" image="/gui/img/exit.png" width="35px"
|
|
tooltiptext="${c:l('tooltiptext.btnFechar')}"/>
|
|
</toolbar>
|
|
<hbox style="padding: 8px" align="center">
|
|
<label value="${c:l('busquedaRolOperativoController.lblDesRol.label')}"/>
|
|
<textbox id="txtDesRol" width="100%" use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"/>
|
|
<label value="${c:l('busquedaRolOperativoController.lblDiagramaBus.label')}"/>
|
|
<combobox id="cmbDiagramaBus" autodrop="true" constraint="no empty"
|
|
mold="rounded" buttonVisible="true" width="100%" readonly="false"
|
|
model="@{winBusquedaRolOperativo$composer.diagramaList}"/>
|
|
<button id="btnPesquisa" image="/gui/img/find.png"
|
|
label="${c:l('busquedaRolOperativoController.btnPesquisa.label')}"/>
|
|
</hbox>
|
|
<paging id="pagingRolOperativo" use="com.rjconsultores.ventaboletos.web.utilerias.MyPaging" />
|
|
<listbox id="rolOperativoList" use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
|
|
multiple="false">
|
|
<listhead sizable="true">
|
|
<listheader id="lhDesRol" image="/gui/img/create_doc.gif"
|
|
label="${c:l('busquedaRolOperativoController.lhDesRol.label')}"
|
|
sort="auto(paramacumulamasivo)"/>
|
|
<listheader id="lhTimePre" image="/gui/img/create_doc.gif"
|
|
label="${c:l('busquedaRolOperativoController.lhTimePre.label')}"
|
|
sort="auto(paramacumulamasivo)"/>
|
|
<listheader id="lhDesDA" image="/gui/img/create_doc.gif"
|
|
label="${c:l('busquedaRolOperativoController.lhDesDA.label')}"
|
|
sort="auto(paramacumulamasivo)"/>
|
|
</listhead>
|
|
</listbox>
|
|
</window>
|
|
</zk> |