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
CipMap
CipMap
Commits
90db065d
Commit
90db065d
authored
Jul 16, 2019
by
Tom Kunze
Browse files
server: Add link to temperature graph
parent
a6b8b18d
Changes
1
Hide whitespace changes
Inline
Side-by-side
django/server/templates/server/index.html
View file @
90db065d
...
...
@@ -45,7 +45,7 @@ requestbar-float {% if requestbar_collapsed != 'false' %}requestbar-collapsed{%
<div
id=
"footer-lectures"
class=
"col"
>
<span
class=
"grey-text text-lighten-5"
href=
"#!"
>
Current Lecture:
<span
id=
"current_lectures"
>
None
</span></span>
<span
class=
"grey-text text-lighten-2 hide-on-med-and-down"
href=
"#!"
>
Next Lecture:
<span
id=
"next_lectures"
>
None
</span></span>
<span
class=
"grey-text text-lighten-5"
href=
"#!"
>
Temperature:
<span
id=
"current_temp"
>
N/A
</span></span>
<a
target=
"_blank"
href=
"https://wwwcip.informatik.uni-erlangen.de/temperature/day.png"
>
<span
class=
"grey-text text-lighten-5"
href=
"#!"
>
Temperature:
<span
id=
"current_temp"
>
N/A
</span></span>
</a>
</div>
</div>
</footer>
...
...
Write
Preview
Supports
Markdown
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