checkpoint sla work
This commit is contained in:
parent
2f85082c79
commit
627193b645
4 changed files with 92 additions and 136 deletions
18
web/kiri/output-sla.html
Normal file
18
web/kiri/output-sla.html
Normal 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>
|
||||
Loading…
Reference in a new issue