91 lines
3.1 KiB
Plaintext
91 lines
3.1 KiB
Plaintext
<%@page import="java.io.*, javax.servlet.*, javax.servlet.http.*, java.util.*, java.io.*, java.net.*"%>
|
|
<%@page import="java.awt.print.*"%>
|
|
<%@page import="mnp.database.*,mnp.utility.ui.PageLoader, mnp.objects.ui.RicezioneAttCessGispBean,mnp.objects.ui.RicezioneEsitiGISPBean"%>
|
|
<%@page import="mnp.objects.*, mnp.utility.ui.Res"%>
|
|
<%@page import="java.text.DateFormat, java.text.SimpleDateFormat"%>
|
|
|
|
<HTML>
|
|
<TITLE>Mnp</TITLE>
|
|
<BODY>
|
|
|
|
|
|
|
|
<jsp:useBean id="ricezioneNotificaGispBean" scope="session" class="mnp.objects.ui.RicezioneNotificaGispBean"/>
|
|
|
|
|
|
<%
|
|
String txtDate = ricezioneNotificaGispBean.getDataOdierna();
|
|
|
|
%>
|
|
<script>
|
|
function doAnnulla(){
|
|
document.getElementById('frmMsisdn').value='<%=ricezioneNotificaGispBean.getMsisdn()%>';
|
|
}
|
|
|
|
function myShowCalendar(){
|
|
var f = document.getElementById('frmDataEspl');
|
|
format="dd/mm/yyyy";
|
|
popUpCalendar(f, f, format);
|
|
}
|
|
|
|
|
|
</script>
|
|
<!-- 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">FORZATURA GISP - NOTIFICA ATTIVAZIONE/CESSAZIONE</P></i></b>
|
|
|
|
|
|
<FORM NAME= "frmRicezioneAttCessGisp" ENCTYPE="multipart/form-data" METHOD="POST" ACTION="<%=Res.ApplContext%>/FileUploadServlet" id="frmNotificaGisp">
|
|
<!-- per riconoscere che pagina è -->
|
|
<INPUT TYPE= "hidden" NAME= "pageNotificaGisp"></INPUT>
|
|
<INPUT TYPE= "hidden" NAME= "frmSysDateHidden" value='<%=txtDate%>'></INPUT>
|
|
<INPUT TYPE= "hidden" NAME= "frmTipoEvento" value='<%=ricezioneNotificaGispBean.getTipoEvento()%>'></INPUT>
|
|
<INPUT TYPE= "hidden" NAME= "frmIdRichiestaHidden" value='<%=ricezioneNotificaGispBean.getIdRichiesta()%>'></INPUT>
|
|
<INPUT TYPE= "hidden" NAME= "frmMsisdn" value='<%=ricezioneNotificaGispBean.getMsisdn()%>'></INPUT>
|
|
<!-- dati -->
|
|
<TABLE width = "100%" BORDER= "1" class ="border">
|
|
<TR>
|
|
<TD><P class = "normale">Data Invio Notifica</P></TD>
|
|
<TD nowrap><P class = "normale"><INPUT TYPE= "text" NAME= "frmSysDate" value="<%=txtDate%>" disabled="false"></INPUT></P></TD>
|
|
</TR>
|
|
<TR>
|
|
<TD><P class = "normale">Msisdn</P></TD>
|
|
<TD nowrap><P class = "normale"><INPUT TYPE= "text" NAME= "frmMsisdn" value="<%=ricezioneNotificaGispBean.getMsisdn()%>" length="15" maxlength="15" disabled="false"></INPUT></P></TD>
|
|
</TR>
|
|
<TR>
|
|
<TD><P class = "normale">Tipo Evento</P></TD>
|
|
<TD nowrap><P class = "normale"><INPUT TYPE= "text" NAME= "frmTipoEvento" value="<%=ricezioneNotificaGispBean.getTipoEvento()%>" disabled="false"></INPUT></P></TD>
|
|
<TR><TD colspan="6"> </TD>
|
|
</TR>
|
|
</TABLE>
|
|
<BR>
|
|
<!-- pulsanti -->
|
|
<BR><HR class = "riga">
|
|
<TABLE width = "100%">
|
|
<TR>
|
|
<TD ALIGN= "CENTER"><INPUT TYPE= "button" NAME= "btnAnnulla" VALUE= " ANNULLA " onClick="doAnnulla();"></TD>
|
|
<TD ALIGN= "CENTER"><INPUT TYPE= "submit" NAME= "btnNotificaGisp" VALUE= " ACQUISISCI "></TD>
|
|
</TR>
|
|
</TABLE>
|
|
</FORM>
|
|
<!-- tabella x menu -->
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<!-- tabella x menu -->
|
|
</BODY>
|
|
</HTML>
|
|
|
|
|