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
90f0cca2
Commit
90f0cca2
authored
Oct 14, 2016
by
Andreas Valder
Browse files
closes
#91
parent
a5d75bd4
Changes
3
Hide whitespace changes
Inline
Side-by-side
templates/course.html
View file @
90f0cca2
...
...
@@ -51,7 +51,7 @@
</div>
<div
class=
"panel panel-default"
>
<div
class=
"panel-heading"
>
<h1
class=
"panel-title"
>
Videos{% if ismod() %}
<a
class=
"btn btn-default"
style=
"margin-right: 5px;"
href=
"{{ url_for('create', table='lectures', time=datetime.now(), title='Noch kein Titel', visible='0', course_id=course.id, ref=request.url, _csrf_token=session['_csrf_token']) }}"
>
Neuer Termin
</a><a
class=
"btn btn-default"
style=
"margin-right: 5px;"
href=
"{{url_for('import_from', id=course['id'])}}"
>
Campus Import
</a>
{% endif %}
<a
class=
"fa fa-rss-square pull-right"
aria-hidden=
"true"
href=
"{{url_for('feed', handle=course.handle)}}"
></a>
</h1>
<h1
class=
"panel-title"
>
Videos{% if ismod() %}
<a
class=
"btn btn-default"
style=
"margin-right: 5px;"
href=
"{{ url_for('create', table='lectures', time=datetime.now(), title='Noch kein Titel', visible='0', course_id=course.id, ref=request.url, _csrf_token=session['_csrf_token']) }}"
>
Neuer Termin
</a><a
class=
"btn btn-default"
style=
"margin-right: 5px;"
href=
"{{url_for('import_from', id=course['id'])}}"
>
Campus Import
</a>
{% endif %}
<a
class=
"fa fa-rss-square pull-right"
aria-hidden=
"true"
href=
"{{url_for('feed', handle=course.handle)}}"
style=
"text-decoration: none"
></a>
</h1>
</div>
<ul
class=
"list-group lectureslist"
>
{% for l in lectures %}
...
...
templates/courses.html
View file @
90f0cca2
...
...
@@ -5,7 +5,7 @@
<div
class=
"col-xs-12"
style=
"padding: 0px;"
>
<ul
class=
"list-inline pull-right"
>
<li>
<a
class=
"fa fa-rss-square btn btn-default"
aria-hidden=
"true"
href=
"{{url_for('courses_feed')}}"
></a>
<a
class=
"fa fa-rss-square btn btn-default"
aria-hidden=
"true"
href=
"{{url_for('courses_feed')}}"
style=
"text-decoration: none"
></a>
</li>
{% if ismod() %}
<li>
...
...
templates/index.html
View file @
90f0cca2
...
...
@@ -152,7 +152,7 @@
</div>
<div
class=
"panel panel-default"
>
<div
class=
"panel-heading"
>
<h1
class=
"panel-title"
>
Neueste Videos
<a
class=
"fa fa-rss-square pull-right"
aria-hidden=
"true"
href=
"{{url_for('feed')}}"
></a></h1
"
>
<h1
class=
"panel-title"
>
Neueste Videos
<a
class=
"fa fa-rss-square pull-right"
aria-hidden=
"true"
href=
"{{url_for('feed')}}"
style=
"text-decoration: none"
></a></h1
"
>
</div>
<ul
class=
"list-group videopreview"
>
{% for i in latestvideos %}
...
...
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