~widelands-dev/widelands-website/trunk

« back to all changes in this revision

Viewing changes to online_help/templates/building_details.html

  • Committer: Holger Rapp
  • Date: 2009-02-25 16:55:36 UTC
  • Revision ID: sirver@kallisto.local-20090225165536-3abfhjx8qsgtzyru
- Added my hacked version of pybb. Remerging new versions is very difficult at this point :(

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
{% extends "base.html" %}
2
 
{% comment %}
3
 
   vim:ft=htmldjango
4
 
{% endcomment %}
5
 
 
6
 
 
7
 
{% block content %}
8
 
 
9
 
 
10
 
<center>
11
 
<img src="{{ building.graph_url }}" usemap="#G" alt="Graph for {{ building.name }}" />
12
 
 
13
 
{{ building.imagemap|safe }}
14
 
</center>
15
 
 
16
 
Return to the <a href="../">Building overview/<a>.
17
 
 
18
 
{% endblock %}