summaryrefslogtreecommitdiff
path: root/views/modal.ejs
blob: 6ed3fa1a2f54d05743e211bccd93fe311b1db718 (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
<!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/confirm-modal ]]	
	[[ include partials/sign-in ]]	
	[[ include projects/layouts-modal ]]
	[[ include projects/edit-project ]]
	[[ include partials/footer ]]

</div>
</body>
[[ include partials/scripts ]]
<script id="opt" type="text/json">[[- JSON.stringify(opt) ]]</script>
<script>window.isModalView = true</script>
</html>