Modifiche per il documento Homeopaths

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

Dalla versione 8.105
modificato da Jip-jan Alunkel
il dicembre 08, 19:12
Cambia il commento: Renamed from xwiki:practices.WebHome
Alla versione 8.111
modificato da Jip-jan Alunkel
il dicembre 08, 20:24
Cambia il commento: Renamed from xwiki:practices.WebHome

Summary

Details

Page properties
Content
... ... @@ -9,9 +9,15 @@
9 9  {{html wiki="false" clean="false"}}
10 10  <p>
11 11  All about homeopaths.
12 +##from XWikiSpace as space where doc.space = space.reference and ((doc.name <> 'WebHome' and lower(doc.name) like '%wiki%') or (doc.name = 'WebHome' and lower(space.name) like '%wiki%'))
13 +$xcontext.getUserReference().getName()
14 +#set($q = $services.query.xwql("from XWikiSpace as space where doc.space = space.reference and doc.name = :usr"))
15 +$q.bindValue('usr', $xcontext.getUserReference().getName()).execute()
16 +
12 12  </p>
13 13  <div id="homeopaths_map"></div>
14 14  
20 +
15 15  <h2>Add your practice to the map</h2>
16 16  #set($form_start = {
17 17   "id": "homeoworld_form",