diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-08-18 17:55:10 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-08-18 17:55:10 -0400 |
| commit | b4c7b2126b384a61bb69b046d0620ac53dd063ec (patch) | |
| tree | af4da24e82c8a3cb168824d16ae0005f96ef93f4 /views/controls/blueprint/info.ejs | |
| parent | 46980b02b80ea94a9df57dc304d204e6feec0476 (diff) | |
split off info/settings
Diffstat (limited to 'views/controls/blueprint/info.ejs')
| -rw-r--r-- | views/controls/blueprint/info.ejs | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/views/controls/blueprint/info.ejs b/views/controls/blueprint/info.ejs new file mode 100644 index 0000000..f994629 --- /dev/null +++ b/views/controls/blueprint/info.ejs @@ -0,0 +1,25 @@ +<div class="vvbox settings info" id="blueprintInfo"> + <h4>Blueprint Editor</h4> + + <div class="setting number twoline"> + <label for="room-height">ceiling height</label> + <input type="text" class="units" name="height" id="room-height"> + <label for="room-height-global" id="room-height-global-label">global?</label> + <input type="checkbox" name="heightGlobal" id="room-height-global"> + </div> + + <div class="setting number twoline"> + <label for="viewHeight">camera height</label> + <input type="text" class="units" name="viewHeight" id="viewHeight"> + </div> + + <div class="setting number twoline"> + <label for="builder-units">units</label> + <select id="builder-units" name="units"> + <option value="px">pixels</option> + <option value="ft">foot</option> + <option value="m">meter</option> + </select> + </div> + +</div> |
