Files
gateway-mnp-dbc/dbcmnpsrc/FE/mnpdev/mnp/web/jsp/Banner.jsp
2024-05-13 12:54:14 +02:00

66 lines
3.4 KiB
Plaintext

<%@page import = "mnp.objects.*, mnp.utility.ui.Res,mnp.objects.ui.LoginBean, mnp.database.dao.ProfiloDAO"%>
<LINK REL="stylesheet" TYPE="text/css" HREF="<%=Res.ApplContext%>/jsp/normal.css">
<jsp:include page="/jsp/VerificheScript.txt" flush = "true"/>
<html>
<%
LoginBean aLoginBean = (LoginBean) session.getAttribute("LoginBean");
ProfiloDAO pr = new ProfiloDAO();
aLoginBean.setListFunction(pr.listFunctionApplication(aLoginBean.getCodiceProfilo()));
%>
<iframe src="/MNP-GUI/jsp/GUI/Empty.jsp" width="0" height="0"></iframe>
<table HEIGHT= "100%" width = "10%" bgcolor = "#D61414">
<tr>
<TD align = "center"><IMG SRC ="<%=Res.ApplContext%>/images/LogoTim.gif"></TD>
</tr>
<tr><TD>&nbsp</TD></tr>
<tr><TD nowrap align= "center"><FONT class = "bannerVertTitolo">MNP</FONT></TD></tr>
<tr><TD nowrap align= "center"><FONT class = "bannerVertTitolo">CANALE ALTERNATIVO</FONT></TD></tr>
<tr><TD nowrap align= "center"><HR class = "riga"></TD></tr>
<tr><TD>&nbsp</TD></tr>
<!-- <tr><TD><A HREF = "/jsp/Login.jsp" class = "linkBanner">> LOG-IN</A></TD></tr>-->
<tr><TD><A HREF = "<%=Res.ApplContext%>/MainDispatcher?nomePagina=Acquisisci" class = "linkBanner">> ACQUISISCI</A></TD></tr>
<tr><TD><A HREF = "<%=Res.ApplContext%>/MainDispatcher?nomePagina=Invio" class = "linkBanner">> INVIA</A></TD></tr>
<tr><TD><A HREF = "<%=Res.ApplContext%>/MainDispatcher?nomePagina=Reinvia" class = "linkBanner">> RINVIA</A></TD></tr>
<tr><TD><A HREF = "<%=Res.ApplContext%>/MainDispatcher?nomePagina=Dir" class = "linkBanner">> LISTA FILE</A></TD></tr>
<tr><TD><A HREF = "<%=Res.ApplContext%>/MainDispatcher?nomePagina=InvioFS" class = "linkBanner">> RECUPERI FUORI STANDARD</A></TD></tr>
<!--Modifica del 26-03-2010 -->
<!-- tr><TD><A HREF = "<%=Res.ApplContext%>/ShowConsole.do" class = "linkBanner">>RECUPERI FUORI STANDARD</A></TD></tr -->
<!--Fine Modifica del 26-03-2010 -->
<tr><TD><A HREF = "#" onClick="return logout()" class = "linkBanner">> LOG-OUT</A></TD></tr>
<!-- Casetta Home back e forward -->
<TR><TD 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>
<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>
<!-- <TD><A HREF = "/MainDispatcher?nomePagina=Mail">MAIL</A></TD> -->
</table>
</body>
</html>