--- a/src/theend/templates/theend/content.html Wed Dec 19 18:56:04 2012 +0100
+++ b/src/theend/templates/theend/content.html Fri Dec 21 15:45:10 2012 +0100
@@ -1,7 +1,7 @@
{% extends "theend/tag.html" %}
{% load static %}
-{% block title %}{{super}} » Séquence "{{content.title}}"{% endblock %}
+{% block title_page_specific %}Séquence "{{content.title}}"{% endblock %}
{% block js_page_specific %}
<script type="text/javascript" src="{% static 'theend/js/contentplayer.js' %}"></script>
@@ -21,3 +21,4 @@
{% block h1 %}{{content.title}}{% endblock %}
+ {% block control_buttons %}{% endblock %}
--- a/src/theend/templates/theend/home.html Wed Dec 19 18:56:04 2012 +0100
+++ b/src/theend/templates/theend/home.html Fri Dec 21 15:45:10 2012 +0100
@@ -5,7 +5,7 @@
<head>
<meta charset="utf-8">
- <title>{% block title %}The End » Niveau 2{% endblock %}</title>
+ {% block title %}<title>The End » {% block title_page_specific %}Prolonger l'expérience{% endblock %}</title>{% endblock %}
<meta name="viewport" content="initial-scale=1,user-scalable=no,maximum-scale=1,width=device-width" />
--- a/src/theend/templates/theend/tag.html Wed Dec 19 18:56:04 2012 +0100
+++ b/src/theend/templates/theend/tag.html Fri Dec 21 15:45:10 2012 +0100
@@ -1,7 +1,7 @@
{% extends "theend/home.html" %}
{% load static %}
-{% block title %}{{super}} » Tag "{{tag}}"{% endblock %}
+{% block title_page_specific %}Tag "{{tag}}"{% endblock %}
{% block js_declare %}
<script type="text/javascript" src="{% static 'theend/js/init.js' %}"></script>
@@ -120,9 +120,9 @@
<!-- <a id="btnPlayPause" class="btn txt_hidden" href="#" title="play/pause"></a>
-->
<a id="btnFwd" class="btn txt_hidden" href="#" title="Forward"></a>
+ {% endblock %}
<a id="btnChoice" class="btn" href="{{ BASE_URL }}transition.html" title="Choice"></a>
- {% endblock %}
</div>
</section>
<!-- /Controlbar container -->