AdmMono/web/gui/seguridad/painelEcf.zul

72 lines
3.3 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="winPainelEcf"?>
<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?>
<zk xmlns="http://www.zkoss.org/2005/zul" xmlns:h="http://www.w3.org/1999/xhtml">
<window id="winPainelEcf" border="normal" apply="${painelEcfController}"
width="800px" contentStyle="overflow:auto"
title="${c:l('painelEcfController.window.title')}">
<toolbar>
<hbox spacing="5px" style="padding:1px" align="right">
<button id="btnSalvar" height="20"
image="/gui/img/save.png" width="35px"
tooltiptext="${c:l('painelEcfController.btnSalvar.tooltiptext')}"/>
<button id="btnFechar" height="20"
image="/gui/img/exit.png" width="35px"
onClick="winPainelEcf.detach()"
tooltiptext="${c:l('painelEcfController.btnFechar.tooltiptext')}"/>
</hbox>
</toolbar>
<listbox id="monitoramentoCCFList"
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
vflex="true" multiple="false">
<auxhead>
<auxheader label="Monitor CCF" colspan="7"/>
</auxhead>
<listhead sizable="true">
<listheader id="lhEmpresa" width="10%"
label="${c:l('painelEcfController.lbEmpresa.value')}" />
<listheader id="lhECF" width="10%"
label="${c:l('painelEcfController.lbECF.value')}" />
<listheader id="lhUFInstalacao" width="15%"
label="${c:l('painelEcfController.lbUFInstalacao.value')}" />
<listheader id="lhDataOcorrencia" width="15%"
label="${c:l('painelEcfController.lbDataOcorrencia.value')}" />
<listheader id="lhAgencia" width="10%"
label="${c:l('painelEcfController.lbAgencia.value')}" />
<listheader id="lhSeqCCFQuebrada" width="20%"
label="${c:l('painelEcfController.lbSeqCCFQuebrada.value')}" />
<listheader id="lhDiasAlertaAberto" width="20%"
label="${c:l('painelEcfController.lbDiasAlertaAberto.value')}" />
</listhead>
</listbox>
<h:br /><h:br />
<listbox id="monitoramentoCRZList"
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
vflex="true" multiple="false">
<auxhead>
<auxheader label="Monitor CRZ" colspan="7"/>
</auxhead>
<listhead sizable="true">
<listheader id="lhEmpresaCRZ" width="10%"
label="${c:l('painelEcfController.lbEmpresa.value')}" />
<listheader id="lhECFCRZ" width="10%"
label="${c:l('painelEcfController.lbECF.value')}" />
<listheader id="lhUFInstalacaoCRZ" width="15%"
label="${c:l('painelEcfController.lbUFInstalacao.value')}" />
<listheader id="lhDataOcorrenciaCRZ" width="15%"
label="${c:l('painelEcfController.lbDataOcorrencia.value')}" />
<listheader id="lhAgenciaCRZ" width="10%"
label="${c:l('painelEcfController.lbAgencia.value')}" />
<listheader id="lhSeqCRZQuebrada" width="20%"
label="${c:l('painelEcfController.lbSeqCRZQuebrada.value')}" />
<listheader id="lhDiasAlertaAbertoCRZ" width="20%"
label="${c:l('painelEcfController.lbDiasAlertaAberto.value')}" />
</listhead>
</listbox>
</window>
</zk>