eodConfig_notification.jsp 741 B

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