3 Star 0 Fork 0

moon/miduoduo-admin

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
find_list.html 3.55 KB
Copy Edit Raw Blame History
w_x_f authored 2017-09-25 15:50 . cs
<!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/find_list.js"></script>
<script>
$(document).ready(function() {
$('.footable').footable();
$('.footable2').footable();
});
</script>
<script src="js/core.js"></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>&nbsp;&nbsp;&nbsp;
<a class="btn btn-primary " href="find_add.html" >发现添加</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>操作</th>
</tr>
</thead>
<tbody id="thislist">
</tbody>
<tbody>
<tr>
<td colspan="8">
<div id="pager"></div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
<!-- 模态框(Modal) -->
<div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" onclick="location.reload();" aria-hidden="true">&times;</button>
<h4 class="modal-title" id="myModalLabel">发现详情</h4>
</div>
<div class="modal-body" >
<div class="modal-header" id="quesDiv">
</div>
<table class="table-mail" id="opTables" >
</table>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" onclick="location.reload();" data-dismiss="modal">关闭</button>
<!--<button type="button" class="btn btn-primary">提交更改</button>-->
</div>
</div><!-- /.modal-content -->
</div>
</div><!-- /.modal -->
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yun_token/miduoduo-admin.git
git@gitee.com:yun_token/miduoduo-admin.git
yun_token
miduoduo-admin
miduoduo-admin
master

Search