diff options
| author | Julie Lala <jules@okfoc.us> | 2014-06-08 12:22:59 -0400 |
|---|---|---|
| committer | Julie Lala <jules@okfoc.us> | 2014-06-08 12:22:59 -0400 |
| commit | d385f80d0942494410432f11d3f3ca0f05d9e4a9 (patch) | |
| tree | 013c274d1311b58f3f9ea9c4716ce5e2124a60ce /views/modal.ejs | |
| parent | 6dc5e91ebf84181bc8ca1057d5338296d918931c (diff) | |
new views and redirection logic
Diffstat (limited to 'views/modal.ejs')
| -rw-r--r-- | views/modal.ejs | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/views/modal.ejs b/views/modal.ejs new file mode 100644 index 0000000..b47f6aa --- /dev/null +++ b/views/modal.ejs @@ -0,0 +1,22 @@ +<!doctype html> +<html> +<head> + <title>vvalls</title> + [[ include partials/meta ]] +</head> +<body class="loading"> + <div class="rapper page" style="height: 100%;"> + [[ include partials/header ]] + + <div style="height: 70%; clear: both;"></div> + + [[ include partials/signin ]] + [[ include projects/new-project ]] + [[ include projects/edit-project ]] + [[ include partials/footer ]] + +</div> +</body> +[[ include partials/scripts ]] +<script>window.isModalView = true</script> +</html> |
