showMsg.jsp 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <%@ page language="java" contentType="text/html;charset=GBK" pageEncoding="GBK"%>
  2. <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
  3. <%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt"%>
  4. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  5. <html>
  6. <head>
  7. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  8. <meta http-equiv="Content-Type" content="text/html;charset=GBK">
  9. <title>ÐÅÏ¢ÏÔʾ</title>
  10. <script src="${pageContext.request.contextPath }/liger/lib/jquery/jquery-1.8.3.min.js" type="text/javascript"></script>
  11. <script type="text/javascript">
  12. $(function (){
  13. window.parent.reloadTree();
  14. window.parent.dialog.close();
  15. });
  16. </script>
  17. <style type="text/css">
  18. .file-style{
  19. width: 550px;
  20. }
  21. .file-style input[type='file'] {
  22. width:300px ;
  23. height:24px;
  24. line-height:22px;
  25. vertical-align: bottom;
  26. background-color: #fff;
  27. border: 1px solid #cccccc;
  28. margin-top: 2px;
  29. margin-bottom: 2px;
  30. }
  31. .show_msg{
  32. font-size:100px;
  33. text-align:center;
  34. margin-top:130px;
  35. }
  36. </style>
  37. </head>
  38. <body>
  39. <form id="emailForm" action="companySendEmailAction.do" method="post">
  40. <div class="show_msg">
  41. </div>
  42. </form>
  43. </body>
  44. </html>