summaryrefslogtreecommitdiff
path: root/views/modal.ejs
blob: 4550aff68e5f8c90b0a0cc6fe25da9c6f0227334 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!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>window.isModalView = true</script>
</html>