|
|
@@ -588,6 +588,14 @@ if (!isset($_SESSION['loggedin'])) {
|
|
|
</div>
|
|
|
<!-- start: search & user box -->
|
|
|
<div class="header-right">
|
|
|
+ <span class="separator"></span>
|
|
|
+ <ul class="notifications">
|
|
|
+ <li>
|
|
|
+ <a href="/Front-Page" class="notification-icon" data-toggle="tooltip" title="綜合登入入口" data-placement="bottom">
|
|
|
+ <i class="fa fa-home"></i>
|
|
|
+ </a>
|
|
|
+ </li>
|
|
|
+ </ul>
|
|
|
<span class="separator"></span>
|
|
|
<div id="userbox" class="userbox">
|
|
|
<a href="#" data-toggle="dropdown">
|
|
|
@@ -638,7 +646,7 @@ if (!isset($_SESSION['loggedin'])) {
|
|
|
<div class="col-md-6">
|
|
|
<section class="panel">
|
|
|
<div class="panel-body">
|
|
|
-
|
|
|
+
|
|
|
<button id="reset" type="button" class="mb-xs mr-xs btn btn-default" style="float: right;"><i class="fa fa-reply"></i> 上一層</button>
|
|
|
<table style="width:99%;" class="table table-bordered table-striped" id="datatable-ajax">
|
|
|
|