Greg Humphreys | 6c07907 | 2014-10-13 13:58:09 -0400 | [diff] [blame] | 1 | <section id="sidebar"> |
| 2 | <div class="panel panel-primary"> |
| 3 | <div class="panel-heading"> |
| 4 | <h3 class="panel-title"> |
| 5 | Options |
| 6 | </h3> |
| 7 | </div> |
| 8 | <div class="panel-body"> |
| 9 | <form class="form-horizontal" role="form"> |
| 10 | <div class="form-group"> |
| 11 | <label for="image-width" class="col-sm-4 control-label">Width</label> |
| 12 | <div class="col-sm-8"> |
| 13 | <input type="number" class="form-control" id="image-width" value="{{.Width}}"> |
| 14 | </div> |
| 15 | </div> |
| 16 | <div class="form-group"> |
| 17 | <label for="image-height" class="col-sm-4 control-label">Height</label> |
| 18 | <div class="col-sm-8"> |
| 19 | <input type="number" class="form-control" id="image-height" value="{{.Height}}"> |
| 20 | </div> |
| 21 | </div> |
Greg Humphreys | ccb5489 | 2014-10-13 18:12:33 -0400 | [diff] [blame^] | 22 | <div class="checkbox"> |
| 23 | <label> |
| 24 | <input id="use-gpu" type="checkbox" value=""{{if .GPU}} checked{{end}}> |
| 25 | Ganesh |
| 26 | </label> |
| 27 | </div> |
Greg Humphreys | 6c07907 | 2014-10-13 13:58:09 -0400 | [diff] [blame] | 28 | </form> |
| 29 | </div> |
| 30 | </div> |
| 31 | </section> |