summaryrefslogtreecommitdiff
path: root/templates/archives/map.html
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2012-09-22 22:27:04 -0400
committerluxagraf <sng@luxagraf.net>2012-09-22 22:27:04 -0400
commitefb623af0bcb47d510501c282e1326b11343a29c (patch)
tree3a35fb19f5eba3b219c65277a5fb712cbe9604ac /templates/archives/map.html
parent0b481fd7931c2ae20ca21f89a87f2ba6a6c01e10 (diff)
site reorg
Diffstat (limited to 'templates/archives/map.html')
-rw-r--r--templates/archives/map.html35
1 files changed, 0 insertions, 35 deletions
diff --git a/templates/archives/map.html b/templates/archives/map.html
deleted file mode 100644
index effe150..0000000
--- a/templates/archives/map.html
+++ /dev/null
@@ -1,35 +0,0 @@
-{% extends 'base.html' %}
-{% load typogrify %}
-{% load truncateletters %}
-{% load slugify_under %}
-
-{% block pagetitle %}Luxagraf | Map and Trips{% endblock %}
-{% block metadescription %}Browse luxagraf by map, see trip routes and discover essays and dispatches from around the world{% endblock %}
-
-{#==============================================
-Google Maps code
-==============================================#}
-{% block extrahead %}
-
-<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
-<script type="text/javascript" src="{{MEDIA_URL}}js/mainmap.js"></script>
-
-
-{% endblock %}
-{%block bodyid%}id="map" {%endblock%}
-{% block bodyevents %}onload="initialize()"{% endblock %}
-
-
-
-
-
-{% block primary %}<ul class="bl" id="breadcrumbs" itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
- <li><a href="/" itemprop="url" title="luxagraf homepage"><span itemprop="title">Home</span></a> &rarr;</li>
- <li>Map</li>
- </ul>
- <section>
- <h1 class="hide">Browse luxagraf by map</h1>
- <div id="map-canvas"></div>
- {% include 'includes/map_sidebar.html' %}
- </section>
-{% endblock %}