forked from visualpython/visualpython
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsaveImg.html
More file actions
30 lines (28 loc) · 1.56 KB
/
saveImg.html
File metadata and controls
30 lines (28 loc) · 1.56 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
<div class="vp-option-page" id="vp_inputPage">
<form id="vp_optionForm">
<div class="vp-accordion-container vp-accordion-open">
<div class="vp-accordion-header"><span class="vp-accordion-indicator"></span><span class="vp-accordion-caption" data-caption-id="TODO:Variable">Required Input & Output</span></div>
<div id="vp_inputOutputBox" class="vp-accordion-content">
<table class="vp-option-table">
<tr>
<td>
<label for="figureVar"><span class="vp-multilang" data-caption-id="mp_saveFigureVar">Figure To Save</span></label>
</td>
<td>
<input type="text" class="vp-input input-single" id="figureVar" title="use focused plot if input nothing"/><br/>
</td>
</tr>
<tr>
<td>
<label for="imgFileName" class="vp-orange-text"><span class="vp-multilang" data-caption-id="mp_imgFileName">File Path</span></label>
</td>
<td>
<input type="text" class="vp-input input-single" id="imgFileName" placeholder="./file.png" />
<input type="button" value="path" class="vp-navi-btn black" id="vp_openFileNavigationBtn"><span id="fileName"></span>
</td>
</tr>
</table>
</div>
</div>
</form>
</div>