Skip to content
GitLab
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
82974f3b
Commit
82974f3b
authored
Aug 20, 2013
by
laron
Browse files
Adding Schedule in emissions detail
parent
7849c13f
Changes
2
Hide whitespace changes
Inline
Side-by-side
panikweb_templates/static/css/general.css
View file @
82974f3b
...
...
@@ -174,6 +174,7 @@ ul.inline li{
.block
{
display
:
block
;}
.right
{
float
:
right
;
margin-left
:
1em
;}
.left
{
float
:
left
;
margin-left
:
1em
;}
.smooth
{
opacity
:
0.5
;}
/**
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
...
...
panikweb_templates/templates/emissions/detail.html
View file @
82974f3b
...
...
@@ -12,20 +12,17 @@
<h1
class=
"title"
>
{{ emission.title }}
</h1>
</header>
<div
class=
"metas"
>
<div
class=
"schedule"
>
{% if schedules %}
<div
class=
"schedule"
>
{% for schedule in schedules %}
<li>
{{ schedule.datetime|date:"l G:i" }}
{% if schedule.rerun %} (rediff) {% endif %}
{{ schedule.id }}
</li>
{% endfor %}
<div>
mercredi
&
jeudi
</div>
<div
class=
"time"
>
7:30-8:00
</div>
<div>
vendredi
</div>
<div
class=
"time"
>
9:00-9:30
</div>
</div>
{% for schedule in schedules %}
<div>
{{ schedule.datetime|date:"l G:i" }}
<!--<div class="time">{{ schedule.datetime|date:"G:i" }}</div>-->
{% if schedule.rerun %}
<span
class=
"smooth"
>
(rediff)
</span>
{% endif %}
</div>
</li>
{% endfor %}
</div>
{% endif %}
<button
class=
"control todo"
>
<span
class=
"symbol huge"
>
G
</span>
<span
class=
"listen"
>
Écouter
<!--la dernière-->
</span>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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