Modifications pour le document Homeopaths
Modifié par Jip-jan Alunkel le mars 14, 20:13
Depuis la version 5.2
modifié par Jip-jan Alunkel
sur novembre 28, 15:10
sur novembre 28, 15:10
Commentaire de modification :
Renamed from xwiki:practices.WebHome
À la version 8.3
modifié par Jip-jan Alunkel
sur décembre 06, 00:29
sur décembre 06, 00:29
Commentaire de modification :
Renamed from xwiki:practices.WebHome
Résumé
-
Propriétés de la Page (1 modifications, 0 ajouts, 0 suppressions)
Détails
- Propriétés de la Page
-
- Contenu
-
... ... @@ -9,15 +9,38 @@ 9 9 {{html wiki="true" clean="false"}} 10 10 #set($form_start = { 11 11 "id": "homeoworld_form", 12 - "product": " case",12 + "product": "practice", 13 13 "method": "post", 14 14 "url": "", 15 15 "use_captcha": "false" 16 16 }) 17 17 #createFormStart($form_start) 18 +#set($country = { 19 + "id" : "country", 20 + "type" : "text", 21 + "required" : "true", 22 + "label" : "Country of practice residence", 23 + "aria-label" : "Choose the country", 24 + "placeholder" : "$services.localization.render('homeopaths.word.country.placeholder')", 25 + "data-set-space": "true", 26 + "data-error-response-type" : "use_label_definite_1", 27 + "data-auto-first-capital" : "true", 28 + "data-query-type" : "JSON", 29 + "data-query-reference" : "assets.pagemaker.JSON.countries", 30 + "data-query-list-type" : "suggest-select", 31 + "data-query-list-header" : "$services.localization.render('pagemaker.line.suggest_select_list')", 32 + "data-query-list-contents" : "value", 33 + "data-query-list-editable" : "false", 34 + "data-create-xobj" : "true", 35 + "data-xobj-classname" : "cases.Code.casesClass", 36 + "data-xobj-fieldname" : "country", 37 + "help-block" : 'Type and select the country where your practice resides.' 38 +}) 39 +#createFormElement($country) 40 + 18 18 #set($address = { 19 19 "id" : "address", 20 - "type" : " text",43 + "type" : "address", 21 21 "required" : "true", 22 22 "label" : "Address of your practice", 23 23 "aria-label" : "Input and select the address of your practice",