49 lines
2.3 KiB
Plaintext
49 lines
2.3 KiB
Plaintext
<%@page import = "mnp.objects.*, mnp.utility.ui.Res"%>
|
|
<LINK REL="stylesheet" TYPE="text/css" HREF="<%=Res.ApplContext%>/jsp/normal.css">
|
|
|
|
<jsp:include page="/jsp/VerificheScript.txt" flush = "true"/>
|
|
<html>
|
|
<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> </TD></tr>
|
|
|
|
<tr><TD nowrap align= "center"><FONT class = "bannerVertTitolo">MNP</FONT></TD></tr>
|
|
<tr><TD nowrap align= "center"><FONT class = "bannerVertTitolo">FORZATURA PREVALIDAZIONI</FONT></TD></tr>
|
|
<tr><TD nowrap align= "center"><HR class = "riga"></TD></tr>
|
|
<tr><TD> </TD></tr>
|
|
<tr><TD><A HREF = "<%=Res.ApplContext%>/MainDispatcher?nomePagina=ForzaturaPrevalidazione" class = "linkBanner">>ELABORA</A></TD></tr>
|
|
|
|
<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> </TD></tr>
|
|
<tr><TD> </TD></tr>
|
|
<tr><TD> </TD></tr>
|
|
<tr><TD> </TD></tr>
|
|
<tr><TD> </TD></tr>
|
|
<tr><TD> </TD></tr>
|
|
<tr><TD> </TD></tr>
|
|
<tr><TD> </TD></tr>
|
|
<tr><TD> </TD></tr>
|
|
<tr><TD> </TD></tr>
|
|
<tr><TD> </TD></tr>
|
|
<tr><TD> </TD></tr>
|
|
<tr><TD> </TD></tr>
|
|
<!-- <TD><A HREF = "/MainDispatcher?nomePagina=Mail">MAIL</A></TD> -->
|
|
</table>
|
|
</body>
|
|
</html>
|