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

Dalla versione 153.1
modificato da Flavio Pellitteri
il 2026/06/23 12:13
Cambia il commento: Nessun commento per questa versione
Alla versione 135.1
modificato da Flavio Pellitteri
il 2026/05/27 10:41
Cambia il commento: Nessun commento per questa versione

Summary

Details

Page properties
Content
... ... @@ -1,6 +1,27 @@
1 +(% class="row" style="min-height: 1000px;" %)
1 1  (((
2 -(% class="row" style="margin-left: 50px; margin-right: 50px;" %)
3 +
4 +
5 +(% class="col-sm-3" style="min-height: 500px;" %)
3 3  (((
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 +(((
4 4  (% style="font-size: 38px; color: #123;" %)
5 5  (((
6 6  **CATASTO CEER - MANUALE UTENTE CERTIFICATORE**
... ... @@ -82,20 +82,64 @@
82 82  
83 83  == 1.4 Risorse esterne ==
84 84  
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"]]
106 +{{velocity output="false"}}
107 +#set ($displayDocExtra = false)
86 86  
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}}
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 +}])
92 92  
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}}
93 93  
94 94  == Step 1 – Dati generali ==
95 95  
96 96  In questo passaggio devono essere inserite le informazioni anagrafiche e di residenza del richiedente.
97 97  
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"]]
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"]]
99 99  
100 100  === Dati certificatore ===
101 101  
... ... @@ -327,3 +327,6 @@
327 327  )))
328 328  )))
329 329  )))
395 +
396 +
397 +)))
Nessun indice per questa pagina