Make bright printing optional
This commit is contained in:
parent
9d4ecaaf72
commit
4f3d66f6a0
3 changed files with 26 additions and 15 deletions
|
|
@ -10,6 +10,9 @@
|
|||
<form method="post" enctype="multipart/form-data">
|
||||
<ol>
|
||||
<li><input type="file" name="image" /></li>
|
||||
<li>
|
||||
<label><input type="checkbox" name="bright" checked /> Bright</label>
|
||||
</li>
|
||||
<li><button>Print!</button></li>
|
||||
</ol>
|
||||
</form>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue