|
|
@@ -6,11 +6,13 @@ if (!isset($_SESSION['loggedin'])) {
|
|
|
}
|
|
|
?>
|
|
|
<!doctype html>
|
|
|
-<html class="fixed">
|
|
|
+<html class="fixed sidebar-left-collapsed">
|
|
|
|
|
|
<head>
|
|
|
<!-- jstree CSS -->
|
|
|
- <link rel="stylesheet" href="assets/vendor/jstree/themes/default/style.css" />
|
|
|
+ <!-- <link rel="stylesheet" href="assets/vendor/jstree/themes/default/style.css" /> -->
|
|
|
+ <!-- jstree CSS -->
|
|
|
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jstree/3.3.4/themes/default/style.min.css">
|
|
|
<?php include("bim-support-header.html"); ?>
|
|
|
<script src="./script/js/global.js"></script>
|
|
|
<script src="./script/js/pdfobject.min.js"></script>
|
|
|
@@ -43,6 +45,13 @@ if (!isset($_SESSION['loggedin'])) {
|
|
|
.menu-item.active {
|
|
|
color: #0088CC;
|
|
|
}
|
|
|
+
|
|
|
+ .jstree-anchor {
|
|
|
+ width: 95%;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ overflow: hidden;
|
|
|
+ white-space: nowrap;
|
|
|
+ }
|
|
|
</style>
|
|
|
</head>
|
|
|
|
|
|
@@ -78,22 +87,25 @@ if (!isset($_SESSION['loggedin'])) {
|
|
|
<section class="panel">
|
|
|
<div class="panel-body">
|
|
|
<h5 class="text-semibold text-dark text-uppercase">檔案下載</h5>
|
|
|
- <div id="treeAjaxHTML" style="height:800px"></div>
|
|
|
+ <div id="treeAjaxHTML" style="height:400px"></div>
|
|
|
+ </div>
|
|
|
+ </section>
|
|
|
+ <section class="panel">
|
|
|
+ <div class="panel-body">
|
|
|
+ <h5 class="text-semibold text-dark text-uppercase">檔案下載</h5>
|
|
|
+ <div id="treeAjaxHTML" style="height:200px"></div>
|
|
|
</div>
|
|
|
-
|
|
|
-
|
|
|
</section>
|
|
|
</div>
|
|
|
<div class="col-md-6">
|
|
|
<section class="panel">
|
|
|
<div class="panel-body">
|
|
|
- <div id="pdfFile" style="height:800px"></div>
|
|
|
+ <div id="pdfFile" style="height:720px"></div>
|
|
|
</div>
|
|
|
-
|
|
|
-
|
|
|
</section>
|
|
|
</div>
|
|
|
</div>
|
|
|
+
|
|
|
<!-- <div class="row mg-files" data-sort-destination="" data-sort-id="media-gallery" id="content" style="position: relative; height: 720.5px;">
|
|
|
<isotope-item v-for="item in list" v-bind:name="item.APIName" v-bind:folder="item.APIID + item.APIName" v-bind:id="item.id" v-bind:object="item.object" v-bind:usage="item.usage" v-bind:software="item.software" v-bind:detail="item.detail" v-bind:operate="item.operate" v-bind:source="item.source">
|
|
|
</isotope-item>
|