blob: 0d648cd2db6542d360d7112d8d29a2295a73f621 (
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
|
<div class="mediaDrawer fixed animate layouts">
<span class="close">X</span>
<div class="box">
<div class="templates">
<h2>Edit Room Layouts</h2>
<div class="templates-list">
</div>
<form>
<input data-role="create-new-blueprint" class="button_text" type="submit" value="Trace a Blueprint">
<input data-role="create-new-layout" class="button_text" type="submit" value="Make a Standard Layout">
</form>
</div>
<div class="no-templates">
There are no room layouts available. Please <a href="/layout/new">create a new one.</a>
</div>
</div>
</div>
<div class="mediaDrawer fixed animate projects">
<span class="close">X</span>
<div class="box">
<div class="templates">
<h2>Your Projects</h2>
<div class="templates-list">
</div>
</div>
<div class="no-templates">
</div>
<form>
<input class="button_text" type="submit" value="New Project">
</form>
</div>
</div>
<div class="mediaDrawer fixed animate newProject">
<span class="close">X</span>
<div class="box">
<div class="templates">
<h2>Select a Room Template</h2>
<div class="templates-list">
</div>
<form>
<input data-role="create-new-blueprint" class="button_text" type="submit" value="trace a blueprint">
<input data-role="create-new-layout" class="button_text" type="submit" value="or make your own template">
</form>
</div>
<div class="no-templates">
There are no room layouts available. Please <a href="/layout/new">create a new one.</a>
</div>
</div>
</div>
|