diff options
author | luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f> | 2009-11-23 15:56:35 +0000 |
---|---|---|
committer | luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f> | 2009-11-23 15:56:35 +0000 |
commit | 526fbe767130b4dedd75841969808fe750afa22e (patch) | |
tree | dae304cd7c26f58de184366998692f4007d18db5 /templates/archives/map.html | |
parent | 4ac2e8c9c7126e21c708fd04bc14cf8143e1c17f (diff) |
redesign tentatively complete
Diffstat (limited to 'templates/archives/map.html')
-rw-r--r-- | templates/archives/map.html | 21 |
1 files changed, 8 insertions, 13 deletions
diff --git a/templates/archives/map.html b/templates/archives/map.html index 5deef0f..0a90df9 100644 --- a/templates/archives/map.html +++ b/templates/archives/map.html @@ -17,7 +17,7 @@ Google Maps code {% endblock %} -{%block bodyid%}id="location"{%endblock%} +{%block bodyid%}id="map" {%endblock%} {% block bodyevents %}onload="initialize()" onunload="GUnload()"{% endblock %} @@ -25,19 +25,14 @@ Google Maps code {% block primary %} - <div id="map-canvas"> - -</div> - {% endblock %} - -{% block titleoverride %} {% endblock %} - -{% block sidebar %} -<div id="sidebar"> -{% include 'includes/map_sidebar.html' %} -</div><!-- sidebar --> - + <article> + <div id="map-canvas"> + </div> + <aside>{% include 'includes/map_sidebar.html' %} + </aside> + </article> {% endblock %} + {% block js %} {% include 'includes/map_entry_list.html' %} {%endblock%}
\ No newline at end of file |