代码拉取完成,页面将自动刷新
同步操作将从 若依/hplus 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>H+ 后台主题UI框架 - Bootstrap Table</title>
<meta name="keywords" content="H+后台主题,后台bootstrap框架,会员中心主题,后台HTML,响应式后台">
<meta name="description" content="H+是一个完全响应式,基于Bootstrap3最新版本开发的扁平化主题,她采用了主流的左右两栏式布局,使用了Html5+CSS3等现代技术">
<link rel="shortcut icon" href="favicon.ico"> <link href="css/bootstrap.min.css?v=3.3.7" rel="stylesheet">
<link href="css/font-awesome.css?v=4.4.0" rel="stylesheet">
<link href="css/plugins/bootstrap-table/bootstrap-table.min.css" rel="stylesheet">
<link href="css/animate.css" rel="stylesheet">
<link href="css/style.css?v=4.1.0" rel="stylesheet">
</head>
<body class="gray-bg">
<div class="wrapper wrapper-content animated fadeInRight">
<div class="ibox float-e-margins">
<div class="ibox-title">
<h5>Bootstrap table <a href="http://bootstrap-table.wenzhixin.net.cn/zh-cn/" target="_blank">http://bootstrap-table.wenzhixin.net.cn/zh-cn/</a></h5>
<div class="ibox-tools">
<a class="collapse-link">
<i class="fa fa-chevron-up"></i>
</a>
<a class="dropdown-toggle" data-toggle="dropdown" href="#">
<i class="fa fa-wrench"></i>
</a>
<ul class="dropdown-menu dropdown-user">
<li><a href="#">选项1</a>
</li>
<li><a href="#">选项2</a>
</li>
</ul>
<a class="close-link">
<i class="fa fa-times"></i>
</a>
</div>
</div>
<div class="ibox-content">
<p>Bootstrap table是国人开发的一款基于 Bootstrap 的 jQuery 表格插件,通过简单的设置,就可以拥有强大的单选、多选、排序、分页,以及编辑、导出、过滤(扩展)等等的功能。目前在github上已经有2600多个Star,可见其受欢迎程度。</p>
<ul>
<li>支持 Bootstrap 3 和 Bootstrap 2</li>
<li>自适应界面</li>
<li>固定表头</li>
<li>非常丰富的配置参数</li>
<li>直接通过标签使用</li>
<li>显示/隐藏列</li>
<li>显示/隐藏表头</li>
<li>通过 AJAX 获取 JSON 格式的数据</li>
<li>支持排序</li>
<li>格式化表格</li>
<li>支持单选或者多选</li>
<li>强大的分页功能</li>
<li>支持卡片视图</li>
<li>支持多语言</li>
<li>支持插件</li>
</ul>
</div>
</div>
<div class="ibox float-e-margins">
<div class="ibox-title">
<h5>基本</h5>
<div class="ibox-tools">
<a class="collapse-link">
<i class="fa fa-chevron-up"></i>
</a>
<a class="dropdown-toggle" data-toggle="dropdown" href="#">
<i class="fa fa-wrench"></i>
</a>
<ul class="dropdown-menu dropdown-user">
<li><a href="#">选项1</a>
</li>
<li><a href="#">选项2</a>
</li>
</ul>
<a class="close-link">
<i class="fa fa-times"></i>
</a>
</div>
</div>
<div class="ibox-content">
<div class="row row-lg">
<div class="col-sm-6">
<h4 class="example-title">从URL加载</h4>
<div class="example">
<table data-toggle="table" data-url="js/demo/table_base.json" data-height="250" data-mobile-responsive="true">
<thead>
<tr>
<th data-field="Tid">ID</th>
<th data-field="First">姓名</th>
<th data-field="sex">性别</th>
<th data-field="Score">评分</th>
</tr>
</thead>
</table>
</div>
</div>
<div class="col-sm-6">
<h4 class="example-title">从数据中加载</h4>
<div class="example">
<table id="exampleTableFromData" data-mobile-responsive="true">
<thead>
<tr>
<th data-field="Tid">ID</th>
<th data-field="First">姓名</th>
<th data-field="sex">性别</th>
<th data-field="Score">评分</th>
</tr>
</thead>
</table>
</div>
</div>
</div>
</div>
</div>
<!-- End Panel Basic -->
<!-- Panel Style -->
<div class="ibox float-e-margins">
<div class="ibox-title">
<h5>样式</h5>
<div class="ibox-tools">
<a class="collapse-link">
<i class="fa fa-chevron-up"></i>
</a>
<a class="dropdown-toggle" data-toggle="dropdown" href="#">
<i class="fa fa-wrench"></i>
</a>
<ul class="dropdown-menu dropdown-user">
<li><a href="#">选项1</a>
</li>
<li><a href="#">选项2</a>
</li>
</ul>
<a class="close-link">
<i class="fa fa-times"></i>
</a>
</div>
</div>
<div class="ibox-content">
<div class="row row-lg">
<div class="col-sm-6">
<!-- Example Classes -->
<div class="example-wrap">
<h4 class="example-title">类名称</h4>
<div class="example">
<table data-toggle="table" data-classes="table table-hover table-condensed" data-url="js/demo/table_base.json" data-striped="true" data-height="250" data-mobile-responsive="true">
<thead>
<tr>
<th data-field="Tid">ID</th>
<th data-field="First">姓名</th>
<th data-field="sex">性别</th>
<th data-field="Score">评分</th>
</tr>
</thead>
</table>
</div>
</div>
<!-- End Example Classes -->
</div>
<div class="col-sm-6">
<!-- Example Align -->
<div class="example-wrap">
<h4 class="example-title">对齐</h4>
<div class="example">
<table data-toggle="table" data-url="js/demo/bootstrap_table_test2.json" data-mobile-responsive="true">
<thead>
<tr>
<th data-field="name" data-halign="right" data-align="center">名称</th>
<th data-field="star" data-halign="center" data-align="left">Star</th>
<th data-field="description" data-halign="left" data-align="right">描述</th>
</tr>
</thead>
</table>
</div>
</div>
<!-- End Example Align -->
</div>
<div class="clearfix hidden-xs"></div>
<div class="col-sm-6">
<!-- Example Rowstyle -->
<div class="example-wrap margin-sm-0">
<h4 class="example-title">行样式</h4>
<div class="example">
<table data-toggle="table" data-url="js/demo/table_base.json" data-mobile-responsive="true" data-row-style="rowStyle" data-height="250">
<thead>
<tr>
<th data-field="Tid">ID</th>
<th data-field="First">姓名</th>
<th data-field="sex">性别</th>
<th data-field="Score">评分</th>
</tr>
</thead>
</table>
</div>
</div>
<!-- End Example Rowstyle -->
</div>
<div class="col-sm-6">
<!-- Example Cellstyle -->
<div class="example-wrap">
<h4 class="example-title">列样式</h4>
<div class="example">
<table data-toggle="table" data-url="js/demo/bootstrap_table_test2.json" data-mobile-responsive="true">
<thead>
<tr>
<th data-field="name" data-cell-style="cellStyle">名称</th>
<th data-field="star">Star</th>
<th data-field="description">描述</th>
</tr>
</thead>
</table>
</div>
</div>
<!-- End Example Cellstyle -->
</div>
</div>
</div>
</div>
<!-- End Panel Style -->
<!-- Panel Sort & Hideheader -->
<div class="ibox float-e-margins">
<div class="ibox-title">
<h5>排序&隐藏头部</h5>
<div class="ibox-tools">
<a class="collapse-link">
<i class="fa fa-chevron-up"></i>
</a>
<a class="dropdown-toggle" data-toggle="dropdown" href="#">
<i class="fa fa-wrench"></i>
</a>
<ul class="dropdown-menu dropdown-user">
<li><a href="#">选项1</a>
</li>
<li><a href="#">选项2</a>
</li>
</ul>
<a class="close-link">
<i class="fa fa-times"></i>
</a>
</div>
</div>
<div class="ibox-content">
<div class="row row-lg">
<div class="col-sm-6">
<!-- Example Basic Sort -->
<div class="example-wrap">
<h4 class="example-title">基本排序</h4>
<div class="example">
<table data-toggle="table" data-url="js/demo/table_base.json" data-height="250" data-sort-name="First" data-sort-order="desc" data-mobile-responsive="true">
<thead>
<tr>
<th data-field="Tid" data-sortable="true">ID</th>
<th data-field="First" data-sortable="true">姓名</th>
<th data-field="sex" data-sortable="true">性别</th>
</tr>
</thead>
</table>
</div>
</div>
<!-- End Example Basic Sort -->
</div>
<div class="col-sm-6">
<!-- Example Format Sort -->
<div class="example-wrap margin-sm-0">
<h4 class="example-title">格式排序</h4>
<div class="example">
<table data-toggle="table" data-url="js/demo/bootstrap_table_test2.json" data-mobile-responsive="true">
<thead>
<tr>
<th data-field="name" data-formatter="nameFormatter">名称</th>
<th data-field="star" data-formatter="starsFormatter">Star</th>
<th data-field="license">许可</th>
<th data-field="url">地址</th>
</tr>
</thead>
</table>
</div>
</div>
<!-- End Example Format Sort -->
</div>
<div class="clearfix hidden-xs"></div>
<div class="col-sm-6">
<!-- Example Custom Sort -->
<div class="example-wrap">
<h4 class="example-title">自定义排序</h4>
<div class="example">
<table data-toggle="table" data-url="js/demo/table_base.json" data-height="250" data-sort-name="Score" data-sort-order="desc" data-mobile-responsive="true">
<thead>
<tr>
<th data-field="Tid" data-align="center" data-sortable="true">ID</th>
<th data-field="First" data-align="left" data-sortable="true">姓名</th>
<th data-field="Score" data-sortable="true" data-sorter="scoreSorter">评分</th>
</tr>
</thead>
</table>
</div>
</div>
<!-- End Example Custom Sort -->
</div>
<div class="col-sm-6">
<!-- Example Hide Header -->
<div class="example-wrap">
<h4 class="example-title">隐藏头部</h4>
<div class="example">
<table data-toggle="table" data-url="js/demo/table_base.json" data-height="250" data-show-header="false" data-mobile-responsive="true">
<thead>
<tr>
<th data-field="Tid">ID</th>
<th data-field="First">姓名</th>
<th data-field="sex">性别</th>
<th data-field="Score">评分</th>
</tr>
</thead>
</table>
</div>
</div>
<!-- End Example Hide Header -->
</div>
</div>
</div>
</div>
<!-- End Panel Sort & Hideheader -->
<!-- Panel Columns & Select -->
<div class="ibox float-e-margins">
<div class="ibox-title">
<h5>列&选择</h5>
<div class="ibox-tools">
<a class="collapse-link">
<i class="fa fa-chevron-up"></i>
</a>
<a class="dropdown-toggle" data-toggle="dropdown" href="#">
<i class="fa fa-wrench"></i>
</a>
<ul class="dropdown-menu dropdown-user">
<li><a href="#">选项1</a>
</li>
<li><a href="#">选项2</a>
</li>
</ul>
<a class="close-link">
<i class="fa fa-times"></i>
</a>
</div>
</div>
<div class="ibox-content">
<div class="row row-lg">
<!-- Basic Columns -->
<div class="col-sm-6">
<!-- Example Basic Columns -->
<div class="example-wrap">
<h4 class="example-title">基本列</h4>
<div class="example">
<table id="exampleTableColumns" data-mobile-responsive="true">
<thead>
<tr>
<th data-field="state" data-radio="true"></th>
<th data-field="name" data-switchable="false">名称</th>
<th data-field="price">价格</th>
<th data-field="column1">列1</th>
<th data-field="column2" data-visible="false">列2</th>
<th data-field="column3" data-switchable="false">列3</th>
<th data-field="column4" data-visible="false">列4</th>
</tr>
</thead>
</table>
</div>
</div>
<!-- End Example Basic Columns -->
</div>
<div class="col-sm-6">
<!-- Example Large Columns -->
<div class="example-wrap">
<h4 class="example-title">数据较多的列</h4>
<div class="example">
<table id="exampleTableLargeColumns" data-show-columns="true" data-height="400" data-mobile-responsive="true"></table>
</div>
</div>
<!-- End Example Large Columns -->
</div>
<div class="clearfix hidden-xs"></div>
<div class="col-sm-6">
<!-- Example Radio Select -->
<div class="example-wrap margin-sm-0">
<h4 class="example-title">单选框</h4>
<div class="example">
<table data-toggle="table" data-url="js/demo/bootstrap_table_test.json" data-height="299" data-click-to-select="true" data-select-item-name="myRadioName" data-mobile-responsive="true">
<thead>
<tr>
<th data-field="state" data-radio="true"></th>
<th data-field="name">名称</th>
<th data-field="price">价格</th>
<th data-field="column1">列1</th>
</tr>
</thead>
</table>
</div>
</div>
<!-- End Example Radio Select -->
</div>
<div class="col-sm-6">
<!-- Example Checkbox Select -->
<div class="example-wrap">
<h4 class="example-title">复选框</h4>
<div class="example">
<table data-toggle="table" data-url="js/demo/bootstrap_table_test.json" data-height="299" data-click-to-select="true" data-mobile-responsive="true">
<thead>
<tr>
<th data-field="state" data-checkbox="true"></th>
<th data-field="name">名称</th>
<th data-field="price">价格</th>
<th data-field="column1">列1</th>
</tr>
</thead>
</table>
</div>
</div>
<!-- End Example Checkbox Select -->
</div>
</div>
</div>
</div>
<!-- End Panel Columns & Select -->
<!-- Panel Other -->
<div class="ibox float-e-margins">
<div class="ibox-title">
<h5>其他</h5>
<div class="ibox-tools">
<a class="collapse-link">
<i class="fa fa-chevron-up"></i>
</a>
<a class="dropdown-toggle" data-toggle="dropdown" href="#">
<i class="fa fa-wrench"></i>
</a>
<ul class="dropdown-menu dropdown-user">
<li><a href="#">选项1</a>
</li>
<li><a href="#">选项2</a>
</li>
</ul>
<a class="close-link">
<i class="fa fa-times"></i>
</a>
</div>
</div>
<div class="ibox-content">
<div class="row row-lg">
<div class="col-sm-12">
<!-- Example Card View -->
<div class="example-wrap">
<h4 class="example-title">卡片视图</h4>
<div class="example">
<table data-toggle="table" data-url="js/demo/bootstrap_table_test2.json" data-card-view="true" data-mobile-responsive="true">
<thead>
<tr>
<th data-field="name">名称</th>
<th data-field="star">Star</th>
<th data-field="license">许可</th>
<th data-field="description">描述</th>
<th data-field="url">地址</th>
</tr>
</thead>
</table>
</div>
</div>
<!-- End Example Card View -->
</div>
<div class="col-sm-12">
<!-- Example Toolbar -->
<div class="example-wrap">
<h4 class="example-title">工具条</h4>
<div class="example">
<div class="btn-group hidden-xs" id="exampleToolbar" role="group">
<button type="button" class="btn btn-outline btn-default">
<i class="glyphicon glyphicon-plus" aria-hidden="true"></i>
</button>
<button type="button" class="btn btn-outline btn-default">
<i class="glyphicon glyphicon-heart" aria-hidden="true"></i>
</button>
<button type="button" class="btn btn-outline btn-default">
<i class="glyphicon glyphicon-trash" aria-hidden="true"></i>
</button>
</div>
<table id="exampleTableToolbar" data-mobile-responsive="true">
<thead>
<tr>
<th data-field="name">名称</th>
<th data-field="star">Star</th>
<th data-field="license">许可</th>
<th data-field="description">描述</th>
<th data-field="url">地址</th>
</tr>
</thead>
</table>
</div>
</div>
<!-- End Example Toolbar -->
</div>
<div class="col-sm-12">
<!-- Example Pagination -->
<div class="example-wrap">
<h4 class="example-title">分页:客户端</h4>
<div class="example">
<table id="exampleTablePagination" data-toggle="table" data-url="js/demo/bootstrap_table_test.json" data-query-params="queryParams" data-mobile-responsive="true" data-height="400" data-pagination="true" data-icon-size="outline" data-search="true">
<thead>
<tr>
<th data-field="state" data-checkbox="true"></th>
<th data-field="id">ID</th>
<th data-field="name">名称</th>
<th data-field="price">价格</th>
</tr>
</thead>
</table>
</div>
</div>
<!-- End Example Pagination -->
</div>
<div class="col-sm-12">
<!-- Example Events -->
<div class="example-wrap">
<h4 class="example-title">事件</h4>
<div class="example">
<div class="alert alert-success" id="examplebtTableEventsResult" role="alert">
事件结果
</div>
<div class="btn-group hidden-xs" id="exampleTableEventsToolbar" role="group">
<button type="button" class="btn btn-outline btn-default">
<i class="glyphicon glyphicon-plus" aria-hidden="true"></i>
</button>
<button type="button" class="btn btn-outline btn-default">
<i class="glyphicon glyphicon-heart" aria-hidden="true"></i>
</button>
<button type="button" class="btn btn-outline btn-default">
<i class="glyphicon glyphicon-trash" aria-hidden="true"></i>
</button>
</div>
<table id="exampleTableEvents" data-height="400" data-mobile-responsive="true">
<thead>
<tr>
<th data-field="state" data-checkbox="true"></th>
<th data-field="id">ID</th>
<th data-field="name">名称</th>
<th data-field="price">价格</th>
</tr>
</thead>
</table>
</div>
</div>
<!-- End Example Events -->
</div>
</div>
</div>
</div>
<!-- End Panel Other -->
</div>
<!-- 全局js -->
<script src="js/jquery.min.js?v=2.1.4"></script>
<script src="js/bootstrap.min.js?v=3.3.7"></script>
<!-- 自定义js -->
<script src="js/content.js?v=1.0.0"></script>
<!-- Bootstrap table -->
<script src="js/plugins/bootstrap-table/bootstrap-table.min.js"></script>
<script src="js/plugins/bootstrap-table/bootstrap-table-mobile.min.js"></script>
<script src="js/plugins/bootstrap-table/locale/bootstrap-table-zh-CN.min.js"></script>
<!-- Peity -->
<script src="js/demo/bootstrap-table-demo.js"></script>
<script type="text/javascript" src="http://tajs.qq.com/stats?sId=9051096" charset="UTF-8"></script>
<!--统计代码,可删除-->
</body>
</html>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。