105 lines
3.6 KiB
Plaintext
105 lines
3.6 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.*" %>
|
|
<jsp:useBean id="resultBean" scope="request" class="mnp.crontab.objects.ui.TaskBean" />
|
|
<%@page import = "mnp.crontab.utility.Resources"%>
|
|
|
|
<% 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">ATTIVITA' GIORNALIERA</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="331" >
|
|
<tr>
|
|
<td colspan="3" height="41" width="648" align="right">
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td width="642" bgcolor="#FFFFCC" height="44" colspan="3"> <b><i>Task Emergenza</i></b></td>
|
|
</tr>
|
|
<tr>
|
|
<td width="648" height="176" colspan="3">
|
|
<p align="center"><b><i><font color="#D61414">Questo task è
|
|
utilizzato per una emergenza.</font></i></b></p>
|
|
<p align="center"><b><i><font color="#D61414">Basta
|
|
associargli i processi.</font></i></b></td>
|
|
</tr>
|
|
</table>
|
|
<center>
|
|
<TABLE nowrap width="40%">
|
|
<TBODY>
|
|
<TR width="90">
|
|
<TD height="17" nowrap align="center" width="20%" class="hmenu"><A class="hmenu" href="javascript:buttonAction(document.formCentrale,<%= aCrontabSession.getCmdOperazione() %>,'','n')"> Conferma</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>
|
|
</center>
|
|
|
|
|
|
</table>
|
|
<!-- tabella x menu -->
|
|
</div>
|
|
</table>
|
|
</BODY>
|
|
</form>
|
|
|