Infraestrutura Urbana e Obras
Um erro ocorreu enquanto processava o modelo.
The following has evaluated to null or missing: ==> group.getExpandoBridge().getAttribute("Tipo do site") [in template "20095#20121#4291382" at line 4, column 33] ---- 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 customFieldTypeValue = group... [in template "20095#20121#4291382" at line 4, column 1] ----
1<#include "${templatesPath}/UTILS" />
2<#assign group = themeDisplay.getScopeGroup() />
3<#assign customFieldValue = group.getExpandoBridge().getAttribute("Título do site")!"" />
4<#assign customFieldTypeValue = group.getExpandoBridge().getAttribute("Tipo do site")[0]!"" />
5<#assign customFieldParentValue = group.getExpandoBridge().getAttribute("Nome do site pai")!"" />
6<#assign customFieldURLParentValue = group.getExpandoBridge().getAttribute("URL do site pai")!"" />
7
8<@getCurrentGroupBaseURL/>
9
10<#macro mountNavigation folderId>
11 <#assign
12 folder = restClient.get("/headless-delivery/v1.0/structured-content-folders/" + folderId)!{}
13 />
14
15 <#if folder?exists>
16 <#assign
17 folderPageFriendlyUrl = folder.customFields[0].customValue.data!""
18 folderName = folder.name
19 hasParent = folder.parentStructuredContentFolderId?has_content
20 />
21
22 <#if folderPageFriendlyUrl?has_content && folderName?lower_case != "home" && folderName?lower_case != "menu">
23 <#assign
24 navigation = [{'name': folderName, 'URL': currentGroupBaseURL + folderPageFriendlyUrl}] + navigation
25 />
26 </#if>
27
28 <#if hasParent>
29 <@mountNavigation folder.parentStructuredContentFolderId/>
30 </#if>
31 </#if>
32</#macro>
33
34<#assign
35 navigation = []
36 URL = currentGroupBaseURL
37 folderId=restClient.get("/headless-delivery/v1.0/sites/"+groupId+"/structured-contents/by-key/"+.vars["reserved-article-id"].data).structuredContentFolderId
38/>
39
40<#if folderId != 0>
41 <@mountNavigation folderId/>
42
43 <nav aria-label="Caminho de Navegação">
44 <ol class="breadcrumb">
45 <li class="breadcrumb-item">
46 <a class="breadcrumb-link" href="${portalUtil.getHomeURL(request)}">
47 Início
48 </a>
49 </li>
50
51 <li class="breadcrumb-item">
52 <#if customFieldTypeValue == "subprefeitura">
53 <a class="breadcrumb-link" href="${portalUtil.getHomeURL(request)}/subprefeituras">
54 Subprefeituras
55 </a>
56 <#else>
57 <a class="breadcrumb-link" href="${portalUtil.getHomeURL(request)}/secretarias">
58 Secretarias
59 </a>
60 </#if>
61 </li>
62
63 <#if customFieldParentValue != "">
64 <li class="breadcrumb-item">
65 <a class="breadcrumb-link" href="${customFieldURLParentValue}">
66 ${customFieldParentValue}
67 </a>
68 </li>
69 </#if>
70
71
72 <li class="breadcrumb-item">
73 <a class="breadcrumb-link" href="${currentGroupBaseURL}">
74 <#if customFieldValue != "">
75 ${customFieldValue}
76 <#else>
77 ${themeDisplay.getScopeGroup().getName()}
78 </#if>
79 </a>
80 </li>
81
82 <#list navigation as breadcrumbItem>
83 <li class="breadcrumb-item">
84 <a class="${breadcrumbItem?is_last?then('active breadcrumb-text-truncate','breadcrumb-link')}" href="${breadcrumbItem.URL}">
85 ${breadcrumbItem.name}
86 </a>
87 </li>
88 </#list>
89 </ol>
90 </nav>
91</#if>
CEI Padrão EDIF 2019 - 10 Salas
Quinta-feira, 20 de Janeiro de 2022 | Horário: 16:17
Arquitetura
- ARQ_CEI10S_Corte A e B
- ARQ_CEI10S_Corte C e D
- ARQ_CEI10S_Elevação 1
- ARQ_CEI10S_Elevação 2
- ARQ_CEI10S_Planta 1° Pavimento
- ARQ_CEI10S_Planta 2° Pavimento
- ARQ_CEI10S_Planta Cobertura
- ARQ_CEI10S_Planta Térreo
Elétrica
- ELE_CEI10S_Cobertura
- ELE_CEI10S_Diagrama Quadro Geral 1
- ELE_CEI10S_Diagrama Quadro Geral 2
- ELE_CEI10S_Diagrama Quadro Geral 3
- ELE_CEI10S_Entrada Delta
- ELE_CEI10S_Entrada Estrela
- ELE_CEI10S_Planta 1° Pavimento
- ELE_CEI10S_Planta 2° Pavimento
- ELE_CEI10S_Planta Térreo
- ELE_CEI10S_Quadro Geral
- ELE_CEI10S_Sistema Proteção Contra Descargas Atmosféricas
Estrutura
Hidráulica
- HID_CEI10S_Barrilete
- HID_CEI10S_Cobertura
- HID_CEI10S_Detalhamento Esgoto 1° Pavimento
- HID_CEI10S_Detalhamento Esgoto 2° Pavimento
- HID_CEI10S_Detalhamento Esgoto e ISO
- HID_CEI10S_Detalhamento Esgoto Térreo 1
- HID_CEI10S_Detalhamento Esgoto Térreo 2
- HID_CEI10S_Detalhamento ISO 1
- HID_CEI10S_Detalhamento ISO 2
- HID_CEI10S_Detalhamento ISO 3
- HID_CEI10S_Detalhamento ISO 4
- HID_CEI10S_Detalhamento ISO 5
- HID_CEI10S_Detalhamento ISO 6
- HID_CEI10S_Detalhamento Reservatório I
- HID_CEI10S_Detalhamento Reservatório II
- HID_CEI10S_Planta Baixa 1° Pavimento
- HID_CEI10S_Planta Baixa 2° Pavimento
- HID_CEI10S_Planta Térreo
Metálica
Incêndio
- INC_CEI10S_Planta 1° Pavimento e Térreo
- INC_CEI10S_Planta 2° Pavimento e Cobertura
- INC_CEI10S_Vistas e Cortes
- Cálculo Hidrante
- Cálculo Saída de Emergência
Memoriais
- Memorial Descritivo CEI10S - Arquitetura
- Memorial Descritivo CEI10S - Elétrica
- Memorial Descritivo CEI10S - Estrutura
- Memorial Descritivo CEI10S - Hidráulica
Perspectivas
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
HAND TALK
Clique neste componente para ter acesso as configurações do plugin Hand Talk