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

64 lines
2.1 KiB
Plaintext

<html>
<head>
<title>
BloccoSbloccoMassivo
</title>
</head>
<%@page import = "mnp.utility.ui.Res"%>
<%@page import = "mnp.command.*"%>
<body>
<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%">
<br>
<br>
<b><i><P class = "titolo" align = 'right'>BLOCCO SBLOCCO MASSIVO RICHIESTE RECIPIENT</P></i></b>
<form name='bloccoSbloccoMassivoForm' ENCTYPE='multipart/form-data' method='post' action='<%=Res.ApplContext+"/"+CommandsDef.BLOCCO_SBLOCCO_REC_MASSIVO_DO%>'>
<table width='100%' border='1'>
<tr>
<td class= 'tdCeleste' align= 'left'><font class = 'normaleTab'>Selezionare il file:</font></td>
<td class= 'tdCeleste' align= 'left'><font class = 'normaleTab'>Selezionare il tipo di operazione:</font></td>
</tr>
<tr>
<td class = 'tdBianco'>&nbsp</td>
<td class = 'tdBianco'>&nbsp</td>
</tr>
<tr>
<td class= 'tdGiallo' align='left'>
<input type='file' name='bloccoSbloccoFile'>
</td>
<td class= 'tdGiallo' align='left'>
<input type='radio' name='bloccoSbloccoRadio' value='blocco' checked/> <font class = 'normaleTab'>Blocco</font><br>
<input type='radio' name='bloccoSbloccoRadio' value='sblocco'/> <font class = 'normaleTab'>Sblocco</font><br>
</td>
</tr>
</table>
<!-- Inserisco i pulsanti -->
<br><br> <hr class="riga">
<table width="100%">
<tr>
<td align="center"> <input type="submit" name="conferma" value="conferma"/></td>
<input type='hidden' name='tipoProcesso' value='recipient'>
</tr>
</table>
</form>
</td>
</tr>
</table>
</body>
</html>