|
|
|
@ -1,15 +1,9 @@
|
|
|
|
|
<!doctype html>
|
|
|
|
|
<html lang="en" data-ng-app="FileManagerApp">
|
|
|
|
|
<head>
|
|
|
|
|
<!--
|
|
|
|
|
* Angular FileManager v1.5.1 (https://github.com/joni2back/angular-filemanager)
|
|
|
|
|
* Jonas Sciangula Street <joni2back@gmail.com>
|
|
|
|
|
* Licensed under MIT (https://github.com/joni2back/angular-filemanager/blob/master/LICENSE)
|
|
|
|
|
-->
|
|
|
|
|
<meta name="viewport" content="initial-scale=1.0, user-scalable=no">
|
|
|
|
|
<meta charset="utf-8">
|
|
|
|
|
<title>我的文件 - {$options.siteName}</title>
|
|
|
|
|
<!-- third party -->
|
|
|
|
|
<script src="/static/js/angular.min.js"></script>
|
|
|
|
|
<script src="/static/js/angular-translate.min.js"></script>
|
|
|
|
|
|
|
|
|
@ -19,16 +13,12 @@
|
|
|
|
|
|
|
|
|
|
<script src="/static/js/bootstrap.min.js"></script>
|
|
|
|
|
<link rel="stylesheet" href="/static/css/font-awesome.min.css">
|
|
|
|
|
<!-- /third party -->
|
|
|
|
|
<!-- Comment if you need to use raw source code -->
|
|
|
|
|
<link href="/static/css/angular-filemanager.min.css" rel="stylesheet">
|
|
|
|
|
<link href="/static/css/toastr.min.css" rel="stylesheet">
|
|
|
|
|
<script type="text/javascript" src="/static/js/toastr.min.js"></script>
|
|
|
|
|
<script src="/static/js/angular-filemanager.min.js"></script>
|
|
|
|
|
<link rel="stylesheet" href="/static/css/photoswipe.css">
|
|
|
|
|
<link rel="stylesheet" href="/static/css/default-skin/default-skin.css">
|
|
|
|
|
|
|
|
|
|
<!-- /Comment if you need to use raw source code -->
|
|
|
|
|
<script type="text/javascript">
|
|
|
|
|
uploadConfig={
|
|
|
|
|
saveType : "{$policyData.policy_type}",
|
|
|
|
|