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
14 lines (14 loc) · 731 Bytes
/
Copy pathvariables.html
File metadata and controls
14 lines (14 loc) · 731 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<div class="vp-option-page" id="vp_varPage">
<div id="vp_var_variableBox">
<table class="vp-option-table vp-option-horizontal-table-layout">
<colgroup><col width="*"/><col width="35%"/></colgroup>
<tr>
<th title="click to copy"><span class="vp-multilang" data-caption-id="varName">Variable Name</span> <i id="vp_varRefresh" class="fa fa-refresh"></i></th>
<th><span class="vp-multilang" data-caption-id="dataType">Data Type</span></th>
</tr>
</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>