64 lines
1.3 KiB
Plaintext
64 lines
1.3 KiB
Plaintext
<%@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>
|
|
|
|
|