summaryrefslogtreecommitdiff
path: root/views/controls/blueprint/info.ejs
blob: a86481ba1647f6115fb5b3c1ead282442a6bb975 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<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">feet</option>
			<option value="m">meters</option>
		</select>
	</div>

	<div class="setting number scale">
		<label>scale</label>
    <span id="blueprintScaleDisplay"></span>
    px/<span class="units"></span>
    <span class="openScaler">[edit scale]</span>
	</div>

</div>