|
|
@ -105,75 +105,29 @@ |
|
|
|
<%= BeanPropertiesUtil.getString(dettPratica, "vincoli") %> |
|
|
|
<%= BeanPropertiesUtil.getString(dettPratica, "vincoli") %> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="row"> |
|
|
|
|
|
|
|
<div class="col-sm-12 col-md-12"> |
|
|
|
<c:if test="<%= intPratica.getTipoProcedura().equalsIgnoreCase(Constants.PROCEDURA_P9) %>"> |
|
|
|
<div class="fascicolo_header_row"><%= LanguageUtil.get(pageContext, "dp-sensi") %></div> |
|
|
|
<div class="row"> |
|
|
|
</div> |
|
|
|
<div class="col-sm-12"> |
|
|
|
</div> |
|
|
|
<div class="fascicolo_header_row"><%= LanguageUtil.get(pageContext, "sanatoria-edilizia") %></div> |
|
|
|
<div class="row"> |
|
|
|
|
|
|
|
<c:if test="<%= AzioniPraticheUtil.isDeposito(intPratica.getIntPraticaId()) %>"> |
|
|
|
|
|
|
|
<div class="col-sm-6 col-md-6"> |
|
|
|
|
|
|
|
<strong><span class='<%=BeanPropertiesUtil.getBoolean(dettPratica, "normDpr01Dep") ? "fa fa-check-circle-o txt-green" : "fa fa-circle-o" %>'></span></strong> |
|
|
|
|
|
|
|
<%= LanguageUtil.get(pageContext, "norm-dpr01-dep") %> |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="col-sm-6 col-md-6"> |
|
|
|
</div> |
|
|
|
<strong><span class='<%=BeanPropertiesUtil.getBoolean(dettPratica, "normDpr02Dep") ? "fa fa-check-circle-o txt-green" : "fa fa-circle-o" %>'></span></strong> |
|
|
|
<div class="row"> |
|
|
|
<%= LanguageUtil.get(pageContext, "norm-dpr02-dep") %> |
|
|
|
<div class="col-sm-12"> |
|
|
|
|
|
|
|
<strong><span class='<%=dettPratica.getSanatoriaEdilizia47() ? "fa fa-check-circle-o txt-green" : "fa fa-circle-o" %>'></span></strong> |
|
|
|
|
|
|
|
<%= LanguageUtil.get(pageContext, "sanatoria-edilizia-47") %> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</c:if> |
|
|
|
<div class="col-sm-12"> |
|
|
|
<c:if test="<%= AzioniPraticheUtil.isAutorizzazione(intPratica.getIntPraticaId()) %>"> |
|
|
|
<strong><span class='<%=dettPratica.getSanatoriaEdilizia724() ? "fa fa-check-circle-o txt-green" : "fa fa-circle-o" %>'></span></strong> |
|
|
|
<div class="col-sm-6 col-md-6"> |
|
|
|
<%= LanguageUtil.get(pageContext, "sanatoria-edilizia-724") %> |
|
|
|
<strong><span class='<%=BeanPropertiesUtil.getBoolean(dettPratica, "normDpr01Aut") ? "fa fa-check-circle-o txt-green" : "fa fa-circle-o" %>'></span></strong> |
|
|
|
|
|
|
|
<%= LanguageUtil.get(pageContext, "norm-dpr01-aut") %> |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="col-sm-6 col-md-6"> |
|
|
|
<div class="col-sm-12"> |
|
|
|
<strong><span class='<%=BeanPropertiesUtil.getBoolean(dettPratica, "normDpr02Aut") ? "fa fa-check-circle-o txt-green" : "fa fa-circle-o" %>'></span></strong> |
|
|
|
<strong><span class='<%=dettPratica.getSanatoriaEdilizia326() ? "fa fa-check-circle-o txt-green" : "fa fa-circle-o" %>'></span></strong> |
|
|
|
<%= LanguageUtil.get(pageContext, "norm-dpr02-aut") %> |
|
|
|
<%= LanguageUtil.get(pageContext, "sanatoria-edilizia-326") %> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</c:if> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="row"> |
|
|
|
|
|
|
|
<div class="col-sm-12 col-md-12"> |
|
|
|
|
|
|
|
<div class="fascicolo_header_row"><%= LanguageUtil.get(pageContext, "dp-rispetto") %></div> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="row"> |
|
|
|
|
|
|
|
<div class="col-sm-6 col-md-6"> |
|
|
|
|
|
|
|
<strong><span class='<%=BeanPropertiesUtil.getBoolean(dettPratica, "normDm2018") ? "fa fa-check-circle-o txt-green" : "fa fa-circle-o" %>'></span></strong> |
|
|
|
|
|
|
|
<%= LanguageUtil.get(pageContext, "norm-dm2018") %> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="col-sm-6 col-md-6"> |
|
|
|
|
|
|
|
<strong><span class='<%=BeanPropertiesUtil.getBoolean(dettPratica, "normDm01") ? "fa fa-check-circle-o txt-green" : "fa fa-circle-o" %>'></span></strong> |
|
|
|
|
|
|
|
<%= LanguageUtil.get(pageContext, "norm-dm01") %> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="col-sm-6 col-md-6"> |
|
|
|
|
|
|
|
<strong><span class='<%=BeanPropertiesUtil.getBoolean(dettPratica, "normDm02") ? "fa fa-check-circle-o txt-green" : "fa fa-circle-o" %>'></span></strong> |
|
|
|
|
|
|
|
<%= LanguageUtil.get(pageContext, "norm-dm02") %> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="row"> |
|
|
|
|
|
|
|
<div class="col-sm-12 col-md-12"> |
|
|
|
|
|
|
|
<div class="fascicolo_header_row"><%= LanguageUtil.get(pageContext, "dp-normativa") %>:</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="row"> |
|
|
|
|
|
|
|
<div class="col-sm-6 col-md-6"> |
|
|
|
|
|
|
|
<strong><span class='<%=BeanPropertiesUtil.getBoolean(dettPratica, "normDm03") ? "fa fa-check-circle-o txt-green" : "fa fa-circle-o" %>'></span></strong> |
|
|
|
|
|
|
|
<%= LanguageUtil.get(pageContext, "norm-dm03") %> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="col-sm-6 col-md-6"> |
|
|
|
|
|
|
|
<strong><span class='<%=BeanPropertiesUtil.getBoolean(dettPratica, "normDprg01") ? "fa fa-check-circle-o txt-green" : "fa fa-circle-o" %>'></span></strong> |
|
|
|
|
|
|
|
<%= LanguageUtil.get(pageContext, "norm-dprg01") %> |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="col-sm-6 col-md-6"> |
|
|
|
</c:if> |
|
|
|
<strong><span class='<%=BeanPropertiesUtil.getBoolean(dettPratica, "normDprg02") ? "fa fa-check-circle-o txt-green" : "fa fa-circle-o" %>'></span></strong> |
|
|
|
|
|
|
|
<%= LanguageUtil.get(pageContext, "norm-dprg02") %> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="col-sm-6 col-md-6"> |
|
|
|
|
|
|
|
<strong><span class='<%=BeanPropertiesUtil.getBoolean(dettPratica, "normAnr") ? "fa fa-check-circle-o txt-green" : "fa fa-circle-o" %>'></span></strong> |
|
|
|
|
|
|
|
<%= LanguageUtil.get(pageContext, "norm-anr") %> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="row"> |
|
|
|
<div class="row"> |
|
|
|
<div class="col-sm-12 col-md-12"> |
|
|
|
<div class="col-sm-12 col-md-12"> |
|
|
|
<div class="fascicolo_header_row"></div> |
|
|
|
<div class="fascicolo_header_row"></div> |
|
|
@ -188,6 +142,10 @@ |
|
|
|
<strong><span class='<%=BeanPropertiesUtil.getBoolean(dettPratica, "lavoriPubblici") ? "fa fa-check-circle-o txt-green" : "fa fa-circle-o" %>'></span></strong> |
|
|
|
<strong><span class='<%=BeanPropertiesUtil.getBoolean(dettPratica, "lavoriPubblici") ? "fa fa-check-circle-o txt-green" : "fa fa-circle-o" %>'></span></strong> |
|
|
|
<%= LanguageUtil.get(pageContext, "lavori-pubblici") %> |
|
|
|
<%= LanguageUtil.get(pageContext, "lavori-pubblici") %> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="col-sm-6 col-md-6"> |
|
|
|
|
|
|
|
<strong><span class='<%=BeanPropertiesUtil.getBoolean(dettPratica, "normLavoriNoDirettore") ? "fa fa-check-circle-o txt-green" : "fa fa-circle-o" %>'></span></strong> |
|
|
|
|
|
|
|
<%= LanguageUtil.get(pageContext, "norm-lavori-no-direttore") %> |
|
|
|
|
|
|
|
</div> |
|
|
|
<div class="col-sm-6 col-md-6"> |
|
|
|
<div class="col-sm-6 col-md-6"> |
|
|
|
<strong><span class='<%=BeanPropertiesUtil.getBoolean(dettPratica, "normEsenteBollo") ? "fa fa-check-circle-o txt-green" : "fa fa-circle-o" %>'></span></strong> |
|
|
|
<strong><span class='<%=BeanPropertiesUtil.getBoolean(dettPratica, "normEsenteBollo") ? "fa fa-check-circle-o txt-green" : "fa fa-circle-o" %>'></span></strong> |
|
|
|
<%= LanguageUtil.get(pageContext, "norm-esente-bollo") %> |
|
|
|
<%= LanguageUtil.get(pageContext, "norm-esente-bollo") %> |
|
|
@ -200,6 +158,10 @@ |
|
|
|
<strong><span class='<%=BeanPropertiesUtil.getBoolean(dettPratica, "collaudoStatico") ? "fa fa-check-circle-o txt-green" : "fa fa-circle-o" %>'></span></strong> |
|
|
|
<strong><span class='<%=BeanPropertiesUtil.getBoolean(dettPratica, "collaudoStatico") ? "fa fa-check-circle-o txt-green" : "fa fa-circle-o" %>'></span></strong> |
|
|
|
<%= LanguageUtil.get(pageContext, "collaudo-statico") %> |
|
|
|
<%= LanguageUtil.get(pageContext, "collaudo-statico") %> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="col-sm-6 col-md-6"> |
|
|
|
|
|
|
|
<strong><span class='<%=BeanPropertiesUtil.getBoolean(dettPratica, "noCollaudo") ? "fa fa-check-circle-o txt-green" : "fa fa-circle-o" %>'></span></strong> |
|
|
|
|
|
|
|
<%= LanguageUtil.get(pageContext, "no-collaudo") %> |
|
|
|
|
|
|
|
</div> |
|
|
|
<div class="col-sm-12 col-md-12"> |
|
|
|
<div class="col-sm-12 col-md-12"> |
|
|
|
<div class="container-regolamento"> |
|
|
|
<div class="container-regolamento"> |
|
|
|
<strong><span class='<%=BeanPropertiesUtil.getBoolean(dettPratica, "normArt3com3") ? "fa fa-check-circle-o txt-green" : "fa fa-circle-o" %>' style="margin-right: 10px;"></span></strong> |
|
|
|
<strong><span class='<%=BeanPropertiesUtil.getBoolean(dettPratica, "normArt3com3") ? "fa fa-check-circle-o txt-green" : "fa fa-circle-o" %>' style="margin-right: 10px;"></span></strong> |
|
|
@ -412,22 +374,34 @@ |
|
|
|
<strong><span class='<%=BeanPropertiesUtil.getBoolean(dettPratica, "tcNuovaCostruzione") ? "fa fa-check-circle-o txt-green" : "fa fa-circle-o" %>'></span></strong> |
|
|
|
<strong><span class='<%=BeanPropertiesUtil.getBoolean(dettPratica, "tcNuovaCostruzione") ? "fa fa-check-circle-o txt-green" : "fa fa-circle-o" %>'></span></strong> |
|
|
|
<%=LanguageUtil.get(pageContext, "tc-nuova-costruzione") %> |
|
|
|
<%=LanguageUtil.get(pageContext, "tc-nuova-costruzione") %> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="col-sm-12"> |
|
|
|
|
|
|
|
<strong><span class='<%=BeanPropertiesUtil.getBoolean(dettPratica, "tcNuovaCostruzionePertinenza") ? "fa fa-check-circle-o txt-green" : "fa fa-circle-o" %>'></span></strong> |
|
|
|
|
|
|
|
<%=LanguageUtil.get(pageContext, "tc-nuova-costruzione-pertinenza") %> |
|
|
|
|
|
|
|
</div> |
|
|
|
<div class="col-sm-12"> |
|
|
|
<div class="col-sm-12"> |
|
|
|
<strong><span class='<%=BeanPropertiesUtil.getBoolean(dettPratica, "tcCostruzioniEsistenti") ? "fa fa-check-circle-o txt-green" : "fa fa-circle-o" %>'></span></strong> |
|
|
|
<strong><span class='<%=BeanPropertiesUtil.getBoolean(dettPratica, "tcCostruzioniEsistenti") ? "fa fa-check-circle-o txt-green" : "fa fa-circle-o" %>'></span></strong> |
|
|
|
<%=LanguageUtil.get(pageContext, "tc-costruzioni-esistenti") %> |
|
|
|
<%=LanguageUtil.get(pageContext, "tc-costruzioni-esistenti") %> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<div class="col-sm-12"> |
|
|
|
<div class="col-sm-12"> |
|
|
|
<strong><span class='<%=BeanPropertiesUtil.getBoolean(dettPratica, "tcManutOrdStraord") ? "fa fa-check-circle-o txt-green" : "fa fa-circle-o" %>'></span></strong> |
|
|
|
<strong><span class='<%=BeanPropertiesUtil.getBoolean(dettPratica, "tcManutOrdStraord") ? "fa fa-check-circle-o txt-green" : "fa fa-circle-o" %>'></span></strong> |
|
|
|
<%=LanguageUtil.get(pageContext, "tc-manut-ord-rest-dem") %> |
|
|
|
<%=LanguageUtil.get(pageContext, "tc-manut-ord-rest-dem") %> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="col-sm-12"> |
|
|
|
|
|
|
|
<strong><span class='<%=BeanPropertiesUtil.getBoolean(dettPratica, "tcInterventoOpereEscavazione") ? "fa fa-check-circle-o txt-green" : "fa fa-circle-o" %>'></span></strong> |
|
|
|
|
|
|
|
<%=LanguageUtil.get(pageContext, "tc-intervento-opere-escavazione") %> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="col-sm-12"> |
|
|
|
|
|
|
|
<strong><span class='<%=BeanPropertiesUtil.getBoolean(dettPratica, "tcViarch") ? "fa fa-check-circle-o txt-green" : "fa fa-circle-o" %>'></span></strong> |
|
|
|
|
|
|
|
<%=LanguageUtil.get(pageContext, "tc-viarch") %> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="col-sm-12"> |
|
|
|
|
|
|
|
<strong><span class='<%=BeanPropertiesUtil.getBoolean(dettPratica, "tcOperaA25") ? "fa fa-check-circle-o txt-green" : "fa fa-circle-o" %>'></span></strong> |
|
|
|
|
|
|
|
<%=LanguageUtil.get(pageContext, "tc-opera-a25") %> |
|
|
|
|
|
|
|
</div> |
|
|
|
<div class="col-sm-12"> |
|
|
|
<div class="col-sm-12"> |
|
|
|
<strong><span class='<%=BeanPropertiesUtil.getBoolean(dettPratica, "tcAltriInterventi") ? "fa fa-check-circle-o txt-green" : "fa fa-circle-o" %>'></span></strong> |
|
|
|
<strong><span class='<%=BeanPropertiesUtil.getBoolean(dettPratica, "tcAltriInterventi") ? "fa fa-check-circle-o txt-green" : "fa fa-circle-o" %>'></span></strong> |
|
|
|
<%=LanguageUtil.get(pageContext, "tc-altro-intervento") %> |
|
|
|
<%=LanguageUtil.get(pageContext, "tc-altro-intervento") %> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<div class="col-sm-12"> |
|
|
|
<div class="col-sm-12"> |
|
|
|
<%=BeanPropertiesUtil.getString(dettPratica, "tcAltriInterventiDesc") %> |
|
|
|
<%=BeanPropertiesUtil.getString(dettPratica, "tcAltriInterventiDesc") %> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|