| 123456789101112131415161718192021 |
- <%@ include file="../common/header.jsp" %>
- <form name="upload" action="upload.do" method="POST" enctype="multipart/form-data" >
- <input type="hidden" name="action"/>
- <input type="hidden" name="sequence"/>
- <input type="hidden" name="redirect" value="create"/>
-
- <table width="100%" border="0" align="center" cellpadding="2" cellspacing="4">
- <td class="titleHeader" align="left"><bean:message key="project.eodConfig.key"/> Notification</td>
- </table>
-
- <table border="0" width="98%" align="center" class="td" cellpadding="2" cellspacing="1">
- <tr>
- <td>
- <font color="#FF0000">*</font>
- <b>Connection to core has been closed because of EOD</b>
- </td>
- </tr>
- </table>
- </FORM>
- <%@ include file="../common/footer.jsp" %>
|