90 lines
3.4 KiB
XML
90 lines
3.4 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" height="600px"
|
|
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>
|
|
<grid fixedLayout="true">
|
|
<columns>
|
|
<column />
|
|
</columns>
|
|
<rows>
|
|
<row>
|
|
<listbox id="monitoramentoCCFList"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
|
|
multiple="false" height="200px">
|
|
<auxhead>
|
|
<auxheader label="Monitor CCF" colspan="7" />
|
|
</auxhead>
|
|
<listhead sizable="true">
|
|
<listheader id="lhEmpresa" width="20%"
|
|
label="${c:l('painelEcfController.lbEmpresa.value')}" />
|
|
<listheader id="lhECF" width="20%"
|
|
label="${c:l('painelEcfController.lbECF.value')}" />
|
|
<listheader id="lhUFInstalacao" width="10%"
|
|
label="${c:l('painelEcfController.lbUFInstalacao.value')}" />
|
|
<listheader id="lhDataOcorrencia"
|
|
width="10%"
|
|
label="${c:l('painelEcfController.lbDataOcorrencia.value')}" />
|
|
<listheader id="lhAgencia" width="20%"
|
|
label="${c:l('painelEcfController.lbAgencia.value')}" />
|
|
<listheader id="lhSeqCCFQuebrada"
|
|
width="10%"
|
|
label="${c:l('painelEcfController.lbSeqCCFQuebrada.value')}" />
|
|
<listheader id="lhDiasAlertaAberto"
|
|
width="10%"
|
|
label="${c:l('painelEcfController.lbDiasAlertaAberto.value')}" />
|
|
</listhead>
|
|
</listbox>
|
|
</row>
|
|
<row>
|
|
<listbox id="monitoramentoCRZList"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
|
|
multiple="false" height="200px">
|
|
<auxhead>
|
|
<auxheader label="Monitor CRZ" colspan="7" />
|
|
</auxhead>
|
|
<listhead sizable="true">
|
|
<listheader id="lhEmpresaCRZ" width="20%"
|
|
label="${c:l('painelEcfController.lbEmpresa.value')}" />
|
|
<listheader id="lhECFCRZ" width="20%"
|
|
label="${c:l('painelEcfController.lbECF.value')}" />
|
|
<listheader id="lhUFInstalacaoCRZ"
|
|
width="10%"
|
|
label="${c:l('painelEcfController.lbUFInstalacao.value')}" />
|
|
<listheader id="lhDataOcorrenciaCRZ"
|
|
width="10%"
|
|
label="${c:l('painelEcfController.lbDataOcorrencia.value')}" />
|
|
<listheader id="lhAgenciaCRZ" width="20%"
|
|
label="${c:l('painelEcfController.lbAgencia.value')}" />
|
|
<listheader id="lhSeqCRZQuebrada"
|
|
width="10%"
|
|
label="${c:l('painelEcfController.lbSeqCRZQuebrada.value')}" />
|
|
<listheader id="lhDiasAlertaAbertoCRZ"
|
|
width="20%"
|
|
label="${c:l('painelEcfController.lbDiasAlertaAberto.value')}" />
|
|
</listhead>
|
|
</listbox>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
</window>
|
|
</zk>
|