checkpoint sla work

This commit is contained in:
Stewart Allen 2020-04-13 21:52:05 -04:00
commit 627193b645
4 changed files with 92 additions and 136 deletions

18
web/kiri/output-sla.html Normal file
View file

@ -0,0 +1,18 @@
<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>