mirror of
https://gitlab.constantvzw.org/osp/tools.cobbled-paths.git
synced 2024-12-22 04:30:32 +01:00
9 lines
504 B
HTML
9 lines
504 B
HTML
<div id="save-buttons" {% if zone == "direct" %}class="direct"{% endif %}>
|
|
<label for="text-checkbox"
|
|
title="display the remaining text and markers in the svg output in red">
|
|
preview</label>
|
|
<input id="text-checkbox" type="checkbox" class="body-class-check" value="check-text" data-name="c" data-frame="svg-iframe"/>
|
|
<button id="save-svg">get SVG</button>
|
|
<button id="save-hpgl">get HPGL</button>
|
|
</div>
|
|
<script src="/static/js/export_interface.js"></script> |