-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (27 loc) · 1.51 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<!--[if lt IE 7]><html class="ng-csp ie ie6 lte9 lte8 lte7"><![endif]-->
<!--[if IE 7]><html class="ng-csp ie ie7 lte9 lte8 lte7"><![endif]-->
<!--[if IE 8]><html class="ng-csp ie ie8 lte9 lte8"><![endif]-->
<!--[if IE 9]><html class="ng-csp ie ie9 lte9"><![endif]-->
<!--[if gt IE 9]><html class="ng-csp ie"><![endif]-->
<!--[if !IE]><!--><html class="ng-csp"><!--<![endif]-->
<head>
<title>
Choose files
</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="shortcut icon" href="/themes/deic_theme_oc7/core/img/favicon.png" />
<link rel="stylesheet" href="/apps/chooser/css/jqueryFileTree.css" type="text/css" media="screen" />
<!--<script type="text/javascript" src="/index.php/core/js/config.js?v=4424d2deec2f9468fb61e2db07ecd6b6"></script>
<script type="text/javascript" src="/remote.php/core.js?v=4424d2deec2f9468fb61e2db07ecd6b6"></script>-->
<!--<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script type="text/javascript" src="/apps/chooser/js/jquery-1.10.2.min.js"></script>-->
<script type="text/javascript" src="/apps/chooser/js/jquery.easing.1.3.js"></script>
<script type="text/javascript" src="/apps/chooser/js/jqueryFileTree.js"></script>
<script type="text/javascript" src="/apps/chooser/js/chooser.js"></script>
</head>
<body id="body-user">
<div id="loadFolderTree"></div>
<div id="file" style="visibility: hidden; display:inline;"></div>
</body>
</html>