forked from visualpython/visualpython
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvariables.html
More file actions
24 lines (24 loc) · 1.03 KB
/
Copy pathvariables.html
File metadata and controls
24 lines (24 loc) · 1.03 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
<div class="vp-option-page" id="vp_varPage">
<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>
<span id="vp_varRefresh" title="Refresh the list"><img src="/nbextensions/visualpython/resource/refresh.svg"/></span>
</th>
<th>
<span class="vp-multilang" data-caption-id="dataType">Data Type</span>
</th>
</tr>
</thead>
<tbody>
<!-- variable list -->
</tbody>
</table>
</div>
<hr/>
<strong><span class="vp-multilang" data-caption-id="varDetailValue">Variable Detail</span></strong>
<div id="vp_varDetailTable" class="rendered_html"></div>
</div>