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

67 lines
1.8 KiB
Plaintext

<html>
<head>
<title>
Scelta Processo per Annullamenti Massivi
</title>
</head>
<%@page import = "mnp.objects.*"%>
<%@page import = "mnp.utility.ui.Res"%>
<!-- 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 -->
<br>
<br>
<b><i><P class = "titolo" align = 'right'>ANNULLAMENTO FORZATO RICHIESTE DBC: selezione processo MNP</P></i></b>
<!-- titolo della tabella --->
<form name = 'sceltaProcesso' method= 'post' action = "<%=Res.ApplContext%>/jsp/GUI/AnnullamentoMassivo.jsp">
<table width='100%' border='1'>
<tr>
<td class= 'tdCeleste' align= 'left'><font class = 'normaleTab'>Seleziona il processo di MNP:</font></td>
</tr>
<tr>
<td class= 'tdGiallo' align='left'>
<input type='radio' name='proc' value='<%=ProcessMapper.proc_RECIPIENT%>' checked ><font class = 'normaleTab'>Recipient</font><br>
<input type='radio' name='proc' value='<%=ProcessMapper.proc_CESS_PORTING%>'><font class = 'normaleTab'>Cessazione Porting</font><br>
<input type='radio' name='proc' value='<%=ProcessMapper.proc_DONOR%>'><font class = 'normaleTab'>Donor</font><br>
</td>
</tr>
</table>
<!-- pulsanti -->
<BR><BR><HR class = "riga">
<TABLE width = "100%">
<TR>
<TD ALIGN= "CENTER"><INPUT TYPE= "submit" NAME= "AVANTI" VALUE= "AVANTI"></TD>
</TR>
</TABLE>
</form>
<!-- tabella x menu -->
</td>
</tr>
</table>
<!-- tabella x menu -->
</BODY>
</HTML>