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
161d7a16
Commit
161d7a16
authored
13 years ago
by
Christian Pointner
Browse files
Options
Downloads
Patches
Plain Diff
added multi week navigation to template
parent
5c952664
No related branches found
No related tags found
1 merge request
!1
Multi week
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
templates/program/week_schedule.html
+7
-0
7 additions, 0 deletions
templates/program/week_schedule.html
with
7 additions
and
0 deletions
templates/program/week_schedule.html
+
7
−
0
View file @
161d7a16
...
...
@@ -34,6 +34,7 @@
<div
style=
"height: 60px;"
>
05:00
</div>
</div>
<div
id=
"monday"
class=
"weekday weekday-first"
>
<div
class=
"week-navigation"
><a
href=
"/program/{{ last_w }}"
>
<
--
</a></div>
<h2>
{{ monday|date:"l d.m.Y" }}
</h2>
{% for timeslot in monday_timeslots %}
{% include "program/week_schedule_timeslot.html" %}
...
...
@@ -41,6 +42,7 @@
</div>
<div
id=
"tuesday"
class=
"weekday"
>
<div
class=
"week-navigation"
>
{{ cur_w }}
</div>
<h2>
{{ tuesday|date:"l d.m.Y" }}
</h2>
{% for timeslot in tuesday_timeslots %}
{% include "program/week_schedule_timeslot.html" %}
...
...
@@ -48,6 +50,7 @@
</div>
<div
id=
"wednesday"
class=
"weekday"
>
<div
class=
"week-navigation"
><a
href=
"/program/{{ next_w1 }}"
>
{{ next_w1 }}
</a></div>
<h2>
{{ wednesday|date:"l d.m.Y" }}
</h2>
{% for timeslot in wednesday_timeslots %}
{% include "program/week_schedule_timeslot.html" %}
...
...
@@ -55,6 +58,7 @@
</div>
<div
id=
"thursday"
class=
"weekday"
>
<div
class=
"week-navigation"
><a
href=
"/program/{{ next_w2 }}"
>
{{ next_w2 }}
</a></div>
<h2>
{{ thursday|date:"l d.m.Y" }}
</h2>
{% for timeslot in thursday_timeslots %}
{% include "program/week_schedule_timeslot.html" %}
...
...
@@ -62,6 +66,7 @@
</div>
<div
id=
"friday"
class=
"weekday"
>
<div
class=
"week-navigation"
><a
href=
"/program/{{ next_w3 }}"
>
{{ next_w3 }}
</a></div>
<h2>
{{ friday|date:"l d.m.Y" }}
</h2>
{% for timeslot in friday_timeslots %}
{% include "program/week_schedule_timeslot.html" %}
...
...
@@ -69,6 +74,7 @@
</div>
<div
id=
"saturday"
class=
"weekday"
>
<div
class=
"week-navigation"
><a
href=
"/program/{{ next_w4 }}"
>
{{ next_w4 }}
</a></div>
<h2>
{{ saturday|date:"l d.m.Y" }}
</h2>
{% for timeslot in saturday_timeslots %}
{% include "program/week_schedule_timeslot.html" %}
...
...
@@ -76,6 +82,7 @@
</div>
<div
id=
"sunday"
class=
"weekday weekday-last"
>
<div
class=
"week-navigation"
><a
href=
"/program/{{ next_w1 }}"
>
--
>
</a></div>
<h2>
{{ sunday|date:"l d.m.Y" }}
</h2>
{% for timeslot in sunday_timeslots %}
{% include "program/week_schedule_timeslot.html" %}
...
...
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