-
-
Notifications
You must be signed in to change notification settings - Fork 118
Expand file tree
/
Copy pathvariable.html
More file actions
38 lines (38 loc) · 1.53 KB
/
variable.html
File metadata and controls
38 lines (38 loc) · 1.53 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
<!--
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-scrollbar">
<table class="vp-option-table vp-option-horizontal-table-layout">
<colgroup><col width="150px"/><col width="*"/></colgroup>
<thead>
<tr>
<th>
<span class="vp-multilang" data-caption-id="varName">Variable Name</span>
<!-- LAB: img to url -->
<span id="vp_varRefresh" title="Refresh the list">
<!-- <img src="${vp_base}/img/refresh.svg"/> -->
</span>
</th>
<th>
<span class="vp-multilang" data-caption-id="dataType">Data Type</span>
</th>
</tr>
</thead>
<!-- variable list -->
<tbody></tbody>
</table>
<div class="vp_var_announcement"></div>
</div>
<hr/>
<strong><span class="vp-multilang" data-caption-id="varDetailValue">Variable Detail</span></strong>
<div id="vp_varDetailTable" class="rendered_html vp-scrollbar"></div>
</body>