diff options
| author | Julie Lala <jules@okfoc.us> | 2014-06-11 00:24:33 -0400 |
|---|---|---|
| committer | Julie Lala <jules@okfoc.us> | 2014-06-11 00:24:33 -0400 |
| commit | c40e1e901f0d51e48be4dffafad9c3b1039a9fd2 (patch) | |
| tree | 6b9be3524d8424650e16d9040dda442c7ecd467a /views/projects/layouts-modal.ejs | |
| parent | 4e4b5b5668835097f335efaf55dfe837eec7dc3c (diff) | |
wire up layout index modals
Diffstat (limited to 'views/projects/layouts-modal.ejs')
| -rw-r--r-- | views/projects/layouts-modal.ejs | 26 |
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> |
