132 lines
5.1 KiB
Plaintext
132 lines
5.1 KiB
Plaintext
<%@page import = "mnp.crontab.objects.*, mnp.crontab.utility.ui.Res"%>
|
|
<%@page import = "mnp.crontab.command.CrontabCostants" %>
|
|
<%@page import = "mnp.crontab.command.CrontabSession" %>
|
|
<%@page import = "mnp.crontab.objects.ui.TaskBean" %>
|
|
<%@page import = "java.util.*" %>
|
|
<%@page import = "mnp.crontab.utility.Resources"%>
|
|
<jsp:useBean id="resultBean" scope="request" class="mnp.crontab.objects.ui.TaskBean" />
|
|
|
|
<% if (session.isNew()) { session.invalidate(); %>
|
|
<jsp:forward page="sessioneInattivaProject.jsp" />
|
|
<%
|
|
}
|
|
|
|
CrontabSession aCrontabSession =(CrontabSession) session.getAttribute(CrontabCostants.OBJECT_CRONTAB_SESSION);
|
|
|
|
%>
|
|
|
|
<HTML>
|
|
<head>
|
|
<TITLE>
|
|
Mnp
|
|
</TITLE>
|
|
<jsp:include page="/jsp/VerificheScriptCrontab.txt" flush = "true"/>
|
|
<form method="post" action="TaskCommand.do" name="formCentrale">
|
|
<INPUT type="hidden" name="JSP_FUNCTION" value="">
|
|
<INPUT type="hidden" name="modalita" value="<%= resultBean.getModalita() %>">
|
|
<BODY>
|
|
<INPUT type="hidden" name="elementoChecked" value="<%= aCrontabSession.getTaskId() %>">
|
|
<!-- 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%">
|
|
<tbody>
|
|
|
|
<tr>
|
|
<td width = "10%">
|
|
<jsp:include page="/jsp/GUI/Banner.jsp" flush = "true"/>
|
|
</td>
|
|
<td width = "90%" valign="top">
|
|
<DIV align="center" >
|
|
<table border="0" width="100%">
|
|
<tr align = "center" valign = "top" width="45%" bgcolor="#D61414">
|
|
<td><b><i>
|
|
<P class="Titolo"><font color="#FFFFFF">
|
|
<%= (String)Resources.getDay()%></font></P></i></b>
|
|
</td>
|
|
<td align = "right" valign = "top" width="45%" bgcolor="#D61414">
|
|
<b><i>
|
|
<P class="Titolo"><font color="#FFFFFF">GESTIONE TASKS</font></P></i></b>
|
|
</td>
|
|
</tr>
|
|
<tr >
|
|
<td align = "right" valign = "top" width="85%" colspan="5">
|
|
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<table border="0" width="100%">
|
|
<tr >
|
|
<td align = "left" valign = "top" width="85%" colspan="6" bgcolor="#000080">
|
|
<b><i>
|
|
<P class="Titolo"><font color="#FFFFFF"><%= aCrontabSession.getLabelOperazione()%> </font></P></i></b>
|
|
</td>
|
|
</tr>
|
|
<table width="656" border="0" height="408" >
|
|
<tr>
|
|
<td colspan="4" height="21" width="606" align="right"><font color="#D61414"><i>campi obbligatori</i></font>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td width="143" bgcolor="#FFFFCC" height="25"><b><font color="#D61414">Nome </font></b></td>
|
|
<td width="457" height="25" colspan="3"> <input type="text" name="Nome" size="60" maxlength="50" value="<%= resultBean.getNome()%>"></td>
|
|
</tr>
|
|
<tr>
|
|
<td width="143" bgcolor="#FFFFCC" height="25"><b><font color="#D61414">Descrizione</font></b></td>
|
|
<td width="457" height="25" colspan="3">
|
|
|
|
<p> <input type="text" name="Descrizione" size="60" maxlength="50" value="<%= resultBean.getDescrizione()%>"></p>
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td width="143" height="21"></td>
|
|
<td width="457" height="21" colspan="3">
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td width="143" height="21"></td>
|
|
<td colspan="3" height="21" width="457"></td>
|
|
</tr>
|
|
<tr>
|
|
<td bgcolor="#FFFFCC" height="81" width="143"><b>Note</b></td>
|
|
<td height="81" width="457" colspan="3"><textarea rows="7" name="Note" cols="51"><%= resultBean.getNote()%></textarea></td>
|
|
</tr>
|
|
<tr>
|
|
<td width="143" height="21"></td>
|
|
<td width="457" colspan="3" height="21"></td>
|
|
</tr>
|
|
<tr>
|
|
<td width="143" height="21"></td>
|
|
<td width="457" colspan="3" height="21"></td>
|
|
</tr>
|
|
<br>
|
|
<br>
|
|
<br>
|
|
<DIV align="center">
|
|
<TABLE nowrap width="80%">
|
|
<TBODY>
|
|
<TR width="180">
|
|
<TD height="17" nowrap align="center" width="20%" class="hmenu"><A class="hmenu" href="javascript:checkAllFieldTask(document.formCentrale,<%= aCrontabSession.getCmdOperazione() %>)"> Conferma</A></TD>
|
|
<TD height="17" nowrap align="center" width="20%" class="hmenu"><A class="hmenu" href="javascript:resetAllFieldTask(document.formCentrale)"> Reset </A></TD>
|
|
<TD height="17" nowrap align="center" width="20%" class="hmenu"><A class="hmenu" href="javascript:OpenPopUp('<%= CrontabCostants.OPEN_POPUP_INTERVALLI_ATTIVAZIONE%>')"> Intervalli Attivazione </A></TD>
|
|
<TD height="17" nowrap align="center" width="20%" class="hmenu"><A class="hmenu" href="javascript:OpenPopUp('<%= CrontabCostants.OPEN_POPUP_PROCESSI_ASSOCIATI%>')"> Processi Associati</A></TD>
|
|
</TR>
|
|
</TBODY>
|
|
</TABLE>
|
|
</DIV>
|
|
|
|
</table>
|
|
|
|
</table>
|
|
<!-- tabella x menu -->
|
|
</div>
|
|
</table>
|
|
</BODY>
|
|
</form>
|