70 lines
1.6 KiB
Plaintext
70 lines
1.6 KiB
Plaintext
<HTML>
|
|
<head>
|
|
<TITLE>
|
|
Mnp
|
|
</TITLE>
|
|
<%@page import = "mnp.crontab.objects.*, mnp.crontab.utility.ui.Res"%>
|
|
<%@page import = "mnp.crontab.command.ApplicationManagerCostants" %>
|
|
<jsp:include page="/jsp/VerificheScriptCrontab.txt" flush = "true"/>
|
|
<form method="post" action="" name="formCentrale">
|
|
<INPUT type="hidden" name="JSP_FUNCTION" value="">
|
|
<BODY>
|
|
<!-- 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%">
|
|
<tbody>
|
|
<tr>
|
|
<td width = "10%">
|
|
<jsp:include page="/jsp/BannerApplicationManager.jsp" flush = "true"/>
|
|
</td>
|
|
<td width = "90%" valign="top">
|
|
<DIV align="center" >
|
|
|
|
<table cellpadding="0" cellspacing="0" nowrap width="620" colspan="2">
|
|
<tbody>
|
|
<tr height="10"><tr>
|
|
<tr align = "right" valign = "top" width="85%">
|
|
<td width="615" height="10" align="right">
|
|
<b><i><P ><Font size="4" face="Arial" color = "#D61414">MESSAGGIO DI CONFERMA OPERAZIONE</font></P></i></b>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td width="615" >
|
|
<!--fine tabella x menu -->
|
|
<br>
|
|
<br>
|
|
<!-- tabella x menu verticale-->
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td height="59" width="615">
|
|
<p align="center">
|
|
<br>
|
|
<b><i></i></b>
|
|
<br>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td align = "center" width = "85%" height="116">
|
|
<!--fine tabella x menu -->
|
|
<br>
|
|
<br>
|
|
<b><i><P class = "titolo"><%= request.getAttribute(ApplicationManagerCostants.OBJECT_RESULT_BEAN)%></P></i></b>
|
|
<!-- tabella x menu verticale-->
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
</div>
|
|
</tbody>
|
|
</table>
|
|
<!-- tabella x menu -->
|
|
|
|
</BODY>
|
|
</form>
|
|
</HTML> |