Ultima modifica di Flavio Pellitteri il 2026/07/08 11:12

Dalla versione 135.1
modificato da Flavio Pellitteri
il 2026/05/27 10:41
Cambia il commento: Nessun commento per questa versione
Alla versione 155.2
modificato da Flavio Pellitteri
il 2026/06/24 11:43
Cambia il commento: Auto-saved during real-time collaboration

Summary

Details

Page properties
Titolo
... ... @@ -1,1 +1,1 @@
1 -Mockup: Manuale utente Certificatore
1 +Catasto CEER - Manuale utente Certificatore
Content
... ... @@ -1,30 +2,9 @@
1 -(% class="row" style="min-height: 1000px;" %)
2 2  (((
3 -
4 -
5 -(% class="col-sm-3" style="min-height: 500px;" %)
2 +(% class="row" style="margin-left: 50px; margin-right: 50px;" %)
6 6  (((
7 -
8 -
9 -(% class="box" style="top: 80px; left: 320px; width: 280px; z-index: 1000; background: #f9f9f9; padding: 10px;
10 -border: 1px solid #ccc;" %)
11 -(((
12 - **Indice dei contenuti**
13 -
14 -{{toc/}}
15 -
16 -
17 -)))
18 -)))
19 -
20 -
21 -(% class="col-sm-9" %)
22 -(((
23 -(% style="margin-left: 50px;" %)
24 -(((
25 25  (% style="font-size: 38px; color: #123;" %)
26 26  (((
27 -**CATASTO CEER - MANUALE UTENTE CERTIFICATORE**
6 +**Registrazione utente**
28 28  )))
29 29  
30 30  (% class="box" %)
... ... @@ -47,6 +47,11 @@
47 47  )))
48 48  )))
49 49  
29 +{{panel title="Smart guide"}}
30 +
31 +
32 +{{/panel}}
33 +
50 50  (% class="box" %)
51 51  (((
52 52  [[image:1745915958981-760.png||height="82" width="250"]] [[image:1745915968556-678.png||height="78" width="184"]]
... ... @@ -63,18 +63,13 @@
63 63  (((
64 64  (% class="box" %)
65 65  (((
66 -= 1. Registrazione utente =
50 += 1. Finalità =
67 67  
68 -
69 -(((
70 -== 1.1 Finalità ==
71 -)))
72 -
73 73  //La registrazione come Certificatore consente al professionista di richiedere l'accreditamento al **Catasto Energetico Edifici Regionale** **CEER**.//
74 74  
75 75  
76 76  (((
77 -== 1.2 Prerequisiti ==
56 += 2. Prerequisiti =
78 78  
79 79  Prima di iniziare la procedura di registrazione al catasto CEER è necessario:
80 80  
... ... @@ -87,7 +87,7 @@
87 87  (% class="wikigeneratedid" %)
88 88  
89 89  
90 -== 1.3 Panoramica ==
69 += 3. Panoramica =
91 91  )))
92 92  
93 93  La procedura di registrazione è composta da un wizard costituito da 5 passaggi guidati:
... ... @@ -101,68 +101,24 @@
101 101  Al termine della compilazione la richiesta verrà presa in carico dagli amministratori del sistema per le verifiche necessarie.
102 102  
103 103  
104 -== 1.4 Risorse esterne ==
83 += 4. Risorse esterne =
105 105  
106 -{{velocity output="false"}}
107 -#set ($displayDocExtra = false)
85 +[[Guida ai servizi CENED - Certificatore energetico>>https://www.ilspa.it/documents/22239/315145/Guida+ai+servizi+CENED+%E2%80%93+Certificatore+energetico.pdf/04a54b82-82d1-4e76-b679-9d4ab42898d4||rel="noopener noreferrer" target="_blank"]]
108 108  
109 -#set ($videoCards = [{
110 - 'title': 'CENED - Registrazione soggetto certificatore'),
111 - 'topics': [
112 - {
113 - 'url': 'https://www.xwiki.org/xwiki/bin/view/Documentation/UserGuide/GettingStarted/',
114 - 'label': $services.localization.render('help.videos.videoCard1.topic1')
115 - },
116 - {
117 - 'url': 'https://www.xwiki.org/xwiki/bin/view/Documentation/UserGuide/Features/Navigate/',
118 - 'label': $services.localization.render('help.videos.videoCard1.topic2')
119 - }
120 - ],
121 - 'url': 'https://www.youtube.com/embed/-m8NxCTvkwQ',
122 - 'duration': '4 min'
123 -}])
87 +{{html}}
88 +<div style="width: 100%; text-align: center;">
89 +<iframe width="560" height="315" src="https://www.youtube.com/embed/-m8NxCTvkwQ" title="CENED - Registrazione soggetto certificatore" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
90 +</div>
91 +{{/html}}
124 124  
125 -#macro (helpVideoCard $data)
126 - <div class="videoCard">
127 - <iframe src="$data.url" allowfullscreen title="$escapetool.xml($data.title)" role='application'
128 - aria-describedby="video_hint_$foreach.index" >
129 - </iframe>
130 - <span id="video_hint_$foreach.index" class="sr-only">
131 - $escapetool.xml($services.localization.render('help.videos.hint'))
132 - </span>
133 - <div class="videoCard-body">
134 - <div class="videoCard-title">
135 - $escapetool.xml($data.title)
136 - </div>
137 - <ul>
138 - #foreach ($topic in $data.topics)
139 - <li>#if ($topic.url)
140 - <a href="$escapetool.xml($topic.url)">$escapetool.xml($topic.label)</a>
141 - #else
142 - $escapetool.xml($topic)
143 - #end
144 - </li>
145 - #end
146 - </ul>
147 - </div>
148 - <div class="videoCard-footer">
149 - $services.icon.renderHTML('play')
150 - <a href="$data.url">$services.localization.render('help.videos.watch')</a>
151 - <span class="videoCard-duration">
152 - $escapetool.xml($data.duration)
153 - </span>
154 - </div>
155 - </div>
156 -#end
157 -{{/velocity}}
158 158  
159 -== Step 1 – Dati generali ==
94 += Step 1 – Dati generali =
160 160  
161 161  In questo passaggio devono essere inserite le informazioni anagrafiche e di residenza del richiedente.
162 162  
163 -[[Figura A.1: Registrazione certificatore - Dati generali>>image:registrazione_cert_1_dati_generali.jpg||alt="Figura A.1: Registrazione certificatore - Dati generali" data-xwiki-image-style-alignment="center" height="430" width="590"]]
98 +[[Figura A.1: Registrazione certificatore - Dati generali>>image:registrazione_cert_1_dati_generali.jpg||alt="Figura A.1: Registrazione certificatore - Dati generali" data-xwiki-image-style-alignment="center" height="895" width="1500"]]
164 164  
165 -=== Dati certificatore ===
100 +== Dati certificatore ==
166 166  
167 167  La sezione riporta automaticamente i dati provenienti dalla registrazione effettuata sul portale CENED:
168 168  
... ... @@ -392,6 +392,3 @@
392 392  )))
393 393  )))
394 394  )))
395 -
396 -
397 -)))
Nessun indice per questa pagina