-
-
Notifications
You must be signed in to change notification settings - Fork 118
Expand file tree
/
Copy pathinformation.html
More file actions
43 lines (41 loc) · 1.75 KB
/
information.html
File metadata and controls
43 lines (41 loc) · 1.75 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
<!--
Project Name : Visual Python
Description : GUI-based Python code generator
File Name : variable.html
Author : Black Logic
Note : Apps > Variable template
License : GNU GPLv3 with Visual Python special exception
Date : 2021. 12. 29
Change Date :
-->
<!-- use body tag to strip comments out on requirejs/text plugin -->
<body>
<div id="vp_var_variableBox" class="vp-information-body vp-scrollbar">
<div class="vp-information-left-box">
<div class="vp-grid-col-95">
<label for="data" class="vp-orange-text">Data</label>
<input type="text" id="data" class="vp-input" />
</div>
<hr style="margin: 5px 0;"/>
<div class="vp-information-toolbox">
</div>
<div id="variablePreview" class="vp-variable-table vp-scrollbar vp-no-selection">
</div>
</div>
<div class="vp-information-right-box">
<div class="vp-information-preview-header">
<span class="vp-information-preview-title vp-bold">Info Preview</span>
<div class="vp-information-run-button">
<div class="vp-icon-run white" style="display: inline-block;"></div>
Run
</div>
</div>
<div class="vp-information-preview-box vp-grid-border-box vp-scrollbar">
<div id="informationPreviewTitle" class="vp-information-preview-title">
</div>
<hr style="margin: 5px 0;"/>
<div id="informationPreview" class="vp-information-preview-content vp_rendered_html vp-center"></div>
</div>
</div>
</div>
</body>