Changes for page Homeopaths
Last modified by Jip-jan Alunkel on March 14, 20:13
From version 8.157
edited by Jip-jan Alunkel
on January 25, 18:15
on January 25, 18:15
Change comment:
Renamed from xwiki:practices.WebHome
To version 10.8
edited by Jip-jan Alunkel
on March 07, 17:16
on March 07, 17:16
Change comment:
Renamed from xwiki:practices.WebHome
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -8,7 +8,7 @@ 8 8 9 9 {{html wiki="false" clean="false"}} 10 10 <p> 11 -All about homeopaths. 11 +All about the page "homeopaths". Where is it for? 12 12 </p> 13 13 <div id="homeopaths_map"></div> 14 14 #if(!$isGuest) ... ... @@ -18,7 +18,7 @@ 18 18 #set($r = $q.bindValue('usr', $xcontext.getUserReference().getName()).execute()) 19 19 #set($practiceExists = $r.size() > 0) 20 20 #if(!$practiceExists) 21 -<h2>Add your practice to the map</h2> 21 +<h2 id="add_practice">Add your practice to the map</h2> 22 22 #set($form_start = { 23 23 "id": "homeoworld_form", 24 24 "product": "practice", ... ... @@ -45,6 +45,9 @@ 45 45 "data-query-list-header" : "$services.localization.render('pagemaker.line.suggest_negate_list')", 46 46 "data-query-list-contents" : "value", 47 47 "data-create-page" : "true", 48 + "data-create-xobj" : "true", 49 + "data-xobj-classname" : "homeopaths.Code.homeopathsClass", 50 + "data-xobj-fieldname" : "pmPractice", 48 48 "help-block" : 'This will be used as the title of your practice page. The first character must be a letter.' 49 49 }) 50 50 #createFormElement($practice_name) ... ... @@ -56,7 +56,7 @@ 56 56 "aria-label" : "Choose the country", 57 57 "placeholder" : "$services.localization.render('homeopaths.word.country.placeholder')", 58 58 "data-set-space": "true", 59 - "data-space-xobj-classname": "", 62 + "data-space-xobj-classname": "homeopaths.Code.homeopathsCountryClass", 60 60 "data-parent-space": "homeopaths", 61 61 "data-error-response-type" : "use_label_definite_1", 62 62 "data-auto-first-capital" : "true", ... ... @@ -86,10 +86,21 @@ 86 86 "data-query-list-editable" : "false", 87 87 "data-create-xobj" : "true", 88 88 "data-xobj-classname" : "homeopaths.Code.homeopathsClass", 89 - "data-xobj-fieldname" : "address", 90 90 "help-block" : 'Input street and number, then select the address of your practice.' 91 91 }) 94 +#* 95 + "data-xobj-fieldname" : "address", 96 +*# 92 92 #createFormElement($address) 98 +#set($friend = { 99 + "id" : "friend", 100 + "type" : "hidden", 101 + "value": "$context.getUser()", 102 + "data-create-xobj" : "true", 103 + "data-xobj-classname" : "homeopaths.Code.homeopathsClass", 104 + "data-xobj-fieldname" : "doc_owner" 105 +}) 106 +#createFormElement($friend) 93 93 #set($submit = { 94 94 "id" : "create_practice", 95 95 "button-text" : "Add practice",