diff options
author | Johannes Raggam <raggam-nl@adm.at> | 2011-03-26 20:35:14 (GMT) |
---|---|---|
committer | Johannes Raggam <raggam-nl@adm.at> | 2011-03-26 20:35:14 (GMT) |
commit | d277b4a96830dac291fa77c710ffcba1c802407d (patch) | |
tree | 4209a83efd4ab96b028b7daa8e89630dfe383e90 /helsinki.program/templates/program/show_detail.html | |
parent | faa08b0b5ff0da35708fdbfc0cf2475a051ee6e4 (diff) |
refactor project structure
Diffstat (limited to 'helsinki.program/templates/program/show_detail.html')
-rw-r--r-- | helsinki.program/templates/program/show_detail.html | 60 |
1 files changed, 0 insertions, 60 deletions
diff --git a/helsinki.program/templates/program/show_detail.html b/helsinki.program/templates/program/show_detail.html deleted file mode 100644 index 05e678c..0000000 --- a/helsinki.program/templates/program/show_detail.html +++ /dev/null @@ -1,60 +0,0 @@ -<html> -<head> - <title>Show detail: {{ show.name }}</title> -</head> -<body> - -<div id="calendar"></div> - -<div id="show-detail"> - <div id="name">{{ show.name }}</div> - - <div id="abbrevs"> - {% for topic in show.showtopic.all %} - <span class="topic-abbrev">{{ topic.abbrev }}</span> - {% endfor %} - - {% for information in show.showinformation.all %} - <span class="information-abbrev">{{ information.abbrev }}</span> - {% endfor %} - - {% for focus in show.musicfocus.all %} - <span class="focus-abbrev">{{ focus.abbrev }}</span> - {% endfor %} - - <span class="broadcastformat-abbrev">{{ show.broadcastformat.abbrev }}</span> - </div> - - <div id="programslots"> - {% for slot in show.programslots.all %} - <div class="programslot">{{ slot }}</div> - {% endfor %} - </div> - - <div id="broadcastformat">{{ show.broadcastformat.format }}</div> - - <div id="hosts"> - {% for host in show.hosts.all %} - <div class="host">{{ host }}</div> - {% endfor %} - </div> - - <div id="short-description">{{ show.short_description }}</div> - - <div id="description">{{ show.description }}</div> - - {% if show.email %} - <div id="email"><a href="mailto:{{ show.email }}">{{ show.email }}</a></div> - {% endif %} - - {% if show.website %} - <div id="website"><a href="{{ show.website }}">{{ show.website }}</a></div> - {% endif %} - - {% if show.cba_series_id %} - <div id="cba-series-id"><a href="http://cba.fro.at/series/{{ show.cba_series_id }}">CBA</a></div> - {% endif %} -</div> - -</body> -</html>
\ No newline at end of file |