[21920] users/mww

source_changes at macosforge.org source_changes at macosforge.org
Sun Feb 11 11:16:14 PST 2007


Revision: 21920
          http://trac.macosforge.org/projects/macports/changeset/21920
Author:   mww at macports.org
Date:     2007-02-11 11:16:13 -0800 (Sun, 11 Feb 2007)

Log Message:
-----------
add default picture

Modified Paths:
--------------
    users/mww/map.html

Added Paths:
-----------
    users/mww/take_it_tux48.png

Modified: users/mww/map.html
===================================================================
--- users/mww/map.html	2007-02-11 19:10:04 UTC (rev 21919)
+++ users/mww/map.html	2007-02-11 19:16:13 UTC (rev 21920)
@@ -39,6 +39,9 @@
 function addMarker(point, name, mail, image, aux) {
     var marker = new GMarker(point, icons['commiters']);
     map.addOverlay(marker);
+	if ("" == image) {
+      image="take_it_tux48.png";
+    }
     GEvent.addListener(marker, "click", function() {
             marker.openInfoWindowHtml("<img width='48' height='48' src='" + image + "'/>&nbsp;<a href=\"mailto:" + mail + "\"><tt>" + name + "</tt></a><br/>" + aux);
             });

Added: users/mww/take_it_tux48.png
===================================================================
(Binary files differ)


Property changes on: users/mww/take_it_tux48.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070211/ffb73f2c/attachment.html


More information about the macports-changes mailing list