Site Map - CONSOB AND ITS ACTIVITIES
Consob and its Activities
An error occurred while processing the template.
The following has evaluated to null or missing: ==> objectUtil [in template "10154#10194#912712" at line 19, column 32] ---- Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)?? ---- ---- FTL stack trace ("~" means nesting-related): - Failed at: #assign layUtilList = objectUtil("com... [in template "10154#10194#912712" at line 19, column 9] ----
1<#--
2Web content templates are used to lay out the fields defined in a web
3content structure.
4
5Please use the left panel to quickly add commonly used variables.
6Autocomplete is also available and can be invoked by typing "${".
7-->
8 <#assign classNam="att" />
9 <#if sezione.getData()=="2">
10 <#assign classNam="ope" />
11 <#elseif sezione.getData()=="3" >
12 <#assign classNam="ris" />
13 </#if>
14
15<div class="${classNam} mappaTit" ><a href="${urlArea.getData()}" >${titoloArea.getData()}</a></div>
16
17<div class="sfondo-pers-pers divContent">
18
19 <#assign layUtilList = objectUtil("com.liferay.portal.service.LayoutLocalServiceUtil").getLayouts( getterUtil.getLong(idGruppo.getData()), false) />
20
21 <div >
22 <#list layUtilList as lay>
23 <#if !lay.hidden && lay.parentLayoutId==0>
24
25
26
27
28 <ul >
29 <li><a href="${portalUtil.getLayoutActualURL(lay)}">${lay.getName(locale)}</a>
30
31
32 <#if lay.hasChildren()>
33
34 <ul >
35 <#assign childLayList = lay.getChildren()/>
36
37 <#list childLayList as child>
38
39 <#if !child.hidden >
40
41 <li><a href="${portalUtil.getLayoutActualURL(child)}" title=""> ${child.getName(locale)}</a>
42
43
44
45 <#if child.hasChildren()>
46
47 <ul >
48 <#assign nephLayList = child.getChildren()/>
49
50 <#list nephLayList as neph>
51
52 <#if !neph.hidden >
53
54 <li><a href="${portalUtil.getLayoutActualURL(neph)}" title=""> ${neph.getName(locale)}</a></li>
55
56
57
58
59
60 </#if>
61 </#list>
62 </ul>
63
64 </#if>
65
66
67 </li>
68
69
70
71
72
73 </#if>
74 </#list>
75 </ul>
76
77
78 </#if>
79 </li>
80 </ul>
81
82 </#if>
83
84 </#list>
85 </div>
86
87</div>
Services for supervised subjects
An error occurred while processing the template.
The following has evaluated to null or missing: ==> objectUtil [in template "10154#10194#912712" at line 19, column 32] ---- Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)?? ---- ---- FTL stack trace ("~" means nesting-related): - Failed at: #assign layUtilList = objectUtil("com... [in template "10154#10194#912712" at line 19, column 9] ----
1<#--
2Web content templates are used to lay out the fields defined in a web
3content structure.
4
5Please use the left panel to quickly add commonly used variables.
6Autocomplete is also available and can be invoked by typing "${".
7-->
8 <#assign classNam="att" />
9 <#if sezione.getData()=="2">
10 <#assign classNam="ope" />
11 <#elseif sezione.getData()=="3" >
12 <#assign classNam="ris" />
13 </#if>
14
15<div class="${classNam} mappaTit" ><a href="${urlArea.getData()}" >${titoloArea.getData()}</a></div>
16
17<div class="sfondo-pers-pers divContent">
18
19 <#assign layUtilList = objectUtil("com.liferay.portal.service.LayoutLocalServiceUtil").getLayouts( getterUtil.getLong(idGruppo.getData()), false) />
20
21 <div >
22 <#list layUtilList as lay>
23 <#if !lay.hidden && lay.parentLayoutId==0>
24
25
26
27
28 <ul >
29 <li><a href="${portalUtil.getLayoutActualURL(lay)}">${lay.getName(locale)}</a>
30
31
32 <#if lay.hasChildren()>
33
34 <ul >
35 <#assign childLayList = lay.getChildren()/>
36
37 <#list childLayList as child>
38
39 <#if !child.hidden >
40
41 <li><a href="${portalUtil.getLayoutActualURL(child)}" title=""> ${child.getName(locale)}</a>
42
43
44
45 <#if child.hasChildren()>
46
47 <ul >
48 <#assign nephLayList = child.getChildren()/>
49
50 <#list nephLayList as neph>
51
52 <#if !neph.hidden >
53
54 <li><a href="${portalUtil.getLayoutActualURL(neph)}" title=""> ${neph.getName(locale)}</a></li>
55
56
57
58
59
60 </#if>
61 </#list>
62 </ul>
63
64 </#if>
65
66
67 </li>
68
69
70
71
72
73 </#if>
74 </#list>
75 </ul>
76
77
78 </#if>
79 </li>
80 </ul>
81
82 </#if>
83
84 </#list>
85 </div>
86
87</div>