From 0f78e73e80dd1801bbcadb31e2bd3de11b68b267 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Tue, 29 Dec 2020 15:36:23 -0500 Subject: General theme: add license and add URL source code in footer --- youtube/templates/base.html | 113 +++++++--------------------------------- youtube/templates/licenses.html | 49 +++++++++++++++++ youtube/templates/watch.html | 20 ++----- 3 files changed, 72 insertions(+), 110 deletions(-) create mode 100644 youtube/templates/licenses.html (limited to 'youtube/templates') diff --git a/youtube/templates/base.html b/youtube/templates/base.html index bb7437d..d410e0d 100644 --- a/youtube/templates/base.html +++ b/youtube/templates/base.html @@ -130,95 +130,7 @@ - - + {% endif %} @@ -230,12 +142,23 @@ diff --git a/youtube/templates/licenses.html b/youtube/templates/licenses.html new file mode 100644 index 0000000..dc883a8 --- /dev/null +++ b/youtube/templates/licenses.html @@ -0,0 +1,49 @@ +{% set page_title = title %} +{% extends "base.html" %} +{% block style %} + +{% endblock style %} +{% block main %} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
JavaScript Licensing Table
FileLicenseSource
comments.jsAGPL-3.0 or latercomments.js
common.jsAGPL-3.0 or latercommon.js
hotkeys.jsAGPL-3.0 or laterhotkeys.js
playlistadd.jsAGPL-3.0 or laterplaylistadd.js
speedyplay.jsAGPL-3.0 or laterspeedyplay.js
transcript-table.jsAGPL-3.0 or latertranscript-table.js
+{% endblock main %} diff --git a/youtube/templates/watch.html b/youtube/templates/watch.html index dbc7e83..60fd941 100644 --- a/youtube/templates/watch.html +++ b/youtube/templates/watch.html @@ -76,21 +76,7 @@
- +
@@ -184,6 +170,7 @@ {% if playlist['current_index'] is not none %} {% endif %} {% if playlist['id'] is not none %} {% endif %} -- cgit v1.2.3