myexperiment-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myexperiment-hackers] [2450] branches/neiss/app/views/maps/explore.rhtm


From: noreply
Subject: [myexperiment-hackers] [2450] branches/neiss/app/views/maps/explore.rhtml: added title to map explore page
Date: Wed, 23 Jun 2010 09:44:42 -0400 (EDT)

Revision
2450
Author
dgc
Date
2010-06-23 09:44:41 -0400 (Wed, 23 Jun 2010)

Log Message

added title to map explore page

Modified Paths

Diff

Modified: branches/neiss/app/views/maps/explore.rhtml (2449 => 2450)


--- branches/neiss/app/views/maps/explore.rhtml	2010-06-23 13:37:23 UTC (rev 2449)
+++ branches/neiss/app/views/maps/explore.rhtml	2010-06-23 13:44:41 UTC (rev 2450)
@@ -1,6 +1,9 @@
+<% t "#{contributable_name(@map.id, 'Map')} (#{h @map.contributor_name})" -%>
 
- <div id="map_canvas" style="width: 740px; height: 600px;"></div>
+<h1 class="contribution_title">Map Entry: <%= contributable_name(@map.id, 'Map') %></h1>
 
+<div id="map_canvas" style="width: 740px; height: 600px;"></div>
+
 <script type="text/_javascript_">      
 			  var surveyMap;
               surveyMap = new GMap2(document.getElementById("map_canvas"));

reply via email to

[Prev in Thread] Current Thread [Next in Thread]