summaryrefslogtreecommitdiff
path: root/views/projects/layouts-modal.ejs
diff options
context:
space:
mode:
Diffstat (limited to 'views/projects/layouts-modal.ejs')
-rw-r--r--views/projects/layouts-modal.ejs26
1 files changed, 26 insertions, 0 deletions
diff --git a/views/projects/layouts-modal.ejs b/views/projects/layouts-modal.ejs
new file mode 100644
index 0000000..90585c3
--- /dev/null
+++ b/views/projects/layouts-modal.ejs
@@ -0,0 +1,26 @@
+<div class="mediaDrawer fixed animate layouts">
+ <span class="close">X</span>
+ <div class="box">
+
+ <div class="templates">
+ <h1>Edit Room Layouts</h1>
+ </div>
+ <form>
+ <input data-role="create-new-layout" class="button_text" type="submit" value="New Layout">
+ </form>
+ </div>
+</div>
+
+
+<div class="mediaDrawer fixed animate newProject">
+ <span class="close">X</span>
+ <div class="box">
+
+ <div class="templates">
+ <h1>Choose Room Template</h1>
+ </div>
+ <form>
+ <input class="button_text" type="submit" value="Create Project">
+ </form>
+ </div>
+</div>