eodConfig_notification.jsp 942 B

1234567891011121314151617181920212223242526272829303132
  1. <%@ include file="../common/header.jsp" %>
  2. <script type="text/javascript" language="javascript">
  3. <!--
  4. function doBack(){
  5. document.forms.upload.action.value="upload";
  6. document.forms.upload.submit();
  7. }
  8. -->
  9. </script>
  10. <form name="upload" action="upload.do" method="POST" enctype="multipart/form-data" >
  11. <input type="hidden" name="action">
  12. <input type="hidden" name="sequence">
  13. <input type="hidden" name="redirect" value="create">
  14. <table width="100%" border="0" align="center" cellpadding="2" cellspacing="4">
  15. <tr>
  16. <td class="titleHeader" align="left"><bean:message key="project.eodConfig.key"/> Notification</td>
  17. </tr>
  18. </table>
  19. <table border="0" width="98%" align="center" class="td" cellpadding="2" cellspacing="1">
  20. <tr>
  21. <td>
  22. <font color="#FF0000">*</font>
  23. <b>Connection to core has been closed because of EOD</b>
  24. </td>
  25. </tr>
  26. </table>
  27. </form>
  28. <%@ include file="../common/footer.jsp" %>