Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
urz-django
tuc2014
Commits
8316ad42
Commit
8316ad42
authored
Jun 14, 2021
by
Daniel Schreiber
Browse files
Merge branch 'tucal' into 'master'
Update base template See merge request
!5
parents
e20aa88c
61ea0909
Pipeline
#44632
passed with stage
in 12 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
tuc2014/templates/tuc2014/base.html
View file @
8316ad42
...
...
@@ -13,9 +13,8 @@
<meta
name=
"robots"
content=
"index, follow"
>
<meta
name=
"theme-color"
content=
"#005e58"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0, user-scalable=1"
>
<link
rel=
"canonical"
href=
"https://www-user.tu-chemnitz.de/~klada/tuc2014/"
>
<link
rel=
"shortcut icon"
href=
"//www.tu-chemnitz.de/tucal4/img/tuc.png"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"//www.tu-chemnitz.de/tucal4/css/tucal4.css?20
1907310813
"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"//www.tu-chemnitz.de/tucal4/css/tucal4.css?20
2012180951
"
>
<noscript><link
rel=
"stylesheet"
type=
"text/css"
href=
"//www.tu-chemnitz.de/tucal4/css/noscript.css"
></noscript>
<script
src=
"https://www.tu-chemnitz.de/static/jquery/1.11/jquery.min.js"
></script>
<script
src=
"https://www.tu-chemnitz.de/static/jquery-ui/1.11/jquery-ui.min.js"
></script>
...
...
@@ -312,6 +311,11 @@ document.createElement('footer');
<div
id=
"tucal-top"
class=
"hidden-print"
data-vis=
"hide"
></div>
</footer>
<script
src=
"//www.tu-chemnitz.de/tucal4/js/bootstrap.min.js"
></script>
<!--
Erfordert jQuery-Update. Es ist aber in diesem speziellen Fall kein Problem,
dass die Version nicht zum CSS passt.
<script src="//www.tu-chemnitz.de/tucal4/js/tucal.js?202012180951/de"></script>
-->
<script
src=
"//www.tu-chemnitz.de/tucal4/js/tucal.js?201907310813/de"
></script>
<script
src=
"//www.tu-chemnitz.de/tucal4/js/jquery.mobile.custom.min.js"
></script>
</body>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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