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

78 lines
1.9 KiB
Plaintext

<html>
<head>
<title>
SimulazioneMSS
</title>
</head>
<script language = 'javascript'>
</script>
<%@page import = "mnp.utility.ui.Res"%>
<%@page import = "mnp.objects.dao.*, mnp.objects.filter.*, mnp.objects.*"%>
<%@page import = "java.util.*, mnp.command.*, mnp.utility.*, mnp.database.*"%>
<!-- COPY -->
<!-- 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 = "left" valign = "top" width = "90%">
<!--fine tabella x menu -->
<!-- /COPY -->
<%
String tipoProcesso = request.getParameter("tipoProcesso");
if(tipoProcesso==null)
throw new Exception("Processo MNP non selezionato");
%>
<br>
<br>
<b><i><P class = "titolo" align = 'right'>SIMULAZIONE ESITI DA MSS: Selezione del file di richieste</P></i></b>
<!-- titolo della tabella --->
<form name = 'annullaForm' ENCTYPE="multipart/form-data" method= 'post' action = "<%=Res.ApplContext%>/<%=CommandsDef.SHOW_RIC_DA_SIMULARE_MSS_DO%>" onSubmit = "return checkFile(this.simulazioneFile.value)">
<table width='100%' border='1'>
<tr>
<td class= 'tdCeleste' align= 'left'><font class = 'normaleTab'>Seleziona il file di richieste da Simulare:</font></td>
</tr>
<tr>
<td class= 'tdGiallo' align='left'>
<input type='file' name='simulazioneFile'>
</td>
</tr>
</table>
<!-- pulsanti -->
<BR><BR><HR class = "riga">
<TABLE width = "100%">
<TR>
<TD ALIGN= "CENTER"><INPUT TYPE= "submit" NAME= "CONFERMA" VALUE= "CONFERMA"></TD>
</TR>
</TABLE>
<input type='hidden' name='tipoProcesso' value='<%=tipoProcesso%>'>
</form>
<!-- tabella x menu -->
</td>
</tr>
</table>
<!-- tabella x menu -->
</BODY>
</HTML>