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
eb472218
Commit
eb472218
authored
Oct 01, 2013
by
fred
Browse files
change top link to be "Programme" instead of "Émissions"
parent
f94b4459
Changes
7
Hide whitespace changes
Inline
Side-by-side
panikweb_templates/static/css/specifics.css
View file @
eb472218
...
...
@@ -344,7 +344,7 @@ body{
#Emissions
div
.mainSub
{
position
:
absolute
;
top
:
50px
;
left
:
2
9
0px
;
left
:
3
20px
;
}
#About
div
.mainSub
ul
,
...
...
panikweb_templates/templates/emissions.html
View file @
eb472218
...
...
@@ -3,7 +3,7 @@
{% block bodyID %}Emissions{% endblock %}
{% block title %}Émissions{% endblock %}
{% block toptitle %}
<h1
class=
"top"
>
Émissions
</h1>
<h1
class=
"top"
>
Programme
</h1>
{% endblock %}
{% block nav %}
{% emission_nav with klass="emissions" %}
...
...
panikweb_templates/templates/emissions/archives.html
View file @
eb472218
...
...
@@ -3,7 +3,7 @@
{% block bodyID %}Emissions{% endblock %}
{% block title %}Archives{% endblock %}
{% block toptitle %}
<h1
class=
"top"
>
Émissions
</h1>
<h1
class=
"top"
>
Programme
</h1>
{% endblock %}
{% block nav %}
{% emission_nav with klass="archives" %}
...
...
panikweb_templates/templates/emissions/emission_detail.html
View file @
eb472218
...
...
@@ -5,7 +5,7 @@
{% block bodyID %}Emissions{% endblock %}
{% block title %}{{ emission.title }}{% endblock %}
{% block toptitle %}
<h1
class=
"top"
>
Émissions
</h1>
<h1
class=
"top"
>
Programme
</h1>
{% endblock %}
{% block nav %}
{% emission_nav %}
...
...
panikweb_templates/templates/grid.html
View file @
eb472218
...
...
@@ -3,7 +3,7 @@
{% block bodyID %}Grid{% endblock %}
{% block title %}La grille{% endblock %}
{% block toptitle %}
<h1
class=
"top"
>
Émissions
</h1>
<h1
class=
"top"
>
Programme
</h1>
{% endblock %}
{% block nav %}
{% emission_nav with klass="grid" %}
...
...
panikweb_templates/templates/home.html
View file @
eb472218
...
...
@@ -10,7 +10,7 @@
<div
class=
"sided wrapper navigation"
id=
"specialHome"
>
<div>
<div
class=
"leftPart"
>
<h1
class=
"top"
>
Émissions
</h1>
<h1
class=
"top"
>
Programme
</h1>
<h2><a
href=
"{% url 'program' %}"
>
Cette semaine sur Panik
</a></h2>
{% weeknav %}
...
...
panikweb_templates/templates/program.html
View file @
eb472218
...
...
@@ -3,7 +3,7 @@
{% block bodyID %}Program{% endblock %}
{% block title %}Programme{% endblock %}
{% block toptitle %}
<h1
class=
"top"
>
Émissions
</h1>
<h1
class=
"top"
>
Programme
</h1>
{% endblock %}
{% block nav %}
{% emission_nav with klass="program" %}
...
...
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