3 Star 0 Fork 0

moon/miduoduo-admin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
eachPic_list.html 3.78 KB
一键复制 编辑 原始数据 按行查看 历史
田猫 提交于 2018-02-02 13:58 . mod
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> 轮播图列表</title>
<meta name="keywords" content="">
<meta name="description" content="">
<link rel="shortcut icon" href="favicon.ico">
<link href="css/bootstrap.min.css?v=3.3.6" rel="stylesheet">
<link href="css/font-awesome.css?v=4.4.0" rel="stylesheet">
<link href="css/plugins/footable/footable.core.css" rel="stylesheet">
<link href="css/animate.css" rel="stylesheet">
<link href="css/style.css?v=4.1.0" rel="stylesheet">
<link rel="stylesheet" href="css/page.css"/>
<!-- 全局js -->
<script src="js/jquery.min.js?v=2.1.4"></script>
<script src="js/bootstrap.min.js?v=3.3.6"></script>
<script src="js/plugins/footable/footable.all.min.js"></script>
<!-- 分页js -->
<script type="text/javascript" src="js/jquery.page.js"></script>
<script type="text/javascript" src="js/core.js"></script>
<!-- 自定义js -->
<script src="js/core.js"></script>
<script src="js/eachPic_list.js"></script>
<script>
$(document).ready(function() {
$('.footable').footable();
$('.footable2').footable();
});
</script>
</head>
<body class="gray-bg">
<div class="wrapper wrapper-content animated fadeInRight">
<div class="row">
<div class="col-sm-12">
<div class="ibox float-e-margins">
<div class="ibox-title">
<h5>轮播图列表</h5>
</div>
<div class="fixed-table-toolbar" >
<div class="columns columns-right pull-left col-sm-2" >
<div class="m-b-xs" >
<select class="input-sm form-control input-s-sm inline no-padding" id="eachType" onchange="searchuser()">
<option value="1">蜜哆哆首页轮播</option>
<option value="2">蜜雅阁首页轮播</option>
<option value="3">品牌馆首页轮播</option>
<option value="4">试用众测首页图片</option>
<option value="5">新品首发首页图片</option>
<option value="6">品牌推荐首页图片</option>
<option value="7">首次登录轮播</option>
<option value="8">启动广告图</option>
<option value="9">首页弹窗图</option>
<option value="10">体验推荐banner图</option>
</select>
</div>
</div>
</div>
<div class="">
<a class="btn btn-primary " href="#" onclick="scPic()">上传图片</a>
</div>
<div class="ibox-content">
<table class="table table-stripped toggle-arrow-tiny" data-page-size="8">
<thead>
<tr>
<th>序号</th>
<th>轮播类型</th>
<th>图片</th>
<th>关联商品ID</th>
<th>跳转网址</th>
<th>操作</th>
</tr>
</thead>
<tbody id="thislist">
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yun_token/miduoduo-admin.git
[email protected]:yun_token/miduoduo-admin.git
yun_token
miduoduo-admin
miduoduo-admin
master

搜索帮助