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,63 @@
<%@page import = "java.util.*, mnp.objects.dao.*,mnp.objects.*,mnp.command.*"%>
<%@page import = "mnp.utility.ui.Res"%>
<html>
<head>
<title>
Lancia Report
</title>
</head>
<jsp:useBean id="resultBean" scope="request" class="mnp.objects.result.FilterResult"/>
<!-- tabella che include il menu verticale -->
<table width = "100%" class = "tableBannerRosso" border = 0>
<tr>
<td align = "left" width = "100%"><IMG border = 0 SRC ="<%=Res.ApplContext%>/images/banner.gif"></td>
</tr>
</table>
<table width = "100%" >
<tr>
<td width = "10%">
<jsp:include page="/jsp/GUI/Banner.jsp" flush = "true"/>
</td>
<td align = "right" valign = "top" width = "90%">
<!--fine tabella x menu -->
<br>
<br>
<!-- titolo -->
<b><i><P class = "titolo">LANCIO DEI REPORT</P></i></b>
<!-- fine titolo -->
<!-- pulsanti -->
<TABLE width = "100%">
<TR>
<td align = "center">
<b><font class='normaleTab'>Report lanciato con successo: Verificare la creazione del report</font></b>
</td>
</tr>
<tr>
<td>
</td>
</tr>
<tr>
<td align = "center">
<A class = "linkPage" HREF="<%=Res.ApplContext%>/jsp/GUI/GestioneReport.jsp"> << Back </A></P>
</TD>
</TR>
</TABLE>
<!-- tabella x menu -->
</td>
</tr>
</table>
<!-- tabella x menu -->
</BODY>
</HTML>