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> |
| 22 | </form> |
| 23 | </div> |
| 24 | </div> |
| 25 | </section> |