Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Simon Daron
panikweb
Commits
66cb1f5f
Commit
66cb1f5f
authored
Sep 26, 2013
by
fred
Browse files
add top titles to secondary pages
parent
4b4287e8
Changes
5
Show whitespace changes
Inline
Side-by-side
panikweb_templates/templates/base.html
View file @
66cb1f5f
...
...
@@ -57,6 +57,7 @@
</div>
</div>
<div
id=
"Changing"
class=
"cf"
data-section=
"{{ sectionName }}"
>
{% block toptitle %}{% endblock %}
<div
id=
"Nav"
class=
"cf"
>
{% block nav %}{% endblock %}
</div>
...
...
panikweb_templates/templates/grid.html
View file @
66cb1f5f
...
...
@@ -2,6 +2,9 @@
{% load paniktags %}
{% block bodyID %}Grid{% endblock %}
{% block title %}La grille{% endblock %}
{% block toptitle %}
<h1
class=
"top"
>
Émissions
</h1>
{% endblock %}
{% block nav %}
{% emission_nav with klass="grid" %}
{% endblock %}
...
...
panikweb_templates/templates/listen.html
View file @
66cb1f5f
{% extends "base.html" %}
{% load paniktags %}
{% block toptitle %}
<h1
class=
"top"
>
Sons
</h1>
{% endblock %}
{% block nav %}
{% listen_nav %}
{% endblock %}
...
...
panikweb_templates/templates/news.html
View file @
66cb1f5f
{% extends "base.html"%}
{% load paniktags %}
{% block title %}News{% endblock %}
{% block toptitle %}
<h1
class=
"top"
>
Actus
</h1>
{% endblock %}
{% block nav %}
{% news_nav %}
{% endblock %}
...
...
panikweb_templates/templates/tpl-default.html
View file @
66cb1f5f
...
...
@@ -3,6 +3,10 @@
{% block title %}{{ fiber_page.title }}{% endblock %}
{% block toptitle %}
<h1
class=
"top"
>
La radio
</h1>
{% endblock %}
{% block nav %}
<div
class=
"wrapper"
>
<nav
class=
"distributed"
>
...
...
Write
Preview
Markdown
is supported
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