diff options
| author | Julie Lala <jules@okfoc.us> | 2014-06-10 01:22:43 -0400 |
|---|---|---|
| committer | Julie Lala <jules@okfoc.us> | 2014-06-10 01:22:43 -0400 |
| commit | 160eb7f88036d997d555520df204bf37aeb22f77 (patch) | |
| tree | 56752055d29a9351c6659bdf69413657d3ed6c2b /views/partials/confirm-modal.ejs | |
| parent | a70194c0a4540f7e68305d57c2fc34d864e3b009 (diff) | |
confirm modal, alert modal
Diffstat (limited to 'views/partials/confirm-modal.ejs')
| -rw-r--r-- | views/partials/confirm-modal.ejs | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/views/partials/confirm-modal.ejs b/views/partials/confirm-modal.ejs new file mode 100644 index 0000000..845aed2 --- /dev/null +++ b/views/partials/confirm-modal.ejs @@ -0,0 +1,22 @@ +<div class="mediaDrawer fixed animate alert"> + <span class="close">X</span> + <div class="box"> + <form> + <span class="message"></span> + <br> + <button class="ok">OK</button> + </form> + </div> +</div> + +<div class="mediaDrawer fixed animate confirm"> + <span class="close">X</span> + <div class="box"> + <form> + <span class="question"></span> + <br> + <button class="yes">OK</button> + <button class="no">Cancel</button> + </form> + </div> +</div> |
