-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdnd-colorcoded-3.html
121 lines (101 loc) · 5.14 KB
/
dnd-colorcoded-3.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<html>
<head>
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
<meta content="utf-8" http-equiv="encoding">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<link rel="stylesheet" type="text/css"
href="https://cdnjs.cloudflare.com/ajax/libs/extjs/6.0.0/classic/theme-crisp/resources/theme-crisp-all.css" />
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/extjs/6.0.0/ext-all.js"> </script>
<link rel="stylesheet" media="screen" href="dnd-colorcoded-3.css">
<script type="application/javascript" src="dnd-colorcoded-3.js"></script>
</head>
<body>
<div class="barsContainer" style="width:100%">
<div id="ribbonSimple" style="width:100%"></div>
</div>
<hr/>
<!-- Canvas parent -->
<div style ="padding: 10px 15px 0px 15px;">
<div class="start-dd-target" style="width:100%;height:2em; box-sizing: border-box; border: 0.1em dashed black; padding: 3px"><b style="pointer-events: none;">Drop report here to start...</b></div>
</div>
<div class="canvas-parent">
<!-- Flexbox groups-->
<!-- <div class="col-group">-->
<!-- <div class="row-group">-->
<!-- <div class="row-group">-->
<!-- <div class="frame" draggable="true">-->
<!-- <div class="frame-content">Frame 1</div>-->
<!-- </div>-->
<!-- <div class="frame" draggable="true">-->
<!-- <div class="frame-content">Frame 2</div>-->
<!-- </div>-->
<!-- </div>-->
<!-- <div class="row-group">-->
<!-- <div class="frame" draggable="true">-->
<!-- <div class="frame-content">Frame 3</div>-->
<!-- </div>-->
<!-- <div class="frame" draggable="true">-->
<!-- <div class="frame-content">Frame 4</div>-->
<!-- </div>-->
<!-- <div class="frame" draggable="true">-->
<!-- <div class="frame-content">Frame 5</div>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- <div class="row-group">-->
<!-- <div class="col-group">-->
<!-- <div class="frame" draggable="true">-->
<!-- <div class="frame-content">Frame 6</div>-->
<!-- </div>-->
<!-- <div class="row-group">-->
<!-- <div class="frame" draggable="true">-->
<!-- <div class="frame-content">Frame 7</div>-->
<!-- </div>-->
<!-- <div class="frame" draggable="true">-->
<!-- <div class="frame-content">Frame 8</div>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- <div class="frame" draggable="true">-->
<!-- <div class="frame-content">Frame 9</div>-->
<!-- </div>-->
<!-- </div>-->
<!-- <div class="frame" draggable="true">-->
<!-- <div class="frame-content">Frame 10</div>-->
<!-- </div>-->
<!-- </div>-->
</div>
<!-- End of canvas parent-->
<!--Use this color as dd-target-zone base color: #00b4d822-->
<div class="dd-target-zone"></div>
<div class="dd-target-parent">
<div class="dd-target-underlay"></div>
<div class="dd-target"></div>
</div>
<!--<div draggable="true">-->
<!-- <div style="position:absolute;top:114px;left:16px;height:396px;width:1505px;background:#0077b622"></div>-->
<!-- <div style="position:absolute;top:114px;left:16px;height:12px;width:1505px;background:#0077b6bb"></div>-->
<!--</div>-->
<!--<div draggable="true">-->
<!-- <div style="position:absolute;top:114px;left:16px;height:98px;width:702px;background:#0096c722"></div>-->
<!-- <div style="position:absolute;top:126px;left:16px;height:12px;width:702px;background:#0096c7bb"></div>-->
<!--</div>-->
<!--<div draggable="true">-->
<!-- <div style="position:absolute;top:126px;left:16px;height:96px;width:348px;background:#00b4d822"></div>-->
<!-- <div style="position:absolute;top:138px;left:16px;height:12px;width:348px;background:#00b4d8bb"></div>-->
<!--</div>-->
<!--<div draggable="true">-->
<!-- <div style="position:absolute;top:590px;left:830px;height:96px;width:348px;background:#48cae422"></div>-->
<!-- <div style="position:absolute;top:590px;left:830px;height:12px;width:348px;background:#48cae4bb"></div>-->
<!--</div>-->
<!--<div draggable="true">-->
<!-- <div style="position:absolute;top:590px;left:1040px;height:96px;width:348px;background:#00b4d822"></div>-->
<!-- <div style="position:absolute;top:590px;left:1040px;height:12px;width:348px;background:#00b4d8bb"></div>-->
<!--</div>-->
<!--<div draggable="true">-->
<!-- <div style="position:absolute;top:590px;left:1250px;height:96px;width:348px;background:#0096c722"></div>-->
<!-- <div style="position:absolute;top:590px;left:1250px;height:12px;width:348px;background:#0096c7bb"></div>-->
<!--</div>-->
</body>
</html>