| 123456789101112131415161718192021222324252627282930 |
- <%@ page language="java" contentType="text/html; charset=GBK"
- pageEncoding="GBK"%>
- <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=GBK" />
- <title>Ê×Ò³</title>
- <link href="liger/lib/ligerUI/skins/${sessionScope.css}/css/ligerui-all.css" rel="stylesheet" type="text/css" />
- <link href="main.css" rel="stylesheet" type="text/css"/>
- <link href="js/portlets/portlets.css" rel="stylesheet" type="text/css"/>
- <script type="text/javascript" src="/shares/js/jquery-1.3.2.min.js"></script>
- <!-- <script type="text/javascript" src="js/portlets/interface.js"></script>
- <script type="text/javascript" src="js/portlets/config.js"></script> -->
- <script type="text/javascript" src="/shares/js/common.js"></script>
- <script type="text/javascript" src="/shares/js/constant.js"></script>
- <script type="text/javascript">
- $(function(){
- var msg=$("#msg").attr("value");
- $("#msgf").html(msg);
- });
- </script>
- </head>
- <body>
- <div class="main_right_1">
- <input type="hidden" name="msg" id="msg" value="${posdes }"/>
- <font id="msgf" ></font>
- </div>
- </body>
- </html>
|