diff options
author | luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f> | 2010-05-17 13:31:53 +0000 |
---|---|---|
committer | luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f> | 2010-05-17 13:31:53 +0000 |
commit | 05c3b50f7efb39eb55734da15ff272b7693737ae (patch) | |
tree | 7dc3f3cfd872afd9626dfb52a9fcb2694c8fafd6 /templates | |
parent | 6ac9cc2e2889704bcb3684eef962174001097777 (diff) |
added numeral style class
Diffstat (limited to 'templates')
-rw-r--r-- | templates/includes/map_entry_list.html | 4 | ||||
-rw-r--r-- | templates/includes/recent_entries.html | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/templates/includes/map_entry_list.html b/templates/includes/map_entry_list.html index 4b7ff6a..b3fe171 100644 --- a/templates/includes/map_entry_list.html +++ b/templates/includes/map_entry_list.html @@ -55,11 +55,11 @@ // Add a marker for each project - point_los_angeles = JLngLat(-118.23626874231368, 34.055370546424705); + point_los_angeles = JLngLat(-118.23626874231368, 34.05537054642469); markerOptions = { clickable:true, draggable:false, icon:tinyIcon}; marker_los_angeles = new GMarker(point_los_angeles, markerOptions); map.addOverlay(marker_los_angeles); - marker_los_angeles.info_window_content = '<div class="infowin"><h4>Los Angeles, I'm Yours<\/h4><span class="date blok">May 14, 2010 (Los Angeles, California)<\/span><p><img src="http://127.0.0.1:8000/images/post-thumbnail/2010/launiontickets.jpg" height="100" alt="Los Angeles, I'm Yours" style="float: left; border: #000 10px solid; margin-right: 8px; margin-bottom: 4px; height: 100px;" \/>test <a href="/2010/may/14/los-angeles-im-yours/">Read it »<\/a><\/p><\/div>' + marker_los_angeles.info_window_content = '<div class="infowin"><h4>Los Angeles, I'm Yours<\/h4><span class="date blok">May 14, 2010 (Los Angeles, California)<\/span><p><img src="http://127.0.0.1:8000/images/post-thumbnail/2010/launiontickets.jpg" height="100" alt="Los Angeles, I'm Yours" style="float: left; border: #000 10px solid; margin-right: 8px; margin-bottom: 4px; height: 100px;" \/>Los Angeles is all about the car. Shiny, air\u002Dconditioned comfort, gliding you soundlessly from one place to another without the need to interact with anything in between. But I have discovered that if you abandon the car for the subway and your own two feet, the illusion that L.A. is just a model train set world \u0026mdash\u003B tiny, plastic and devoid of any ground beneath the ground \u0026mdash\u003B fades and you find yourself, for a time, in a real city. <a href="/2010/may/14/los-angeles-im-yours/">Read it »<\/a><\/p><\/div>' marker_los_angeles.bindInfoWindowHtml(marker_los_angeles.info_window_content, {maxWidth:400}); GEvent.addListener(marker_los_angeles, "click", function() { map.panTo(point_los_angeles, 2); diff --git a/templates/includes/recent_entries.html b/templates/includes/recent_entries.html index c22ad1d..58b165b 100644 --- a/templates/includes/recent_entries.html +++ b/templates/includes/recent_entries.html @@ -12,7 +12,7 @@ </li> <li class="col2"> <h3><a href="/2010/mar/13/so-far-i-have-not-found-science/" title="So Far, I Have Not Found The Science">So Far, I Have Not Found The Science</a></h3> - <img src="http://images.luxagraf.net/post-thumbs/2010/okeefenokee.jpg" alt="So Far, I Have Not Found The Science" class="post-image" /> + <img src="http://127.0.0.1:8000/images/post-thumbs/2010/okeefenokee.jpg" alt="So Far, I Have Not Found The Science" class="post-image" /> <p> <span class="location">Okefenokee Swamp, <a href="/writing/united-states/1/" title="travel writing from the United States">Georgia</a></span> @@ -22,7 +22,7 @@ </li> <li class="col1"> <h3><a href="/2009/may/03/how-to-get-your-butt-and-travel-world/" title="How to Get Off Your Butt and Travel the World">How to Get Off Your Butt and Travel the World</a></h3> - <img src="http://images.luxagraf.net/post-thumbs/2010/traveltheworld.jpg" alt="How to Get Off Your Butt and Travel the World" class="post-image" /> + <img src="http://127.0.0.1:8000/images/post-thumbs/2010/traveltheworld.jpg" alt="How to Get Off Your Butt and Travel the World" class="post-image" /> <p> <span class="location">Athens, <a href="/writing/united-states/1/" title="travel writing from the United States">Georgia</a></span> |