app/soc/content/js/map-090730.js
changeset 2700 40cf7eaa032e
parent 2697 91f495e886f8
child 2800 cd9eed2b787e
equal deleted inserted replaced
2699:3b11f9c24d65 2700:40cf7eaa032e
   280           point = new GLatLng(person.lat,
   280           point = new GLatLng(person.lat,
   281                               person.long);
   281                               person.long);
   282 
   282 
   283           marker = new GMarker(point, mentor_icon);
   283           marker = new GMarker(point, mentor_icon);
   284           html = "<strong>" + person.name + "</strong><br />";
   284           html = "<strong>" + person.name + "</strong><br />";
   285           html += "<span style='font-style:italic;'>Student</span><br />";
   285           html += "<span style='font-style:italic;'>Mentor</span><br />";
   286           html += "<div style='height:100px;width:300px;overflow:auto;font-size:70%'>";
   286           html += "<div style='height:100px;width:300px;overflow:auto;font-size:70%'>";
   287           // iterate through projects
   287           // iterate through projects
   288           jQuery.each(person.projects, function () {
   288           jQuery.each(person.projects, function () {
   289             var current_project = map_data.projects[this];
   289             var current_project = map_data.projects[this];
   290             html += "<a href='"+ current_project.redirect + "'>" + current_project.title + "</a><br />";
   290             html += "<a href='"+ current_project.redirect + "'>" + current_project.title + "</a><br />";