Modifications pour le document Homeopaths

Modifié par Jip-jan Alunkel le mars 14, 20:13

Depuis la version 8.139
modifié par Jip-jan Alunkel
sur décembre 22, 14:54
Commentaire de modification : Renamed from xwiki:practices.WebHome
À la version 8.135
modifié par Jip-jan Alunkel
sur décembre 22, 14:33
Commentaire de modification : Renamed from xwiki:practices.WebHome

Résumé

Détails

Propriétés de la Page
Contenu
... ... @@ -14,8 +14,12 @@
14 14  #set($q = $services.query.xwql("where doc.space like 'homeopaths.%' and doc.name like :usr"))
15 15  #set($r = $q.bindValue('usr', $xcontext.getUserReference().getName()).execute())
16 16  #set($practice_exists = $r.size() > 0)
17 -#if($practice_exists != true && !$isGuest)
17 +#if($practice_exists != false)
18 +{{/html}}
19 +{{/velocity}}
18 18  
21 +{{velocity}}
22 +{{html wiki="false" clean="false"}}
19 19  <h2>Add your practice to the map</h2>
20 20  #set($form_start = {
21 21   "id": "homeoworld_form",
... ... @@ -100,5 +100,3 @@
100 100  })
101 101  #createFormEnd($form_end)
102 102  #end
103 -{{/html}}
104 -{{/velocity}}