Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Administrator
m4lab_landing_page
Commits
04eb2f97
Commit
04eb2f97
authored
5 years ago
by
Rosanny Sihombing
Browse files
Options
Download
Email Patches
Plain Diff
add Logout button to header
parent
cf5f8161
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
views/profile.pug
+1
-1
views/profile.pug
views/security.pug
+1
-1
views/security.pug
views/services.pug
+1
-1
views/services.pug
with
3 additions
and
3 deletions
+3
-3
views/profile.pug
+
1
-
1
View file @
04eb2f97
...
...
@@ -92,4 +92,4 @@ html(lang="en")
// Bootstrap
script(src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous")
// M4_LAB
script(src="https://transfer.hft-stuttgart.de/js/headfoot.js")
\ No newline at end of file
script(src="/js/headfootLogout.js")
\ No newline at end of file
This diff is collapsed.
Click to expand it.
views/security.pug
+
1
-
1
View file @
04eb2f97
...
...
@@ -74,7 +74,7 @@ html(lang="en")
// M4_LAB
script(src="/js/security.js")
script(src="/js/generalFunction.js")
script(src="
https://transfer.hft-stuttgart.de
/js/headfoot.js")
script(src="/js/headfoot
Logout
.js")
script.
// check input fields
'use strict';
...
...
This diff is collapsed.
Click to expand it.
views/services.pug
+
1
-
1
View file @
04eb2f97
...
...
@@ -67,7 +67,7 @@ html(lang="en")
// Bootstrap
script(src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous")
// M4_LAB
script(src="
https://transfer.hft-stuttgart.de
/js/headfoot.js")
script(src="/js/headfoot
Logout
.js")
script.
function subscribe() {
alert("To be implemented: Send a request to join/participate/have access to the page of the requested service")
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment