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
7ce3a8bd
Commit
7ce3a8bd
authored
Oct 12, 2016
by
Andreas Valder
Browse files
added semantic web stuff to the player, closes
#69
, related to
#12
parent
493516bc
Changes
2
Hide whitespace changes
Inline
Side-by-side
templates/base.html
View file @
7ce3a8bd
...
...
@@ -7,7 +7,8 @@
<!DOCTYPE html>
<html>
<head>
<title>
Video AG
</title>
{% block header %}
<title>
Video AG {% block title %}{% endblock %}
</title>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<link
rel=
"icon"
type=
"image/png"
href=
"{{url_for('static', filename='favicon.png')}}"
>
<meta
http-equiv=
"content-language"
content=
"de-DE"
>
...
...
@@ -30,7 +31,7 @@
<script
src=
"{{url_for('static', filename='videojs/videojs-resolution-switcher.js')}}"
></script>
<script
src=
"{{url_for('static', filename='videojs/videojs-contrib-hls.js')}}"
></script>
<script
src=
"{{url_for('static', filename='videojs/videojs.hotkeys.js')}}"
></script>
{% endblock %}
</head>
<body>
{% block navbar %}
...
...
templates/lecture.html
View file @
7ce3a8bd
...
...
@@ -8,6 +8,13 @@
{% set page_border = 0 -%}
{% extends "base.html" %}
{% block header %}
{{ super() }}
<meta
property=
"og:image"
content=
"{{ config.VIDEOPREFIX }}/{{ lecture['titlefile'] }}"
/>
<meta
property=
"og:title"
content=
"{{ course.title }}: {{ lecture.title}}"
/>
<meta
property=
"og:description"
content=
"{{ lecture.comment }}"
/>
{% endblock %}
{% block content %}
<div
class=
"panel panel-default"
>
<div
class=
"panel-heading"
>
...
...
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