First Commit - Source Code from Reply
This commit is contained in:
143
dbcmnpsrc/FE/mnpdev/mnp/web/jsp/EsitoInvioCessazioneGisp.jsp
Normal file
143
dbcmnpsrc/FE/mnpdev/mnp/web/jsp/EsitoInvioCessazioneGisp.jsp
Normal file
@@ -0,0 +1,143 @@
|
||||
<%@page import = "mnp.utility.ui.PageLoader"%>
|
||||
<%@page import = "mnp.objects.*, mnp.utility.ui.Res, mnp.objects.ui.EsitoRichiestaCA"%>
|
||||
<%@page import = "mnp.objects.ui.InvioCessazioneGispBean"%>
|
||||
<!--jsp:setProperty name="inviaBean" property="*"/-->
|
||||
|
||||
<!--
|
||||
Pagina di ritorno della Invio.jsp
|
||||
-->
|
||||
<HTML>
|
||||
<TITLE>
|
||||
Mnp
|
||||
</TITLE>
|
||||
|
||||
<BODY>
|
||||
<!-- codice java -->
|
||||
<%
|
||||
PageLoader pageLoader = new PageLoader();
|
||||
|
||||
System.out.println ("SONO QUIIIIIIIIIIIIIIIII");
|
||||
// String sNomeFileSelezionato = "";
|
||||
//String sTipoFile = "";
|
||||
//String sTipoProcesso = "";
|
||||
//String sDestinatario = "";
|
||||
//String sModoInvio = "";
|
||||
//String[] aNomeFileGenerati = null;
|
||||
//EsitoRichiestaCA[] esito = null;
|
||||
InvioCessazioneGispBean richiesta = new InvioCessazioneGispBean ();
|
||||
|
||||
if (session.getAttribute("csszBean")!=null)
|
||||
richiesta = (InvioCessazioneGispBean)session.getAttribute("csszBean");
|
||||
System.out.println ("richiesta : " + richiesta);
|
||||
|
||||
java.util.Date dataEspl=richiesta.getDataEspl()!=null?richiesta.getDataEspl():null;
|
||||
|
||||
richiesta.setDataEspl(dataEspl);
|
||||
richiesta.setImsi(richiesta.getImsi()==null?"":richiesta.getImsi());
|
||||
richiesta.setNomeRichiesta(richiesta.getNomeRichiesta()==null?"":richiesta.getNomeRichiesta());
|
||||
richiesta.setNumTel(richiesta.getNumTel()==null?"":richiesta.getNumTel());
|
||||
richiesta.setOloCode(richiesta.getOloCode()==null?"":richiesta.getOloCode());
|
||||
richiesta.setTid(richiesta.getTid()==null?"":richiesta.getTid());
|
||||
richiesta.setCas(richiesta.getCas()==null?"":richiesta.getCas());
|
||||
richiesta.setEsitoOperazione(richiesta.getEsitoOperazione()==null?"":richiesta.getEsitoOperazione());
|
||||
|
||||
String sEsitoOperazione ="";
|
||||
sEsitoOperazione = richiesta.getEsitoOperazione().equals("OK")?"Richiesta di Cessazione Gisp Inviata":"Richiesta di Cessazione Gisp NON Inviata";
|
||||
|
||||
System.out.println ("DOPO ESITO OPERAZIONE");
|
||||
//if((invioCessazioneGispBean != null) && (sEsitoOperazione.equals(""))){
|
||||
//--------------------------------------------------------------//
|
||||
//se sEsitoOperazione è valorizzato allora c-è stato un errore.
|
||||
//--------------------------------------------------------------//
|
||||
// }
|
||||
|
||||
%>
|
||||
<!-- fine codice java -->
|
||||
<!-- intestazione -->
|
||||
<!-- tabella che include il menu verticale -->
|
||||
<table width = "100%">
|
||||
<TR><td width = "100%" bgcolor = "#D61414"> </td><TR>
|
||||
</table>
|
||||
<table width = "100%" >
|
||||
<tr>
|
||||
<td width = "10%">
|
||||
<jsp:include page="/jsp/GUI/Banner.jsp" flush = "true"/>
|
||||
</td>
|
||||
<td align = "right" valign = "top" width = "90%">
|
||||
<!--fine tabella x menu -->
|
||||
|
||||
<BR>
|
||||
<BR>
|
||||
<b><i><P class = "titolo">ESITO RICHISTA CESSAZIONE GISP</P></i></b>
|
||||
|
||||
|
||||
<FORM NAME= "frmSpedisci" ENCTYPE="multipart/form-data">
|
||||
|
||||
<!-- dati -->
|
||||
<TABLE width = "100%" BORDER= "1" class ="border">
|
||||
<TR>
|
||||
<TD nowrap><P class = "normale"> NOME_RICHIESTA </P>
|
||||
</TD>
|
||||
<TD nowrap><P class = "normale"><INPUT TYPE= "text" NAME= "nomeRichiesta" readOnly value="<%=richiesta.getNomeRichiesta()%>" ></INPUT></P>
|
||||
</TD>
|
||||
|
||||
</TR>
|
||||
<TR>
|
||||
<TD nowrap><P class = "normale"> CAS </P>
|
||||
</TD>
|
||||
<TD nowrap><P class = "normale"><INPUT TYPE= "text" NAME= "cas" readOnly value="<%=richiesta.getCas()%>" ></INPUT></P>
|
||||
</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD nowrap><P class = "normale"> NUM_TEL </P>
|
||||
</TD>
|
||||
<TD nowrap><P class = "normale"><INPUT TYPE= "text" NAME= "numTel" readOnly value="<%=richiesta.getNumTel()%>" ></INPUT></P>
|
||||
</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD nowrap><P class = "normale"> DATA_ESPL </P>
|
||||
</TD>
|
||||
<TD nowrap><P class = "normale"><INPUT TYPE= "text" NAME= "dataEspl" readOnly value="<%=richiesta.getDataEspl()%>" ></INPUT></P>
|
||||
</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD nowrap><P class = "normale"> IMSI </P>
|
||||
</TD>
|
||||
<TD nowrap><P class = "normale"><INPUT TYPE= "text" NAME= "imsi" readOnly value="<%=richiesta.getImsi()%>" ></INPUT></P>
|
||||
</TD>
|
||||
</TR>
|
||||
|
||||
<TR>
|
||||
<TD nowrap><P class = "normale">OLO COD</P>
|
||||
</TD>
|
||||
<TD nowrap><P class = "normale"><INPUT TYPE= "text" NAME= "profilo" readOnly value="<%=richiesta.getOloCode()%>" ></INPUT></P>
|
||||
</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD nowrap><P class = "normale">TID</P>
|
||||
</TD>
|
||||
<TD nowrap><P class = "normale"><INPUT TYPE= "text" NAME= "tid" readOnly value="<%=richiesta.getTid()%>" ></INPUT></P>
|
||||
</TD>
|
||||
</TR>
|
||||
|
||||
<BR>
|
||||
<TR>
|
||||
<TD><P class = "normale"> Esito Operazione </P> </TD>
|
||||
<TD><INPUT TYPE="text" SIZE = "80" NAME='txtEsito' readOnly VALUE ='<%=sEsitoOperazione%>'></TD>
|
||||
</TR>
|
||||
<!--pulsanti -->
|
||||
<BR><BR><HR class = "riga">
|
||||
|
||||
<TR>
|
||||
<TD ALIGN= "CENTER"><A class = "linkPage" HREF="<%=Res.ApplContext%>/MainDispatcher?nomePagina=InvioEsitiGispErrore"> << Back </A></TD>
|
||||
</TR>
|
||||
</TABLE>
|
||||
</FORM>
|
||||
<!-- tabella x menu -->
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!-- tabella x menu -->
|
||||
</BODY>
|
||||
</HTML>
|
||||
|
||||
Reference in New Issue
Block a user