-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathassets_header.php
More file actions
executable file
·53 lines (36 loc) · 1.27 KB
/
Copy pathassets_header.php
File metadata and controls
executable file
·53 lines (36 loc) · 1.27 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<?php
require('inc/define.php');
require('inc/fcts.php');
require('inc/inc.php');
$PROJECT = $_SESSION["PROJECT"];
$asset = strtolower(substr($assets, 0, -1));
$path_assets = "__projects/".$PROJECT."/".$assets."";
$class_btn_upload_fileContainer = "";
$droppable = "false";
if($assets=="cases"){
$class_btn_upload_fileContainer = "btn_upload_fileContainer";
$droppable = "true";
}
$id_name = localstorage_graph_id_name($PROJECT);
?>
<script type="text/javascript" src="js/jquery-1.9.1.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<!-- <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script> -->
<script src="js/jquery-ui.js"></script>
<link rel="stylesheet" href="css/font-awesome-4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/home.css">
<link rel="stylesheet" href="css/bin.css">
<!-- <link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css"> <script> </script>-->
<link rel="stylesheet" href="css/jquery-ui.css">
<link rel="stylesheet" type="text/css" href="css/bootstrap-filters.min.css">
<style>
html, body{
margin: 0px;
margin-left: 3px;
margin-right: 3px;
padding: 0px;
/*overflow: hidden;*/
border: 0 none !important;
background: none;
}
</style>