Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Video AG Infrastruktur
website
Commits
40179d30
Commit
40179d30
authored
May 26, 2017
by
Julian Rother
Browse files
Removed live-announcement on published videos
parent
da9e40f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/macros.html
View file @
40179d30
...
...
@@ -11,7 +11,7 @@
<div
class=
"row"
>
<img
class=
"col-xs-4"
style=
"max-height: 120px; height: auto; width:170px"
src=
"{{ config.VIDEOPREFIX }}/thumbnail/l_{{ lecture['id'] }}.jpg"
alt=
"Vorschaubild"
>
<div
class=
"col-xs-4"
>
<span><strong>
{{ lecture.course.short }}
</strong>
{{livelabel(
lecture.live
, lecture.livehandle)}}{% if ismod() %}
<i>
({{lecture.course_id}})
</i>
{% endif %}
</span><br>
<span><strong>
{{ lecture.course.short }}
</strong>
{{livelabel(
0
, lecture.livehandle)}}{% if ismod() %}
<i>
({{lecture.course_id}})
</i>
{% endif %}
</span><br>
<span>
{% if ismod() %}ID: {{lecture.id}}{% endif %}
</span><br>
<span>
{{ lecture['time'] }}
</span>
{% if lecture['speaker'] %}
...
...
@@ -30,7 +30,7 @@
</li>
<li>
<strong>
{{ lecture.course.title }}
</strong>
{{livelabel(
lecture.live
, lecture.livehandle)}}
{{livelabel(
0
, lecture.livehandle)}}
</li>
<li>
{{ lecture['time'] }}
</li>
{% if lecture['speaker'] %}
...
...
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