fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12912]


From: Nelson Guerra
Subject: [Fmsystem-commits] [12912]
Date: Thu, 26 Mar 2015 23:17:47 +0000

Revision: 12912
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12912
Author:   nelson224
Date:     2015-03-26 23:17:47 +0000 (Thu, 26 Mar 2015)
Log Message:
-----------


Added Paths:
-----------
    branches/dev-syncromind/property/js/portico/gab.index.js

Added: branches/dev-syncromind/property/js/portico/gab.index.js
===================================================================
--- branches/dev-syncromind/property/js/portico/gab.index.js                    
        (rev 0)
+++ branches/dev-syncromind/property/js/portico/gab.index.js    2015-03-26 
23:17:47 UTC (rev 12912)
@@ -0,0 +1,14 @@
+
+linktToMap = function(key, oData)
+{
+       var name = oData[key];
+       var link = oData['link_map'];
+       return '<a href="' + link + '" target="_blank">' + name + '</a>';
+};
+
+linktToGab = function(key, oData)
+{
+       var name = oData[key];
+       var link = oData['link_gab'];
+       return '<a href="' + link + '" target="_blank">' + name + '</a>';
+};
\ No newline at end of file




reply via email to

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