grid-apps-cmms/web/kiri/output-sla.html
2020-04-13 21:52:05 -04:00

18 lines
633 B
HTML

<button id="print-close" class="modal-x">X</button>
<span>output options</span>
<div>
<table id="print-info">
<tr><th>file name</th><td><input id="print-filename" size="30" spellcheck="false" /></td></tr>
<tr><th>layers</th><td><input id="print-layers" size="10" spellcheck="false" /></td></tr>
</table>
</div>
<div class="print-sel">
<table>
<tr><th><button id="print-photons">download as .photons</button></th></tr>
<tr><th><button id="print-photon">download as .photon</button></th></tr>
<tr><th><button id="print-pws">download as .pws</button></th></tr>
</table>
</div>