17 lines
1.2 KiB
Plaintext
17 lines
1.2 KiB
Plaintext
<%@include file="/Frame/page/jspf/include/jsp_runtime_context.jspf"
|
|
%><%@include file="/Frame/page/jspf/include/jsp_sqlca_head.jspf"
|
|
%><html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=GBK">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7">
|
|
<%@include file="/Frame/page/jspf/include/jsp_head_res_dw.jspf"%>
|
|
</head><%@
|
|
page import="com.amarsoft.awe.dw.*"%>
|
|
<script type="text/javascript" src="<%=sWebRootPath%>/Frame/resources/js/jquery/plugins/jquery.validate.min-1.8.1.js"></script>
|
|
<script type="text/javascript" src="<%=sWebRootPath%>/Frame/resources/js/jquery/plugins/jquery.validate.extend.js"></script>
|
|
<script type="text/javascript" src="<%=sWebRootPath%>/Frame/resources/js/as_stringbuffer.js"></script>
|
|
<script type="text/javascript" src="<%=sWebRootPath%>/Frame/page/js/as_contextmenu.js"></script>
|
|
<script type="text/javascript" src="<%=sWebRootPath%>/Frame/page/js/ow/as_dw_common.js"></script>
|
|
<script type="text/javascript" src="<%=sWebRootPath%>/Frame/page/js/ow/as_dw_multi.js"></script>
|
|
<link rel="stylesheet" type="text/css" href="<%=sWebRootPath%>/Frame/page/resources/css/ow/list.css">
|
|
<link rel="stylesheet" type="text/css" href="<%=sWebRootPath%><%=sSkinPath%>/css/ow/list.css"> |