export hpgl load from folder
This commit is contained in:
@@ -24,6 +24,10 @@
|
||||
<aside class="sidebar">
|
||||
<div id="panelFile" class="tab-panel">
|
||||
<section class="upload-section">
|
||||
<label class="upload-label" for="hpglFolderSelect">Load from folder</label>
|
||||
<select id="hpglFolderSelect" class="font-select">
|
||||
<option value="">— Select file —</option>
|
||||
</select>
|
||||
<label class="upload-label" for="fileInput">Upload HPGL</label>
|
||||
<input type="file" id="fileInput" accept=".hpgl,.plt" class="file-input">
|
||||
<p class="hint">.hpgl or .plt files only</p>
|
||||
@@ -40,6 +44,7 @@
|
||||
<label class="upload-label" for="textSize">Size (pt)</label>
|
||||
<input type="number" id="textSize" class="text-size" value="72" min="8" max="500" step="1">
|
||||
<button type="button" class="btn btn-generate" id="btnGenerateHpgl">Generate HPGL</button>
|
||||
<button type="button" class="btn btn-export-hpgl" id="btnExportHpgl" disabled>Export HPGL</button>
|
||||
<p id="textMessage" class="message"></p>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user