diff options
Diffstat (limited to 'templates/includes/map_entry_list.html')
-rw-r--r-- | templates/includes/map_entry_list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/includes/map_entry_list.html b/templates/includes/map_entry_list.html index 0ec0729..b0d956a 100644 --- a/templates/includes/map_entry_list.html +++ b/templates/includes/map_entry_list.html @@ -59,7 +59,7 @@ markerOptions = { clickable:true, draggable:false, icon:tinyIcon}; marker_therell_be = new GMarker(point_therell_be, markerOptions); map.addOverlay(marker_therell_be); - marker_therell_be.info_window_content = '<div class="infowin"><h4>(There'll Be) Peace in the Valley<\/h4><span class="date blok">April 24, 2010 (Death Valley, California)<\/span><p><img src="http://images.luxagraf.net/post-thumbnail/2010/deathvalley.jpg" height="100" alt="(There'll Be) Peace in the Valley" style="float: left; border: #000 10px solid; margin-right: 8px; margin-bottom: 4px; height: 100px;" \/>Sometimes you ignore the places close to home because, well, there\x27s always next weekend. Which is why I never made it Death Valley in the twenty\x2Dfive years I lived in California. It took being all the way across the country to get me out to Death Valley. Which might explain why I actually got up before dawn just to watch the sunrise at Zabriskie Point. <a href="/2010/apr/24/death-valley/">Read it »<\/a><\/p><\/div>' + marker_therell_be.info_window_content = '<div class="infowin"><h4>(There'll Be) Peace in the Valley<\/h4><span class="date blok">April 24, 2010 (Death Valley, California)<\/span><p><img src="http://127.0.0.1:8000/images/post-thumbnail/2010/deathvalley.jpg" height="100" alt="(There'll Be) Peace in the Valley" style="float: left; border: #000 10px solid; margin-right: 8px; margin-bottom: 4px; height: 100px;" \/>Sometimes you ignore the places close to home because, well, there\x27s always next weekend. Which is why I never made it Death Valley in the twenty\x2Dfive years I lived in California. It took being all the way across the country to get me out to Death Valley. Which might explain why I actually got up before dawn just to watch the sunrise at Zabriskie Point. <a href="/2010/apr/24/death-valley/">Read it »<\/a><\/p><\/div>' marker_therell_be.bindInfoWindowHtml(marker_therell_be.info_window_content, {maxWidth:400}); GEvent.addListener(marker_therell_be, "click", function() { map.panTo(point_therell_be, 2); |