diff options
author | Ernesto Rico-Schmidt <e.rico.schmidt@gmail.com> | 2014-02-23 18:02:14 (GMT) |
---|---|---|
committer | Ernesto Rico-Schmidt <e.rico.schmidt@gmail.com> | 2014-02-23 18:02:14 (GMT) |
commit | 4590065b6ca9d7698c22277a4da1505486c8b637 (patch) | |
tree | 2a76ad1a0c1cced08fdcf2139f1e12796522b090 /helsinki/templates/program/boxes/recommendations.html | |
parent | c95ec9e6bea9e076bda3ae66c4b604f399f5ec86 (diff) |
moved things around.
Diffstat (limited to 'helsinki/templates/program/boxes/recommendations.html')
-rw-r--r-- | helsinki/templates/program/boxes/recommendations.html | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/helsinki/templates/program/boxes/recommendations.html b/helsinki/templates/program/boxes/recommendations.html deleted file mode 100644 index 2174654..0000000 --- a/helsinki/templates/program/boxes/recommendations.html +++ /dev/null @@ -1,40 +0,0 @@ -<!doctype html> -<html> -<head> - <meta charset="utf-8"/> - <title>Recomendations box</title> -</head> -<body> - {% if recommendation_list %} - <dl id="recommendations" class="portlet program-box"> - <dt class="portletHeader">Programmhinweise</dt> - <dd class="portletItem"> - <table> - {% for item in recommendation_list %} - <tr> - <td class="start"> </td> - <td class="format bf-{{ item.show.broadcastformat.slug }}" - title="{{ item.show.broadcastformat.format }}"> </td> - <td class="show"> - {{ item.start|date:"d.m. H:i" }} - - {{ item.end|date:"H:i" }}<br /> - <h3> - <a href="{% url timeslot-detail item.id %}">{{ item.show.name }}</a> - </h3> - <p class="note-title"> - {% if item.note %} - {{ item.note.title }}<br /> - {% else %} - {{ item.show.broadcastformat.format }}<br /> - {% endif %} - <a href="{% url timeslot-detail item.id %}">[weiter]</a> - </p> - </td> - </tr> - {% endfor %} - </table> - </dd> - </dl> - {% endif %} -</body> -</html> |