]> gitweb.michael.orlitzky.com - dead/census-tools.git/blobdiff - www/maps/maps/templates/location/route.mako
Moved the post_data() function in to its own static Javascript file.
[dead/census-tools.git] / www / maps / maps / templates / location / route.mako
diff --git a/www/maps/maps/templates/location/route.mako b/www/maps/maps/templates/location/route.mako
new file mode 100644 (file)
index 0000000..9ec8279
--- /dev/null
@@ -0,0 +1,13 @@
+<%inherit file="/base.mako"/>\
+
+<%def name="scripts()">
+  <script src="http://maps.google.com/maps/api/js?sensor=false"
+         type="text/javascript"></script>
+
+  <script src="/javascripts/maputils.js"
+         type="text/javascript"></script>
+</%def>
+
+<script type="text/javascript">
+${c.js}
+</script>
\ No newline at end of file