Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
steering
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AURA
steering
Commits
2bdc4804
Commit
2bdc4804
authored
14 years ago
by
Johannes Raggam
Browse files
Options
Downloads
Patches
Plain Diff
weekschedule
parent
f3cf1d88
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
templates/program/week_schedule.html
+37
-21
37 additions, 21 deletions
templates/program/week_schedule.html
with
37 additions
and
21 deletions
templates/program/week_schedule.html
+
37
−
21
View file @
2bdc4804
...
@@ -7,52 +7,68 @@
...
@@ -7,52 +7,68 @@
<body>
<body>
<div
id=
"content-main"
class=
"week-schedule"
>
<div
id=
"content-main"
class=
"week-schedule"
>
<div
id=
"monday"
>
<div
class=
"weekday"
>
{{ monday|date:"l d.m.Y" }}
</div>
<div
id=
"weekday-starts"
>
</div>
<div
id=
"monday"
class=
"weekday"
>
<h2>
{{ monday|date:"l d.m.Y" }}
</h2>
{% for timeslot in monday_timeslots %}
{% for timeslot in monday_timeslots %}
<div
class=
"timeslot {{ timeslot.show.broadcastformat.slug }}"
><a
href=
"{% url timeslot-detail timeslot.id %}"
>
{{ timeslot.show.name }}
</a></div>
<div
class=
"timeslot bf-{{ timeslot.show.broadcastformat.slug }}"
>
<a
href=
"{% url timeslot-detail timeslot.id %}"
>
{{ timeslot.show.name }}
</a>
</div>
{% endfor %}
{% endfor %}
</div>
</div>
<div
id=
"tuesday"
>
<div
id=
"tuesday"
class=
"weekday"
>
<
div
class=
"weekday"
>
{{ tuesday|date:"l d.m.Y" }}
</
div
>
<
h2
>
{{ tuesday|date:"l d.m.Y" }}
</
h2
>
{% for timeslot in tuesday_timeslots %}
{% for timeslot in tuesday_timeslots %}
<div
class=
"timeslot {{ timeslot.show.broadcastformat.slug }}"
><a
href=
"{% url timeslot-detail timeslot.id %}"
>
{{ timeslot.show.name }}
</a></div>
<div
class=
"timeslot bf-{{ timeslot.show.broadcastformat.slug }}"
>
<a
href=
"{% url timeslot-detail timeslot.id %}"
>
{{ timeslot.show.name }}
</a>
</div>
{% endfor %}
{% endfor %}
</div>
</div>
<div
id=
"wednesday"
>
<div
id=
"wednesday"
class=
"weekday"
>
<
div
class=
"weekday"
>
{{ wednesday|date:"l d.m.Y" }}
</
div
>
<
h2
>
{{ wednesday|date:"l d.m.Y" }}
</
h2
>
{% for timeslot in wednesday_timeslots %}
{% for timeslot in wednesday_timeslots %}
<div
class=
"timeslot {{ timeslot.show.broadcastformat.slug }}"
><a
href=
"{% url timeslot-detail timeslot.id %}"
>
{{ timeslot.show.name }}
</a></div>
<div
class=
"timeslot bf-{{ timeslot.show.broadcastformat.slug }}"
>
<a
href=
"{% url timeslot-detail timeslot.id %}"
>
{{ timeslot.show.name }}
</a>
</div>
{% endfor %}
{% endfor %}
</div>
</div>
<div
id=
"thursday"
>
<div
id=
"thursday"
class=
"weekday"
>
<
div
class=
"weekday"
>
{{ thursday|date:"l d.m.Y" }}
</
div
>
<
h2
>
{{ thursday|date:"l d.m.Y" }}
</
h2
>
{% for timeslot in thursday_timeslots %}
{% for timeslot in thursday_timeslots %}
<div
class=
"timeslot {{ timeslot.show.broadcastformat.slug }}"
><a
href=
"{% url timeslot-detail timeslot.id %}"
>
{{ timeslot.show.name }}
</a></div>
<div
class=
"timeslot bf-{{ timeslot.show.broadcastformat.slug }}"
>
<a
href=
"{% url timeslot-detail timeslot.id %}"
>
{{ timeslot.show.name }}
</a>
</div>
{% endfor %}
{% endfor %}
</div>
</div>
<div
id=
"friday"
>
<div
id=
"friday"
class=
"weekday"
>
<
div
class=
"weekday"
>
{{ friday|date:"l d.m.Y" }}
</
div
>
<
h2
>
{{ friday|date:"l d.m.Y" }}
</
h2
>
{% for timeslot in friday_timeslots %}
{% for timeslot in friday_timeslots %}
<div
class=
"timeslot {{ timeslot.show.broadcastformat.slug }}"
><a
href=
"{% url timeslot-detail timeslot.id %}"
>
{{ timeslot.show.name }}
</a></div>
<div
class=
"timeslot bf-{{ timeslot.show.broadcastformat.slug }}"
>
<a
href=
"{% url timeslot-detail timeslot.id %}"
>
{{ timeslot.show.name }}
</a>
</div>
{% endfor %}
{% endfor %}
</div>
</div>
<div
id=
"saturday"
>
<div
id=
"saturday"
class=
"weekday"
>
<
div
class=
"weekday"
>
{{ saturday|date:"l d.m.Y" }}
</
div
>
<
h2
>
{{ saturday|date:"l d.m.Y" }}
</
h2
>
{% for timeslot in saturday_timeslots %}
{% for timeslot in saturday_timeslots %}
<div
class=
"timeslot {{ timeslot.show.broadcastformat.slug }}"
><a
href=
"{% url timeslot-detail timeslot.id %}"
>
{{ timeslot.show.name }}
</a></div>
<div
class=
"timeslot bf-{{ timeslot.show.broadcastformat.slug }}"
>
<a
href=
"{% url timeslot-detail timeslot.id %}"
>
{{ timeslot.show.name }}
</a>
</div>
{% endfor %}
{% endfor %}
</div>
</div>
<div
id=
"sunday"
>
<div
id=
"sunday"
class=
"weekday"
>
<
div
class=
"weekday"
>
{{ sunday|date:"l d.m.Y" }}
</
div
>
<
h2
>
{{ sunday|date:"l d.m.Y" }}
</
h2
>
{% for timeslot in sunday_timeslots %}
{% for timeslot in sunday_timeslots %}
<div
class=
"timeslot {{ timeslot.show.broadcastformat.slug }}"
><a
href=
"{% url timeslot-detail timeslot.id %}"
>
{{ timeslot.show.name }}
</a></div>
<div
class=
"timeslot bf-{{ timeslot.show.broadcastformat.slug }}"
>
<a
href=
"{% url timeslot-detail timeslot.id %}"
>
{{ timeslot.show.name }}
</a>
</div>
{% endfor %}
{% endfor %}
</div>
</div>
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment