67 lines
1.8 KiB
Plaintext
67 lines
1.8 KiB
Plaintext
<html>
|
|
<head>
|
|
<title>
|
|
Scelta Processo per Simulazione esiti da MSS
|
|
</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'>SIMULAZIONE ESITI DA MSS: selezione processo MNP</P></i></b>
|
|
<!-- titolo della tabella --->
|
|
|
|
<form name = 'sceltaProcesso' method= 'post' action = "<%=Res.ApplContext%>/jsp/GUI/SimulazioneMSS.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='tipoProcesso' value='<%=ProcessMapper.proc_DONOR%>' checked><font class = 'normaleTab'>Donor</font><br>
|
|
<input type='radio' name='tipoProcesso' value='<%=ProcessMapper.proc_RECIPIENT%>'><font class = 'normaleTab'>Recipient</font><br>
|
|
<input type='radio' name='tipoProcesso' value='<%=ProcessMapper.proc_CESS%>'><font class = 'normaleTab'>Cessazione</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>
|
|
|
|
|