-
-
Notifications
You must be signed in to change notification settings - Fork 118
Expand file tree
/
Copy pathinstance.html
More file actions
30 lines (27 loc) · 1.34 KB
/
instance.html
File metadata and controls
30 lines (27 loc) · 1.34 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
<body>
<div class="vp-instance-body">
<div class="vp-instance-left-box vp-instance-base cm-s-ipython">
<div class="vp-instance-target-box vp-grid-col-110">
<label for="vp_instanceTarget" class="vp-instance-label variable vp-orange-text">Target variable</label>
<input type="text" id="vp_instanceTarget" placeholder="Select variable"/>
</div>
<div class="vp-instance-box variable">
<textarea id="vp_instanceVariable" name="code"></textarea>
</div>
<div class="vp-ins-container variable" id="vp_variableInsEditContainer">
<!-- vpInstanceEditor -->
</div>
<hr style="margin: 0px;"/>
<label for="vp_instanceAllocate" class="vp-instance-label allocate">Allocate to</label>
<input type="text" id="vp_instanceAllocate" placeholder="Variable name"/>
</div>
<div class="vp-instance-right-box">
<div class="vp-bold">
<span class="vp-instance-preview-title">Instance Preview</span>
</div>
<div class="vp-instance-preview-box vp-grid-border-box">
<div id="instancePreview" class="vp-instance-preview-content vp_rendered_html vp-center vp-scrollbar"></div>
</div>
</div>
</div>
</body>