代码拉取完成,页面将自动刷新
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link type="text/css" rel="stylesheet" href="css/style.css" />
<!--[if IE 6]>
<script src="js/iepng.js" type="text/javascript"></script>
<script type="text/javascript">
EvPNG.fix('div, ul, img, li, input, a');
</script>
<![endif]-->
<script type="text/javascript" src="js/jquery-1.4.2.min.js"></script>
<script type="text/javascript" src="js/menu.js"></script>
<script type="text/javascript" src="js/select.js"></script>
<title>MenberList</title>
</head>
<body>
<div class="head1">
</div>
<div class="head2">
</div>
<div class="i_bg bg_color">
<!--Begin 用户中心 Begin -->
<div class="m_content">
<!--左边分类列表-->
<div class="m_left">
</div>
<div class="m_right">
<p></p>
<div class="mem_t">
<span class="m_num fr" style="margin-top:15px;"><a href="userAdd.html">增加</a></span>会员管理
<input type="hidden" id="pageNow" value="1">
<input type="hidden" id="totolePage" value="1">
</div>
<table border="1" class="mem_tab" style="width:870px; text-align:center; margin-top:20px;" cellspacing="0" cellpadding="0">
<tr>
<td width="145" class="td_bg">会员名</td>
<td width="145">真实姓名</td>
<td width="145" class="td_bg">性别</td>
<td width="145">类型</td>
<td width="145" class="td_bg">修改</td>
<td width="145">删除</td>
</tr>
</table>
</div>
</div>
<!--End 用户中心 End-->
<div class="foot2">
</div>
<div class="foot1">
</div>
</div>
</body>
<script type="text/javascript" src="js/interceptor.js"></script>
<script type="text/javascript" src="js/userAdmin.js"></script>
<script type="text/javascript">
jQuery.noConflict();
jQuery(function () {
interceptorUser();
addhead1();
addfoot1();
addfoot2();
m_left();
getUserByPage();
});
//获得包含的页面head1
function addhead1(){
jQuery.ajax({
url:"/head1.html",
dataType:"html",
success:function (head1) {
jQuery(".head1").html(head1);
},
error:function () {
alert("回调失败!")
}
});
}
//获得左边分类管理列表
function m_left(){
jQuery.ajax({
url:"/m_left.html",
dataType:"html",
success:function (m_left) {
jQuery(".m_left").html(m_left);
},
error:function () {
alert("回调失败!")
}
});
}
//获得包含页面foot1
function addfoot1(){
jQuery.ajax({
url:"/foot1.html",
dataType:"html",
success:function (foot1) {
jQuery(".foot1").html(foot1);
},
error:function () {
alert("回调失败!")
}
});
}
//获得包含页面foot2
function addfoot2(){
jQuery.ajax({
url:"/foot2.html",
dataType:"html",
success:function (foot2) {
jQuery(".foot2").html(foot2);
},
error:function () {
alert("回调失败!")
}
});
}
</script>
<html>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。