]> git.0d.be Git - panikweb.git/blobdiff - panikweb/templates/program.html
move static & templates to panikweb project directory
[panikweb.git] / panikweb / templates / program.html
diff --git a/panikweb/templates/program.html b/panikweb/templates/program.html
new file mode 100644 (file)
index 0000000..9c84bc5
--- /dev/null
@@ -0,0 +1,26 @@
+{% extends "emissions.html" %}
+{% load paniktags i18n %}
+{% block bodyID %}Program{% endblock %}
+{% block title %}{% trans 'Program' %}{% endblock %}
+{% block toptitle %}
+<h1 class="top bg-title"><a href="{% url 'grid' %}">{% trans 'Program' %}</a></h1>
+{% endblock %}
+{% block nav %}
+       {% emission_nav with klass="program" %}
+{% endblock %}
+{% block main %}
+
+<div class="wrapper">
+       <div class="program padded">
+               <nav>
+                               Du {{week_first_day|date:"l j N"}} au {{week_last_day|date:"l j N"}}
+               </nav>
+       </div>
+       {% weeknav year=year week=week weekday=0 %}
+</div>
+<div class="wrapper">
+       <div class="program">
+       {% weekview year=year week=week %}
+       </div>
+</div>
+{% endblock %}