| 1234567891011121314151617181920212223242526272829303132 |
- <%@ include file="../common/header.jsp" %>
- <script type="text/javascript" language="javascript">
- <!--
- function doBack(){
- document.forms.upload.action.value="upload";
- document.forms.upload.submit();
- }
- -->
- </script>
- <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">
- <tr>
- <td class="titleHeader" align="left"><bean:message key="project.eodConfig.key"/> Notification</td>
- </tr>
- </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" %>
|