| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- <%@ page language="java" contentType="text/html;charset=GBK" pageEncoding="GBK"%>
- <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
- <%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt"%>
- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
- <html>
- <head>
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta http-equiv="Content-Type" content="text/html;charset=GBK">
- <title>ÐÅÏ¢ÏÔʾ</title>
- <script src="${pageContext.request.contextPath }/liger/lib/jquery/jquery-1.8.3.min.js" type="text/javascript"></script>
- <script type="text/javascript">
- $(function (){
- window.parent.reloadTree();
- window.parent.dialog.close();
- });
- </script>
- <style type="text/css">
- .file-style{
- width: 550px;
- }
- .file-style input[type='file'] {
- width:300px ;
- height:24px;
- line-height:22px;
- vertical-align: bottom;
- background-color: #fff;
- border: 1px solid #cccccc;
- margin-top: 2px;
- margin-bottom: 2px;
- }
- .show_msg{
- font-size:100px;
- text-align:center;
- margin-top:130px;
- }
- </style>
- </head>
- <body>
- <form id="emailForm" action="companySendEmailAction.do" method="post">
- <div class="show_msg">
- </div>
- </form>
- </body>
- </html>
|