92 lines
4.1 KiB
XML
92 lines
4.1 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="winLogExpresos"?>
|
|
<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?>
|
|
|
|
<zk xmlns="http://www.zkoss.org/2005/zul">
|
|
<window id="winLogExpresos" title="${c:l('winLogExpresos.title')}"
|
|
border="normal" height="484px" width="1095px" position="center" mode="overlapped"
|
|
apply="${logExpresosController}">
|
|
<toolbar>
|
|
<button id="btnCerrar" onClick="winLogExpresos.detach()" image="/gui/img/exit.png" width="35px"
|
|
tooltiptext="${c:l('busquedaLogAuditoriaController.btnCerrar.tooltiptext')}"/>
|
|
</toolbar>
|
|
|
|
<grid fixedLayout="true">
|
|
<columns>
|
|
<column width="17%" />
|
|
<column width="35%" />
|
|
<column width="13%" />
|
|
<column width="35%" />
|
|
</columns>
|
|
<rows>
|
|
<row>
|
|
<label
|
|
value="${c:l('lb.dataIni.value')}" />
|
|
<datebox id="dtInicio" width="40%" mold="rounded"
|
|
format="dd/MM/yyyy" maxlength="10"
|
|
constraint="no empty" />
|
|
<label
|
|
value="${c:l('lb.dataFin.value')}" />
|
|
<datebox id="dtFim" width="40%" mold="rounded"
|
|
format="dd/MM/yyyy" maxlength="10"
|
|
constraint="no empty" />
|
|
</row>
|
|
<row>
|
|
<label
|
|
value="${c:l('busquedaLogAuditoriaController.lblCampoAlterado')}" />
|
|
<textbox id="txtCampoAlterado"
|
|
width="70%"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
|
<label
|
|
value="${c:l('busquedaLogAuditoriaController.lblValorNovo')}" />
|
|
<textbox id="txtValorNovo"
|
|
width="70%"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
|
</row>
|
|
<row>
|
|
<label value="${c:l('indexController.mniUsuario.label')}"/>
|
|
<textbox id="txtCveUsuario"
|
|
width="70%"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"/>
|
|
<label
|
|
value="${c:l('busquedaLogAuditoriaController.lblValorAnterior')}" />
|
|
<textbox id="txtValorAnterior"
|
|
width="70%"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
|
</row>
|
|
<row>
|
|
<label value="${c:l('busquedaLogAuditoriaController.lblIdAuditado')}"/>
|
|
<textbox id="txtIdAuditado"
|
|
width="40%"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
<toolbar>
|
|
<button id="btnPesquisa" image="/gui/img/find.png"
|
|
label="${c:l('tooltiptext.btnPesquisa')}"/>
|
|
</toolbar>
|
|
<paging id="pagingLogAuditoria" pageSize="20" />
|
|
<listbox id="logAuditoriaList" use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
|
|
multiple="false" height="50%" vflex="true">
|
|
<listhead sizable="true">
|
|
<listheader image="/gui/img/create_doc.gif"
|
|
label="${c:l('busquedaLogAuditoriaController.lblDtAlteracao')}" width="110px"/>
|
|
<listheader image="/gui/img/create_doc.gif"
|
|
label="${c:l('busquedaLogAuditoriaController.lblIdAuditado')}" width="120px"/>
|
|
<listheader image="/gui/img/create_doc.gif"
|
|
label="${c:l('indexController.mniUsuario.label')}" width="130px"/>
|
|
<listheader image="/gui/img/create_doc.gif"
|
|
label="${c:l('busquedaLogAuditoriaController.lblTipoAlteracao')}" width="110px"/>
|
|
<listheader image="/gui/img/create_doc.gif"
|
|
label="${c:l('busquedaLogAuditoriaController.lblCampoAlterado')}" width="120px"/>
|
|
<listheader image="/gui/img/create_doc.gif"
|
|
label="${c:l('busquedaLogAuditoriaController.lblValorNovo')}" width="240px"/>
|
|
<listheader image="/gui/img/create_doc.gif"
|
|
label="${c:l('busquedaLogAuditoriaController.lblValorAnterior')}" width="240px"/>
|
|
</listhead>
|
|
</listbox>
|
|
</window>
|
|
</zk> |