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

58 lines
2.8 KiB
Plaintext

<%@page import = "mnp.crontab.objects.*, mnp.crontab.utility.ui.Res"%>
<%@page import = "mnp.crontab.command.*" %>
<% if (session.isNew()) { session.invalidate(); %>
<jsp:forward page="sessioneInattivaProject.jsp" />
<%
} %>
<html>
<head>
<LINK REL="stylesheet" TYPE="text/css" HREF="<%=Res.ApplContext%>/jsp/GUI/GUIStyle.css">
</head>
<body>
<table width = "160" bgcolor = "#D61414" height="100%">
<TR>
<TD align = "center"><IMG SRC ="<%=Res.ApplContext%>/images/LogoMnp.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">APPLICATION
MANAGER</font></TD></TR>
<TR><TD nowrap align= "center"><FONT class = "bannerVertTitolo"></FONT></TD></TR>
<TR><TD nowrap align= "center"><HR class = "riga"></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 = "javascript:buttonActionMenu(document.formCentrale,<%= CrontabCostants.FNC_APPLICATION_MANAGER %>,'Index.do')">
<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><p align="center"><font color="#FFFF00" >SISTEMI INTERNI</font></p></TD></TR>
<TR><TD><A HREF = "javascript:buttonActionMenu(document.formCentrale,<%= ApplicationManagerCostants.FNC_CONFIGURAZIONE_SISTEMI_INTERNI %>,'SistemiCommand.do' )" class = "linkBanner">>
CONFIGURAZIONE</A></TD></tr>
<TR><TD>&nbsp;</TD></TR>
<TR><TD><p align="center"><font color="#FFFF00" >SISTEMA XML</font></p></TD></TR>
<TR><TD><A HREF = "javascript:buttonActionMenu(document.formCentrale,<%= ApplicationManagerCostants.FNC_CONFIGURAZIONE_XML %>,'XMLCommand.do' )" class = "linkBanner">>
CONFIGURAZIONE</A></TD></tr>
<TR><td>&nbsp;</td></TR>
<TR><td height="50">&nbsp</td></TR>
<TR><TD><A HREF = "javascript:buttonActionMenu(document.formCentrale,<%= ApplicationManagerCostants.FNC_LOGOUT_APPLICATION %>,'SistemiCommand.do')" class = "linkBanner">> GUI - MNP</A></TD></tr>
<TR><td height="50">&nbsp</td></TR>
<TR><td height="100">&nbsp</td></TR>
<TR><td>&nbsp</td></TR>
</table>
</body>
</html>