forked from visualpython/visualpython
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdataSelector.html
More file actions
38 lines (35 loc) · 1.64 KB
/
dataSelector.html
File metadata and controls
38 lines (35 loc) · 1.64 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
<body>
<div class="vp-dataselector-base">
<div class="vp-dataselector">
<div class="vp-inner-popup-header">
<label class="vp-inner-popup-title">Data Selector</label>
<!-- LAB: img to url -->
<!-- <img class="vp-inner-popup-close" src="${vp_base}/img/close_big.svg" title="Close data selector"/> -->
<div class="vp-inner-popup-close" title="Close data selector"></div>
</div>
<div class="vp-inner-popup-body vp-scrollbar">
<div class="vp-grid-col-p50">
<label class="vp-bold">Type</label>
<label class="vp-bold">Data</label>
</div>
<div class="vp-ds-data-box vp-grid-col-p50">
<div class="vp-ds-type-box vp-grid-box vp-scrollbar vp-no-selection">
</div>
<div class="vp-ds-variable-box vp-grid-box vp-scrollbar vp-no-selection">
</div>
</div>
<div class="vp-ds-option-box">
<label class="vp-bold">Option Page</label>
<div class="vp-ds-option-inner-box">
</div>
</div>
</div>
<div class="vp-inner-popup-footer">
<div class="vp-inner-popup-button-box">
<button type="button" class="vp-button" id="vp_dsCancel">Cancel</button>
<button type="button" class="vp-button activated" id="vp_dsOk">OK</button>
</div>
</div>
</div>
</div>
</body>