<!doctype html>
|
<html>
|
<head>
|
[#include "/business/wechat/include/title.html" /]
|
[#include "/business/wechat/include/wheader.html" /]
|
</head>
|
|
<body>
|
<header class="kltit tcenter"><a href="javascript:history.go(-1);"><span></span></a>[#if filename??]${filename}[#else]文档[/#if]</header>
|
<div class="pb22">
|
[#if RequestParameters.pId??]
|
[#else]
|
<div class="fileBg"></div>
|
[/#if]
|
<section class="wlfile clearfix" id="main">
|
|
</section>
|
<div id="pagination" class="loadmore"></div>
|
</div>
|
|
<script type="text/javascript">
|
var pId = '${RequestParameters.pId}';
|
function query() {
|
var param = {"pId":pId};
|
$("#main").empty();
|
$("#pagination").pagination({
|
durl:"${base}/ewyw/ewKnowledge/ewKnowFileData.html",
|
curl:"${base}/ewyw/ewKnowledge/ewKnowFileCount.html",
|
pdiv:"pagination",
|
mdiv:"main",
|
perPage : 5,
|
param:param
|
});
|
}
|
|
$(function() {
|
query();
|
})
|
</script>
|
|
[#assign label = "file"]
|
[#include "/business/wechat/include/knowfooter.html"]
|
</body>
|
</html>
|