Guest User

Untitled

a guest
Jan 18th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.62 KB | None | 0 0
  1. ![<div class="body">
  2. <h1>Upload Font</h1> <%-- [+] --%>
  3. <s:form namespace="/font" action="add" method="POST" enctype="multipart/form-data">
  4. <div class="dialog">
  5. <table>
  6. <tbody>
  7. <tiles:insertAttribute name="form" />
  8. <tr class="prop">
  9. <td valign="top" class="name required">
  10. <label for="description">Font File:</label>
  11. </td>
  12. <td valign="top">
  13. <s:file name="file" size="62" theme="simple" id="fname" onchange="fileUpload('/pages/font/getFontTitle.jsp',value,this.files[0])"/>
  14. </td>
  15. </tr>
  16. <tr class="prop">
  17. <td>
  18. <span class="button"><s:submit/></span>
  19. </td>
  20. </tr>
  21. </tbody>
  22. </table>
  23. </div>
  24. </s:form>
  25. <s:form namespace="/font" action="hiddenForm" method="POST" enctype="multipart/form-data">
  26. <div class="dialog">
  27. <table>
  28. <tbody>
  29. <tr class="prop">
  30. <td valign="top">
  31. <s:file name="file" size="62" theme="simple" id="fname_1"/>
  32. </td>
  33. </tr>
  34. </tbody>
  35. </table>
  36. </div>
  37. </s:form>
  38. </div>]
  39.  
  40. <s:form namespace="/font" style ='visibility:hidden' action="hiddenForm" method="POST" enctype="multipart/form-data">
Add Comment
Please, Sign In to add comment