First Commit - Source Code from Reply

This commit is contained in:
vincenzofariello
2024-05-13 12:54:14 +02:00
parent 73e32a5020
commit a15aee1f08
11184 changed files with 1065913 additions and 0 deletions

View File

@@ -0,0 +1,271 @@
<%@page import = "mnp.command.CommandsDef,mnp.database.dao.ProfiloDAO,mnp.objects.ProcessMapper, mnp.objects.ui.LoginBean,mnp.utility.ui.Res"%>
<%@ page import="mnp.crontab.utility.Resources" %>
<html>
<head>
<%
LoginBean aLoginBean = (LoginBean) session.getAttribute("LoginBean");
ProfiloDAO pr = new ProfiloDAO();
aLoginBean.setListFunction(pr.listFunctionApplication(aLoginBean.getCodiceProfilo()));
%>
<LINK REL="stylesheet" TYPE="text/css" HREF="<%=Res.ApplContext%>/jsp/GUI/GUIStyle.css"/>
<jsp:include page="/jsp/GUI/GUIReportScript.txt" flush="true"/>
<jsp:include page="/jsp/GUI/GUIScript.txt" flush="true"/>
<jsp:include page="/jsp/popcalendar.txt" flush="true"/>
</head>
<body>
<iframe src="/MNP-GUI/jsp/GUI/Empty.jsp" width="0" height="0"></iframe>
<table class = "tableBannerRosso" HEIGHT= "100%" width = "130px">
<br>
<tr>
<td height='1px' align="center">
<img SRC ="<%=Res.ApplContext%>\images\LogoMnp.gif"/>
</td>
</tr>
<!--Modifica del 25-03-2010 -->
<tr>
<td height='1px' nowrap>
<a href="<%=CommandsDef.SHOW_RIC_FILTER_DO%>" class="linkBanner">
> RICERCA RICHIESTE
</a>
</td>
</tr>
<tr>
<td>&nbsp</td>
</tr>
<!--<TR><TD height = '1px' nowrap><A HREF = "<%=CommandsDef.SHOW_STATE_FILTER_DO%>" class = "linkBanner">> STATO RICHIESTE</A></TD></TR>
<TR><TD>&nbsp</TD></TR>
<% if (aLoginBean.visualizzaFunction("ShowListaRichiesteBloccate.do"))
{ %>
<TR><TD height = '1px' nowrap><A HREF = "<%=Res.ApplContext+"/"+CommandsDef.SHOW_LISTA_RICHIESTE_BLOCCATE_DO%>?cmdFrom=blocco&process=D" class = "linkBanner">> RICHIESTE DONOR BLOCCATE</A></TD></TR>
<TR><TD>&nbsp</TD></TR>
<TR><TD height = '1px' nowrap><A HREF = "<%=Res.ApplContext+"/"+CommandsDef.SHOW_LISTA_RICHIESTE_BLOCCATE_DO%>?cmdFrom=blocco&process=R" class = "linkBanner">> RICHIESTE RECIPIENT BLOCCATE</A></TD></TR>
Fine Modifica del 25-03-2010 -->
<!-- Aggiunto Link per il Blocco Sblocco Massivo-->
<!--Modifica del 25-03-2010 -->
<!--
<TR><TD>&nbsp</TD></TR>
<TR><TD height = '1px' nowrap><A HREF = "<%=Res.ApplContext%>/jsp/GUI/BloccoSbloccoMassivo.jsp" class = "linkBanner">> BLOCCO SBLOCCO MASSIVO</A></TD></TR>
<TR><TD>&nbsp</TD></TR>
<% } %>
Fine Modifica del 25-03-2010 -->
<% if (aLoginBean.visualizzaFunction("GestioneReport.jsp")) { %>
<tr>
<td height='1px' nowrap>
<a href="<%=Res.ApplContext%>/jsp/GUI/GestioneReport.jsp" class="linkBanner">
> GESTIONE REPORT
</a>
</td>
</tr>
<tr>
<td>&nbsp</td>
</tr>
<% } %>
<% if (aLoginBean.visualizzaFunction("PresentazioneCA.jsp")) { %>
<tr>
<td height='1px' nowrap>
<a href="<%=Res.ApplContext%>/jsp/PresentazioneCA.jsp" class="linkBanner">
> CAN.ALTERNATIVO
</a>
</td>
</tr>
<tr>
<td>&nbsp</td>
</tr>
<% } %>
<% if (aLoginBean.visualizzaFunction("SceltaProcessoAnnullamenti.jsp")) { %>
<tr>
<td height='1px' nowrap>
<a href="<%=Res.ApplContext%>/jsp/GUI/AnnullamentoMassivo.jsp?proc=<%=ProcessMapper.proc_CESS_PORTING%>" class="linkBanner">
> ANNUL. MASSIVO
</a>
</td>
</tr>
<tr>
<td>&nbsp</td>
</tr>
<% } %>
<% if (aLoginBean.visualizzaFunction("SceltaProcesso.jsp")) { %>
<tr>
<td height='1px' nowrap>
<a href="<%=Res.ApplContext%>/jsp/GUI/SceltaProcesso.jsp" class="linkBanner">
> SIMULAZIONE MSS
</a>
</td>
</tr>
<tr>
<td>&nbsp</td>
</tr>
<% } %>
<% if (aLoginBean.visualizzaFunction("PresentazioneFP.jsp")) { %>
<tr>
<td height='1px' nowrap>
<a href="<%=Res.ApplContext%>/jsp/PresentazioneFP.jsp" class="linkBanner">
> FORZATURA PREVALIDAZIONI
</a>
</td>
</tr>
<tr>
<td>&nbsp</td>
</tr>
<% } %>
<% if (aLoginBean.visualizzaFunction("SceltaReportMancateAzioni.do")) { %>
<tr>
<td height='1px' nowrap>
<a href="<%=CommandsDef.SCEGLI_REPORT_MANCATE_AZIONI_DO%>?tipoOperazione=combo" class="linkBanner">
> MANCATE AZIONI
</a>
</td>
</tr>
<tr>
<td>&nbsp</td>
</tr>
<% } %>
<% if (aLoginBean.visualizzaFunction("InvioEsitiGisp.jsp")) { %>
<tr>
<td height='1px' nowrap>
<a href="<%=Res.ApplContext%>/jsp/InvioEsitiGisp.jsp" class="linkBanner">
> SIMULAZIONE INVIO ESITI GISP
</a>
</td>
</tr>
<tr>
<td>&nbsp</td>
</tr>
<% } %>
<% if (aLoginBean.visualizzaFunction("RicezioneEsitiGisp.jsp")) { %>
<tr>
<td height='1px' nowrap>
<a href="<%=Res.ApplContext%>/jsp/RicezioneEsitiGisp.jsp" class="linkBanner">
> SIMULAZIONE RICEZIONE ESITI GISP
</a>
</td>
</tr>
<tr>
<td>&nbsp</td>
</tr>
<% } %>
<% if (aLoginBean.visualizzaFunction("TaskPic.jsp")) { %>
<tr>
<td height='1px' nowrap>
<a href="<%=Res.ApplContext%>/jsp/TaskPic.jsp" class="linkBanner">
> TASK PIC
</a>
</td>
</tr>
<tr>
<td>&nbsp</td>
</tr>
<% } %>
<% if (aLoginBean.visualizzaFunction(CommandsDef.SHOW_KPI_VIEW)) { %>
<tr>
<td height='1px' nowrap>
<a href="<%=CommandsDef.SHOW_KPI_VIEW%>" class="linkBanner">
> REPORT KPI
</a>
</td>
</tr>
<tr>
<td>&nbsp</td>
</tr>
<% } %>
<tr>
<td height='1px' nowrap>
<a href="<%=CommandsDef.SHOW_LISTA_FILE_REINVIABILI_DO%>" class="linkBanner">
> FILE REINVIABILI: <%=aLoginBean.getReinvNum()%>
</a>
</td>
</tr>
<tr>
<td>&nbsp</td>
</tr>
<tr>
<td height='1px' nowrap>
<a href="<%=CommandsDef.SHOW_LISTA_FILE_NON_REINVIABILI_DO%>" class="linkBanner">
> FILE NON REINVIABILI: <%=aLoginBean.getNonReinvNum()%>
</a>
</td>
</tr>
<tr>
<td>&nbsp</td>
</tr>
<tr>
<td>
<a href="#" onClick="return logout('<%=Resources.getURL_LOGOUT_PCS()%>')" class="linkBanner">
> LOG-OUT
</a>
</td>
</tr>
<!-- Casetta Home back e forward -->
<tr>
<td height='1px' width="100%" bgcolor="#D61414" align="center">
<a href ='javascript:history.back()'>
<img border=0 SRC="<%=Res.ApplContext%>/images/back.gif"/>
</a>
<a href="<%=Res.ApplContext%>/jsp/Presentazione.jsp" class="linkBanner">
<img border=0 SRC="<%=Res.ApplContext%>/images/casetta.gif">
</a>
<a href ='javascript:history.forward()'>
<img border=0 SRC="<%=Res.ApplContext%>/images/forward.gif">
</a>
</td>
</tr>
<tr>
<td>&nbsp</td>
</tr>
<tr>
<td>&nbsp</td>
</tr>
<tr>
<td>&nbsp</td>
</tr>
<tr>
<td>&nbsp</td>
</tr>
<tr>
<td>&nbsp</td>
</tr>
<tr>
<td>&nbsp</td>
</tr>
<tr>
<td>&nbsp</td>
</tr>
<tr>
<td>&nbsp</td>
</tr>
</table>
</iframe>
</body>
</html>