-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
374 lines (308 loc) · 11.1 KB
/
index.html
File metadata and controls
374 lines (308 loc) · 11.1 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
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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
<!DOCTYPE html>
<html lang="en">
<head>
<title>JSdbGUI-Plant_2.0.2.DB</title>
<script src="http://cdnjs.cloudflare.com/ajax/libs/coffee-script/1.7.1/coffee-script.min.js"></script>
<script src='https://cdn.plot.ly/plotly-latest.min.js'></script>
<link rel="stylesheet" type="text/css" href="src/p5SimY/style.css">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- COLORSCEME
background-color: #021C1E;
red = #FB5642
green = #61E986;
-->
<style>
* {
box-sizing: border-box;
}
body {
background-color: #021C1E;
font-family: Arial, Helvetica, sans-serif;
font-color: green;
}
/* Style the header */
.header {
background-color: #021C1E;
padding: 10px;
text-align: left;
font-size: 35px;
frameBorder: 0px;
}
/* Create three unequal columns that floats next to each other */
.column {
float: left;
padding: 1px;
}
/* Left and right column */
.column.side {
}
/* Middle column */
.column.middle {
width: 50%;
}
/* Clear floats after the columns */
.row:after {
content: "";
display: table;
clear: both;
}
/* Style the footer */
.footer {
background-color: #f1f1f1;
padding: 10px;
text-align: center;
}
/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media (max-width: 600px) {
.column.side, .column.middle {
width: 100%;
}
}
a:link, a:visited {
background-color: #008CBA;
color: black;
border: 2px solid white;
padding: 2px 5px;
text-decoration: none;
display: inline-block;
width:8%;
font-size: 16px;
text-align:center;
}
a:hover, a:active {
background-color: #021C1E;
color: darkgreen;
font-size: 16px;
}
.img2 {
position: absolute;
left: 0px;
top: 0px;
z-index: -1;
}
div.gallery {
margin: 5px;
border: 1px solid #ccc;
float: left;
width: 180px;
}
div.gallery:hover {
border: 1px solid #777;
}
div.gallery img {
width: 100%;
height: auto;
}
div.desc {
padding: 15px;
text-align: center;
}
/* The expanding image container */
.container {
position: relative;
display: none;
}
/* Closable button inside the expanded image */
.closebtn {
position: absolute;
top: 10px;
right: 15px;
color: white;
font-size: 32px;
cursor: pointer;
}
.sidebutton {
background-color: #021C1E;
color: #61E986;
border: none;
padding: 7px 5px;
text-decoration: none;
display: inline-block;
/* width:5%; */
font-size: 14px;
text-align:center;
}
.buttonM {
background-color: #021C1E;
color: #61E986;
border: 2px solid white;
padding: 7px 5px;
text-decoration: none;
display: inline-block;
width:5%;
font-size: 16px;
text-align:center;
}
.button2 {background-color: #021C1E; padding: 2px 5px; border-radius: 12px;} /* background: Blue Black*/
.button3 {background-color: #f44336; padding: 2px 5px; border-radius: 12px;} /* Red */
.button4 {background-color: #e7e7e7; color: black; padding: 2px 5px;} /* Gray */
.button5 {background-color: #555555; padding: 2px 5px;} /* Black */
.button6 {background-color: #021C1E;
color: #021C1E;
border: 2px solid white;
padding: 2px 5px;
text-decoration: none;
/*display: inline-block;*/
width:5%;
font-size: 16px;
text-align:center;}
.button7 {background-color: #4CAF50; /* Green */
border: none;
color: white;
padding: 5px 15px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
border-radius: 12px;}
.storyTeller {
background-color: #003B46;
color: lime;
border: 2px solid white;
padding: 2px 5px;
text-decoration: none;
display: inline-block;
width:100%;
font-size: 12px;
text-align:left;
align-content:center;
overflow:auto;
}
.dropbtn {
background-color: #04AA6D;
color: white;
padding: 16px;
font-size: 16px;
border: none;
}
.dropdown {
position: relative;
display: inline-block;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #f1f1f1;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
right:0px;
}
.dropdown-content a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
}
.dropdown-content a:hover {background-color: #ddd;}
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropbtn {background-color: #3e8e41;}
.buttonM:hover {background-color: #3e8e41;}
</style>
</head>
<script>
function myFunction(imgs) {
var expandImg = document.getElementById("expandedImg");
var imgText = document.getElementById("imgtext");
expandImg.src = imgs.src;
imgText.innerHTML = imgs.alt;
expandImg.parentElement.style.display = "block";
}
function RunExe2(){
var shell2 = new ActiveXObject("WScript.Shell");
var path2 = '"http://127.0.0.1:8023"';
shell2.run(path2,1,false);
}
function w3_open() {
document.getElementById("mySidebar").style.display = "block";
}
function w3_close() {
document.getElementById("mySidebar").style.display = "none";
}
function w4_open() {
document.getElementById("myfiles").style.display = "block";
}
function w4_close() {
document.getElementById("myfiles").style.display = "none";
}
function w50_open() {
document.getElementById("myfiles55").style.display = "block";
}
function w50_close() {
document.getElementById("myfiles55").style.display = "none";
}
</script>
<body>
<h3><img src="source/haskell-logo2.svg" style="width:13%" onclick="myFunction(this);" <div class="w3-teal">
<button onclick="w3_open()" class="buttonM button2">open ×</button>
<a class="buttonM button6;" href="source/courtesy.png" style="background-color:#021C1E;border-radius: 12px;color: #d800c4" target="iframe_0">libray</a>
</div></h3>
<div class="row">
<div class="column middle" style="background-color:none;">
<a href="source/plotCOMPAKTshort.html" style="background-color:#021C1E;border-radius: 12px;color: #FB5642;padding: 2px 5px;" target="iframe_a">plot CELL</a>
<a href="src/textS/story01.html" class="buttonM" style="background-color:#021C1E;border-radius: 12px;color: #003B56;padding: 12px 2px;2" target="iframe_0">simul. VAL</a>
<a href="../JSdbSTREAMall/operators/operatorsData.svg" style="background-color:#021C1E;border-radius: 12px;color: #003B56;padding: 2px 5px;" target="iframe_a" >data types</a>
<a href="c:/KAAnsatz21/ConceptRecover11-21.svg" style="background-color:#021C1E;border-radius: 12px;color: #66A5AD;border-color: #003B56;padding: 2px 5px;" target="iframe_a">Action</a>
<a href="source/outThere01Com.js" style="background-color:#021C1E;border-radius: 12px;color: #66A5AD;border-color: #003B56;padding: 2px 5px;" target="iframe_b">CELL</a>
<a href="../JSdbSTREAMall/operators/operatorsData.svg" style="background-color:#021C1E;border-radius: 12px;color: #003B56;border-color: #003B56" target="iframe_a">write</a>
<a href="src/textS/story2.html" style="background-color:#021C1E;border-radius: 12px;color: #003B56;border-color: #003B56" target="iframe_a">2_3_5</a>
<a href="src/textS/workingExam1Experiment3.html"style="background-color:#021C1E;border-radius: 12px;color: #61E986;border-color: #003B56" target="iframe_b">P(A)</a>
<img src="source/ilabel.png" style="width:5%" onclick="myFunction(this);">
</div>
</div>
<div class="row">
<div class="column middle" style="background-color:none;">
</div>
<div class="column side" style="height:50px; width:100%">
<div class="container" style="height:50px; width:100%">
<span onclick="this.parentElement.style.display='none'" class="closebtn">×</span>
<img id="expandedImg">
<p> <textarea name="message" class="storyTeller" rows="20" cols="20">
choose MAIN KA,Simi,CSV,,,
</textarea>
<br><br>
</p>
<div id="imgtext"></div>
</div>
</div>
<div class="row" name="oben">
<div class="w3-sidebar w3-bar-block w3-border-right" style="display:none" id="mySidebar">
<iframe src="../JSdbSTREAMall/operators/operatorsData.svg" name="iframe_a" style="border:none;background:#d1d00f6;frameBorder:0;" width="33%" height="550px"></iframe>
<iframe src="../JSdbSTREAMall/USERPROFILEprojects/bravohandsome.html" name="iframe_b" style="border:none;background:#d1d00f6;frameBorder:0;" width="66%" height="550px"></iframe>
<button onclick="w3_close()" class="w3-bar-item w3-large" style="border-radius: 12px;" >Close ×</button>
</div>
<!-- JSdbCtrl haskell or node switches -->
</div>
<div class="row">
<div class="column side" style="background-color:none;">
<div class="w3-sidebar w3-bar-block w3-border-right" id="myfiles">
<a onclick="w4_close()" class="buttonM button2">×</a>
<text style="color:white;">batch architecture<br>
USERPROFILE<br>data<br>operators<br>statistics
</text>
</div>
<div class="w3-sidebar w3-bar-block border-right" id="myfiles55">
<a onclick="w50_close()" class="buttonM button2">×</a>
<a href="../JSdbGUI/src/textS/CapstoneConcept.svg" class="sidebutton" style="border:none;" target="iframe_0">operaqtors</a><br>
<a href="src/textS/Links.html" class="buttonM" style="border:none;background-color:#021C1E;color: #FB5642;" hover="color:blue;" target="iframe_0">run_batch_file</a><br>
<a href="src/textS/Links.html" style="border:none;" target="iframe_0">operator data</a><br>
<a href="../JSdbSTREAMall/operators/operatorsData.svg" style="border:none;" target="iframe_0">statistics</a><br>
</div>
</div>
<div class="dropdown">
<button class="dropbtn" style="border-radius: 12px;">run</button> <!-- THE RUN BUTTON-->
<div class="dropdown-content"style="background-color:#021C1E;border-radius: 12px;color: #d800c4" >
<a href="c:/KAAnsatz21/ConceptRecover11-21.svg" target="iframe_0" style="background-color:#021C1E;border-radius: 12px;color: #d800c4">haskell</a>
<a href="src/textS/Capstone.html" target="iframe_0" class="sidebotton" style="background-color:#021C1E;border-radius: 12px;color: #d800c4">capstone JS</a>
<a href="file:///C:/JSdbSTREAMall/USERPROFILEprojects/JSdbCtrl.svg" target="iframe_0" style="background-color:#021C1E;border-radius: 12px;color: #FB5642">via this GUI</a>
</div>
<div class="column middle" style="background-color:none;">
<iframe id="folders" src="file:///C:/JSdbSTREAMall/USERPROFILEprojects/JSdbCtrl.svg" scrolling="no" name="iframe_0" height="450" width="350" style="border:none;background:#d1d00f6;frameBorder:0;color:red"></iframe>
<button class="buttonM button7" onclick="w4_open()">explain</button>
<!-- PlugIn JSdbCtrl.svg -->
</div>
</body>
</html>