AdmMono/VentaBoletosAdm/web/gui/tarifas/busquedaExceptionRedondo.zul

70 lines
3.8 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="winBusquedaExcepcionRedondo"?>
<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?>
<zk xmlns="http://www.zkoss.org/2005/zul">
<window id="winBusquedaExcepcionRedondo" title="${c:l('busquedaExceptionRedondoController.window.title')}"
apply="${busquedaExceptionRedondoController}" contentStyle="overflow:auto"
height="500px" width="700px" border="normal" >
<toolbar>
<button id="btnRefresh" image="/gui/img/refresh.png" width="35px"
tooltiptext="${c:l('busquedaExceptionRedondoController.btnRefresh.tooltiptext')}" />
<separator orient="vertical" />
<button id="btnNovo" image="/gui/img/add.png" width="35px"
tooltiptext="${c:l('busquedaExceptionRedondoController.btnNovo.tooltiptext')}" />
<separator orient="vertical" />
<button id="btnCerrar" onClick="winBusquedaExcepcionRedondo.detach()" image="/gui/img/exit.png" width="35px"
tooltiptext="${c:l('busquedaExceptionRedondoController.btnCerrar.tooltiptext')}"/>
</toolbar>
<grid fixedLayout="true">
<columns>
<column width="20%" />
<column width="80%" />
</columns>
<rows>
<row>
<label value="${c:l('busquedaExceptionRedondoController.lhIndtipo.label')}"/>
<radiogroup Id="descuento" >
<radio id="radioA" label="${c:l('editarExceptionRedondoController.radio.abierto')}"/>
<radio id="radioC" label="${c:l('editarExceptionRedondoController.radio.confirmado')}"/>
</radiogroup>
</row>
<row>
<label value="${c:l('busquedaExceptionRedondoController.lhOrigem.label')}"/>
<combobox id="cmbOrigem" use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxParada" mold="rounded" buttonVisible="true" width="90%"/>
</row>
<row>
<label value="${c:l('busquedaExceptionRedondoController.lhDestino.label')}"/>
<combobox id="cmbDestino" use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxParada" mold="rounded" buttonVisible="true" width="90%"/>
</row>
</rows>
</grid>
<toolbar>
<button id="btnPesquisa" image="/gui/img/find.png"
label="${c:l('busquedaExceptionRedondoController.btnPesquisa.label')}"/>
</toolbar>
<paging id="pagingExcepcionRedondo" pageSize="15"/>
<listbox id="excepcionRedondoList" use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
multiple="false" height="70%">
<listhead sizable="true">
<listheader image="/gui/img/builder.gif" width="50px"
label="${c:l('lb.id')}"
sort="auto(excepcionredondoId)"/>
<listheader image="/gui/img/builder.gif"
label="${c:l('busquedaExceptionRedondoController.lhIndtipo.label')}"
sort="auto(indtipo)"/>
<listheader image="/gui/img/builder.gif"
label="${c:l('busquedaExceptionRedondoController.lhOrigem.label')}"
sort="auto(origem.descparada)"/>
<listheader image="/gui/img/builder.gif"
label="${c:l('busquedaExceptionRedondoController.lhDestino.label')}"
sort="auto(destino.descparada)"/>
</listhead>
</listbox>
</window>
</zk>