upload_notifikasi.jsp 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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. <td class="titleHeader" align="left"><bean:message key="project.upload.key"/> FILE TARIF</td>
  16. </table>
  17. <table border="0" width="98%" align="center" class="td" cellpadding="2" cellspacing="1">
  18. <tr>
  19. <td>
  20. <font color="#FF0000">*</font>
  21. <b>File Has Been Upload Successfully</b>
  22. <logic:notEmpty name="resultUpload">
  23. <br/><br/>
  24. <bean:write name="resultUpload" filter="false"/>
  25. </logic:notEmpty>
  26. </td>
  27. </tr>
  28. <tr>
  29. <td width="30%"></td>
  30. <td width="10"></td>
  31. <td width="30%"><input type="button" value=<bean:message key="button.back"/> onclick="doBack();" ></td>
  32. <td colspan="4">&nbsp;</td>
  33. </tr>
  34. </table>
  35. </FORM>
  36. <%@ include file="../common/footer.jsp" %>