diff options
author | Dennis Eriksen <dennis.se@gmail.com> | 2013-05-25 11:17:42 +0200 |
---|---|---|
committer | Dennis Eriksen <dennis.se@gmail.com> | 2013-05-25 11:17:42 +0200 |
commit | e582c3b84c6090b08f33d599c354968fcd868d14 (patch) | |
tree | b6de1b7b1f708bf9126ccb709d5129e91a67c7d5 /app/views | |
parent | changed what gets collected (diff) | |
download | Divid-e582c3b84c6090b08f33d599c354968fcd868d14.tar.gz |
moved and renamed files to match the filesetup we want.
havebeen using a dev-setup till now.
Diffstat (limited to '')
-rw-r--r-- | app/views/contact.ejs (renamed from views/contact.ejs) | 6 | ||||
-rw-r--r-- | app/views/dashboard.ejs (renamed from views/dashboard.ejs) | 6 | ||||
-rw-r--r-- | app/views/error.ejs (renamed from views/error.ejs) | 0 | ||||
-rw-r--r-- | app/views/faq.ejs (renamed from views/faq.ejs) | 6 | ||||
-rw-r--r-- | app/views/home.ejs (renamed from views/home.ejs) | 0 | ||||
-rw-r--r-- | app/views/index.ejs (renamed from views/index.ejs) | 6 | ||||
-rw-r--r-- | app/views/project/newProject.ejs (renamed from views/newProject.ejs) | 6 | ||||
-rw-r--r-- | app/views/project/participants.ejs (renamed from views/projectParticipants.ejs) | 6 | ||||
-rw-r--r-- | app/views/project/post.ejs (renamed from views/projectPost.ejs) | 6 | ||||
-rw-r--r-- | app/views/project/project.ejs (renamed from views/project.ejs) | 6 | ||||
-rw-r--r-- | app/views/template.ejs (renamed from views/template.ejs) | 6 | ||||
-rw-r--r-- | app/views/templates/footer.ejs (renamed from views/footer.ejs) | 0 | ||||
-rw-r--r-- | app/views/templates/header.ejs (renamed from views/header.ejs) | 0 | ||||
-rw-r--r-- | app/views/templates/navbar.ejs (renamed from views/navbar.ejs) | 0 | ||||
-rw-r--r-- | app/views/test.ejs (renamed from views/test.ejs) | 6 | ||||
-rw-r--r-- | app/views/users/registerEmail.ejs (renamed from views/registerEmail.ejs) | 4 | ||||
-rw-r--r-- | app/views/users/signup.ejs (renamed from views/signup.ejs) | 6 |
17 files changed, 35 insertions, 35 deletions
diff --git a/views/contact.ejs b/app/views/contact.ejs index 4fed4c5..72268cb 100644 --- a/views/contact.ejs +++ b/app/views/contact.ejs @@ -1,8 +1,8 @@ -<% include header %> +<% include templates/header %> </head> <body> - <% include navbar %> + <% include templates/navbar %> <!-- Wrapper ================================================== --> @@ -12,6 +12,6 @@ <p>Se gjerne igjennom vår <a href="https://divid.no/faq">faq</a> - ofte stilte spørsmål - før dere sender mail på support(at)divid.no.</p> <h3>Business</h3> <p>Ønsker du å kontakte oss for kjøp av annonseplass, forretninger og lignende ta kontakt på hallo(at)divid.no.</p> -<% include footer %> +<% include templates/footer %> </body> </html> diff --git a/views/dashboard.ejs b/app/views/dashboard.ejs index c759add..f2979b3 100644 --- a/views/dashboard.ejs +++ b/app/views/dashboard.ejs @@ -1,8 +1,8 @@ -<% include header %> +<% include templates/header %> </head> <body> - <% include navbar %> + <% include templates/navbar %> <!-- Wrapper ================================================== --> @@ -124,7 +124,7 @@ </div><!-- /div.#wrapper --> -<% include footer %> +<% include templates/footer %> <script src="/js/Chart.min.js"></script> <script> var data = { diff --git a/views/error.ejs b/app/views/error.ejs index 47cc546..47cc546 100644 --- a/views/error.ejs +++ b/app/views/error.ejs diff --git a/views/faq.ejs b/app/views/faq.ejs index 34121b7..d3473eb 100644 --- a/views/faq.ejs +++ b/app/views/faq.ejs @@ -1,8 +1,8 @@ -<% include header %>
+<% include templates/header %>
</head>
<body>
- <% include navbar %>
+ <% include templates/navbar %>
<!-- Wrapper
================================================== -->
@@ -110,6 +110,6 @@ </div><!-- /div#wrapper -->
- <% include footer %>
+ <% include templates/footer %>
</body>
</html>
diff --git a/views/home.ejs b/app/views/home.ejs index 70dbb0f..70dbb0f 100644 --- a/views/home.ejs +++ b/app/views/home.ejs diff --git a/views/index.ejs b/app/views/index.ejs index 7a853b3..0768773 100644 --- a/views/index.ejs +++ b/app/views/index.ejs @@ -1,9 +1,9 @@ -<% include header %> +<% include templates/header %> </head> <body> - <% include navbar %> + <% include templates/navbar %> <div class="indexwrapper" id="index1"> <div class="container"> <div class="row-fluid"> @@ -126,6 +126,6 @@ -<% include footer %> +<% include templates/footer %> </body> </html> diff --git a/views/newProject.ejs b/app/views/project/newProject.ejs index facedcf..2101138 100644 --- a/views/newProject.ejs +++ b/app/views/project/newProject.ejs @@ -1,8 +1,8 @@ -<% include header %> +<% include ../templates/header %> </head> <body> - <% include navbar %> + <% include ../templates/navbar %> <!-- Wrapper ================================================== --> @@ -74,6 +74,6 @@ </div><!-- /div.#wrapper --> -<% include footer %> +<% include ../templates/footer %> </body> </html> diff --git a/views/projectParticipants.ejs b/app/views/project/participants.ejs index 3af9c10..4341a4f 100644 --- a/views/projectParticipants.ejs +++ b/app/views/project/participants.ejs @@ -1,8 +1,8 @@ -<% include header %> +<% include ../templates/header %> </head> <body> - <% include navbar %> + <% include ../templates/navbar %> <!-- Wrapper ================================================== --> @@ -50,6 +50,6 @@ </div><!-- /div.#wrapper --> -<% include footer %> +<% include ../templates/footer %> </body> </html> diff --git a/views/projectPost.ejs b/app/views/project/post.ejs index 710726e..5e8f283 100644 --- a/views/projectPost.ejs +++ b/app/views/project/post.ejs @@ -1,8 +1,8 @@ -<% include header %> +<% include ../templates/header %> </head> <body> - <% include navbar %> + <% include ../templates/navbar %> <!-- Wrapper ================================================== --> @@ -91,7 +91,7 @@ </div><!-- /div.#wrapper --> -<% include footer %> +<% include ../templates/footer %> <!-- <script> $(".selectAll").click(function() { $('#participants').children().attr('selected','selected'); diff --git a/views/project.ejs b/app/views/project/project.ejs index dedd5e4..7e06dad 100644 --- a/views/project.ejs +++ b/app/views/project/project.ejs @@ -1,8 +1,8 @@ -<% include header %> +<% include ../templates/header %> </head> <body> - <% include navbar %> + <% include ../templates/navbar %> <!-- Wrapper ================================================== --> @@ -190,7 +190,7 @@ </div><!-- /div.#wrapper --> -<% include footer %> +<% include ../templates/footer %> <script src="/js/Chart.min.js"></script> <script> var data = { diff --git a/views/template.ejs b/app/views/template.ejs index ef05996..6803c37 100644 --- a/views/template.ejs +++ b/app/views/template.ejs @@ -1,8 +1,8 @@ -<% include header %> +<% include templates/header %> </head> <body> - <% include navbar %> + <% include templates/navbar %> <!-- Wrapper ================================================== --> @@ -13,6 +13,6 @@ </div><!-- /div.#wrapper --> -<% include footer %> +<% include templates/footer %> </body> </html> diff --git a/views/footer.ejs b/app/views/templates/footer.ejs index 2421d82..2421d82 100644 --- a/views/footer.ejs +++ b/app/views/templates/footer.ejs diff --git a/views/header.ejs b/app/views/templates/header.ejs index 815be5c..815be5c 100644 --- a/views/header.ejs +++ b/app/views/templates/header.ejs diff --git a/views/navbar.ejs b/app/views/templates/navbar.ejs index f72947d..f72947d 100644 --- a/views/navbar.ejs +++ b/app/views/templates/navbar.ejs diff --git a/views/test.ejs b/app/views/test.ejs index 65a63b3..03a8aee 100644 --- a/views/test.ejs +++ b/app/views/test.ejs @@ -1,8 +1,8 @@ -<% include header %> +<% include templates/header %> </head> <body> - <% include navbar %> + <% include templates/navbar %> <!-- Wrapper ================================================== --> @@ -41,6 +41,6 @@ </div><!-- /div.row --> </div><!-- /div#wrapper --> -<% include footer %> +<% include templates/footer %> </body> </html> diff --git a/views/registerEmail.ejs b/app/views/users/registerEmail.ejs index c346882..bdf5b65 100644 --- a/views/registerEmail.ejs +++ b/app/views/users/registerEmail.ejs @@ -1,4 +1,4 @@ -<% include header %> +<% include ../templates/header %> </head> <body> @@ -38,6 +38,6 @@ </div><!-- /div.#wrapper --> -<% include footer %> +<% include ../templates/footer %> </body> </html> diff --git a/views/signup.ejs b/app/views/users/signup.ejs index c058402..611c052 100644 --- a/views/signup.ejs +++ b/app/views/users/signup.ejs @@ -1,4 +1,4 @@ -<% include header %> +<% include ../templates/header %> <link rel="stylesheet" href="/css/login.css" /> </head> <body> @@ -81,6 +81,6 @@ <script src="/js/views/signup.js"></script> <script src="/js/form-validators/accountValidator.js"></script> <script src="/js/controllers/signupController.js"></script> - -<% include footer %> + +<% include ../templates/footer %> |