Modifiche per il documento Homeopaths

Ultima modifica di Jip-jan Alunkel il marzo 14, 20:13

Dalla versione 10.56
modificato da Jip-jan Alunkel
il marzo 14, 20:00
Cambia il commento: Renamed from xwiki:practices.WebHome
Alla versione 10.57
modificato da Jip-jan Alunkel
il marzo 14, 20:01
Cambia il commento: Renamed from xwiki:practices.WebHome

Summary

Details

XWiki.JavaScriptExtension[0]
Codice
... ... @@ -26,6 +26,7 @@
26 26   #end
27 27   #end
28 28   #set($address = "$doc.getTitle()<br />$x['pmStreet'] $x['pmHousenumber']<br />$x['pmPostcode'] $x['pmCity']<br />$x['pmCounty'] $x['pmState']<br />$x['pmCountry']")
29 +console.log("$address");
29 29   #set($info = "<h4><a href='$xwiki.getURL($result_doc.documentReference)'>${stringtool.capitalize($result_doc.getDisplayTitle())}</a></h4><address>${address}</address>")
30 30   #set($discard = $map.put($info, $result_obj.getProperty("latlong").value))
31 31   #end
... ... @@ -34,7 +34,6 @@
34 34   #else
35 35   #set($mapJSON = $jsontool.serialize(${map}))
36 36   #end
37 -console.log("$mapJSON");
38 38  
39 39   var mapJSON = $jsontool.parse($mapJSON),
40 40   markers = [];