Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
django-panik-emissions
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
radiopanik
django-panik-emissions
Commits
ed357d1e
Commit
ed357d1e
authored
Jul 18, 2020
by
fred
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
templates: add proper markup for appbar action buttons
parent
217a4b61
Changes
13
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
137 additions
and
131 deletions
+137
-131
emissions/locale/fr/LC_MESSAGES/django.po
emissions/locale/fr/LC_MESSAGES/django.po
+108
-114
emissions/templates/emissions/category_list.html
emissions/templates/emissions/category_list.html
+6
-2
emissions/templates/emissions/days.html
emissions/templates/emissions/days.html
+6
-2
emissions/templates/emissions/emission_form.html
emissions/templates/emissions/emission_form.html
+1
-1
emissions/templates/emissions/emission_list.html
emissions/templates/emissions/emission_list.html
+5
-2
emissions/templates/emissions/episode_confirm_delete.html
emissions/templates/emissions/episode_confirm_delete.html
+3
-1
emissions/templates/emissions/episode_detail.html
emissions/templates/emissions/episode_detail.html
+1
-1
emissions/templates/emissions/episode_form.html
emissions/templates/emissions/episode_form.html
+2
-2
emissions/templates/emissions/episode_regie.html
emissions/templates/emissions/episode_regie.html
+1
-1
emissions/templates/emissions/newsitem_confirm_delete.html
emissions/templates/emissions/newsitem_confirm_delete.html
+1
-1
emissions/templates/emissions/newsitem_detail.html
emissions/templates/emissions/newsitem_detail.html
+1
-1
emissions/templates/emissions/newsitem_form.html
emissions/templates/emissions/newsitem_form.html
+1
-2
emissions/templates/emissions/soundfile_confirm_delete.html
emissions/templates/emissions/soundfile_confirm_delete.html
+1
-1
No files found.
emissions/locale/fr/LC_MESSAGES/django.po
View file @
ed357d1e
This diff is collapsed.
Click to expand it.
emissions/templates/emissions/category_list.html
View file @
ed357d1e
...
...
@@ -2,8 +2,12 @@
{% block appbar %}
<h2>
Émissions
</h2>
<span><a
href=
"."
>
Par ordre alphabétique
</a>
-
<a
href=
"days"
>
Par jour
</a>
-
<a
href=
"categories"
>
Par genre
</a>
-
<a
href=
"{% url 'news-list' %}"
>
Toutes les actus
</a></span>
<span
class=
"actions"
>
<a
href=
"."
>
Par ordre alphabétique
</a>
<a
href=
"days"
>
Par jour
</a>
<a
href=
"categories"
>
Par genre
</a>
<a
href=
"{% url 'news-list' %}"
>
Toutes les actus
</a>
</span>
{% endblock %}
{% block content %}
...
...
emissions/templates/emissions/days.html
View file @
ed357d1e
...
...
@@ -2,8 +2,12 @@
{% block appbar %}
<h2>
Émissions
</h2>
<span><a
href=
"."
>
Par ordre alphabétique
</a>
-
<a
href=
"days"
>
Par jour
</a>
-
<a
href=
"categories"
>
Par genre
</a>
-
<a
href=
"{% url 'news-list' %}"
>
Toutes les actus
</a></span>
<span
class=
"actions"
>
<a
href=
"."
>
Par ordre alphabétique
</a>
<a
href=
"days"
>
Par jour
</a>
<a
href=
"categories"
>
Par genre
</a>
<a
href=
"{% url 'news-list' %}"
>
Toutes les actus
</a>
</span>
{% endblock %}
{% block content %}
...
...
emissions/templates/emissions/emission_form.html
View file @
ed357d1e
...
...
@@ -7,7 +7,7 @@
{% block appbar %}
<h2>
{{ emission.title }}
</h2>
<span><a
href=
"../"
>
Retourner à l'émission
</a></span>
<span
class=
"actions"
><a
href=
"../"
>
Retourner à l'émission
</a></span>
{% endblock %}
...
...
emissions/templates/emissions/emission_list.html
View file @
ed357d1e
...
...
@@ -2,8 +2,11 @@
{% block appbar %}
<h2>
Émissions
</h2>
<span><a
href=
"."
>
Par ordre alphabétique
</a>
-
<a
href=
"days"
>
Par jour
</a>
-
<a
href=
"categories"
>
Par genre
</a>
-
<a
href=
"{% url 'news-list' %}"
>
Toutes les actus
</a></span>
<span
class=
"actions"
>
<a
href=
"."
>
Par ordre alphabétique
</a>
<a
href=
"days"
>
Par jour
</a>
<a
href=
"categories"
>
Par genre
</a>
<a
href=
"{% url 'news-list' %}"
>
Toutes les actus
</a>
</span>
{% endblock %}
...
...
emissions/templates/emissions/episode_confirm_delete.html
View file @
ed357d1e
...
...
@@ -2,7 +2,9 @@
{% block appbar %}
<h2>
{{ object.emission.title }} - {{ object.title }}
</h2>
<span><a
href=
"{% url 'home' %}"
>
Retourner à l'accueil
</a></span>
<span
class=
"actions"
>
<a
href=
"{% url 'home' %}"
>
Retourner à l'accueil
</a>
</span>
{% endblock %}
{% block content %}
...
...
emissions/templates/emissions/episode_detail.html
View file @
ed357d1e
...
...
@@ -3,7 +3,7 @@
{% block appbar %}
<h2>
{{ episode.emission.title }} — {{ episode.title }}
</h2>
<span><a
href=
"../"
>
Retourner à l'émission
</a></span>
<span
class=
"actions"
><a
href=
"../"
>
Retourner à l'émission
</a></span>
{% endblock %}
{% block content %}
...
...
emissions/templates/emissions/episode_form.html
View file @
ed357d1e
...
...
@@ -8,10 +8,10 @@
{% block appbar %}
{% if episode.id %}
<h2>
{{ episode.emission.title }} — {{ episode.title }}
</h2>
<span><a
href=
"../"
>
Retourner à l'épisode
</a></span>
<span
class=
"actions"
><a
href=
"../"
>
Retourner à l'épisode
</a></span>
{% else %}
<h2>
{{ emission.title }} — Nouvel épisode
</h2>
<span><a
href=
"./"
>
Retourner à l'émission
</a></span>
<span
class=
"actions"
><a
href=
"./"
>
Retourner à l'émission
</a></span>
{% endif %}
{% endblock %}
...
...
emissions/templates/emissions/episode_regie.html
View file @
ed357d1e
...
...
@@ -2,7 +2,7 @@
{% load soundfiles panikdbtags %}
{% block appbar %}
<h2>
{{ episode.emission.title }} — {{ episode.title }}
</h2>
<span><a
href=
"../"
>
Retourner à l'épisode
</a></span>
<span
class=
"actions"
><a
href=
"../"
>
Retourner à l'épisode
</a></span>
{% endblock %}
{% block content %}
...
...
emissions/templates/emissions/newsitem_confirm_delete.html
View file @
ed357d1e
...
...
@@ -2,7 +2,7 @@
{% block appbar %}
<h2>
{{ object.datetime|date:"d E o"|lower }} - {{ object.title }}
</h2>
<span><a
href=
"{% url 'home' %}"
>
Retourner à l'accueil
</a></span>
<span
class=
"actions"
><a
href=
"{% url 'home' %}"
>
Retourner à l'accueil
</a></span>
{% endblock %}
{% block content %}
...
...
emissions/templates/emissions/newsitem_detail.html
View file @
ed357d1e
...
...
@@ -3,7 +3,7 @@
{% block appbar %}
<h2>
{{ object.date|date:"d E o"|lower }} - {{ object.title }}
</h2>
<span>
<span
class=
"actions"
>
{% if object.emission %}
<a
href=
"{% url 'emission-view' slug=object.emission.slug %}"
>
Retourner à la page de l'émission
</a>
-
...
...
emissions/templates/emissions/newsitem_form.html
View file @
ed357d1e
...
...
@@ -2,11 +2,10 @@
{% block appbar %}
<h2>
Actu
</h2>
<span><a
href=
"{% url 'home' %}"
>
Retourner à l'accueil
</a></span>
<span
class=
"actions"
><a
href=
"{% url 'home' %}"
>
Retourner à l'accueil
</a></span>
{% endblock %}
{% block extrascripts %}
<script
src=
"{{ STATIC_URL }}ckeditor/ckeditor/ckeditor.js"
></script>
<script
src=
"{{ STATIC_URL }}ckeditor/ckeditor-init.js"
></script>
...
...
emissions/templates/emissions/soundfile_confirm_delete.html
View file @
ed357d1e
...
...
@@ -2,7 +2,7 @@
{% block appbar %}
<h2>
{{ object.episode.emission.title }} — {{ object.episode.title }}
</h2>
<span><a
href=
"../.."
>
Retourner à l'épisode
</a></span>
<span
class=
"actions"
><a
href=
"../.."
>
Retourner à l'épisode
</a></span>
{% endblock %}
{% block content %}
...
...
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