blob: 9f7d708f48b8c08031230237a676b23a10d342e9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<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">
</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>
|