Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
website
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jannik Hellenkamp
website
Commits
7ce3a8bd
Commit
7ce3a8bd
authored
8 years ago
by
Andreas Valder
Browse files
Options
Downloads
Patches
Plain Diff
added semantic web stuff to the player, closes
#69
, related to
#12
parent
493516bc
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
templates/base.html
+3
-2
3 additions, 2 deletions
templates/base.html
templates/lecture.html
+7
-0
7 additions, 0 deletions
templates/lecture.html
with
10 additions
and
2 deletions
templates/base.html
+
3
−
2
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 %}
...
...
This diff is collapsed.
Click to expand it.
templates/lecture.html
+
7
−
0
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"
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment