Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
reg-app
Regapp
Commits
dba87ef4
Commit
dba87ef4
authored
May 03, 2021
by
michael.simon
Browse files
correct footer layout
parent
460cd06d
Changes
2
Hide whitespace changes
Inline
Side-by-side
bwreg-webapp/src/main/webapp/template/footer.xhtml
View file @
dba87ef4
...
...
@@ -11,9 +11,26 @@
</head>
<body>
<ui:composition>
<div
class=
"content-wrap"
>
<span
class=
"copyright"
>
${project.artifactId}${bwreg.name.suffix}-${project.version}
</span>
</div>
<footer
class=
"page-footer"
>
<div
class=
"content-wrap"
>
<div
class=
"column full"
>
<div
class=
"KIT_section column fourth"
style=
"grid-row-start: 1;"
>
<ul
class=
"social"
>
<li><a
href=
"https://twitter.com/#!/SCC_KIT"
class=
"twitter"
title=
"Twitter Kanal"
target=
"_blank"
><span>
Twitter Kanal
</span></a></li>
</ul>
</div>
<span
class=
"last_change"
style=
"bottom: 48px;"
></span>
</div>
</div>
<div
class=
"footer-meta-navigation"
>
<div
class=
"content-wrap"
>
<span
class=
"copyright"
>
KIT – Die Forschungsuniversität in der Helmholtz-Gemeinschaft
</span>
<ul>
<li><a
href=
"https://git.scc.kit.edu/reg-app"
><span>
reg-app ${project.version}
</span></a></li>
</ul>
</div>
</div>
</footer>
</ui:composition>
</body>
</html>
\ No newline at end of file
bwreg-webapp/src/main/webapp/template/layout-template.xhtml
View file @
dba87ef4
...
...
@@ -52,9 +52,7 @@
<button
class=
"to-top-button"
aria-label=
"scroll back to top"
></button>
<div
class=
"footer-meta-navigation"
>
<ui:insert
name=
"footer"
>
Default footer
</ui:insert>
</div>
<ui:insert
name=
"footer"
>
Default footer
</ui:insert>
</h:body>
</f:view>
...
...
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