|
|
@ -1,56 +1,54 @@ |
|
|
|
<%@page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> |
|
|
|
<%@page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> |
|
|
|
<%@page import="it.tref.liferay.portos.bo.util.Constants"%> |
|
|
|
<%@page import="com.liferay.portal.kernel.bean.BeanPropertiesUtil"%> |
|
|
|
|
|
|
|
<%@page import="it.mwg.sismica.bo.util.MappeUtil"%> |
|
|
|
|
|
|
|
<%@page import="it.tref.liferay.portos.bo.shared.util.PortletKeys"%> |
|
|
|
<%@page import="it.tref.liferay.portos.bo.shared.util.TipoIntegrazioneUtil"%> |
|
|
|
<%@page import="it.tref.liferay.portos.bo.shared.util.TipoIntegrazioneUtil"%> |
|
|
|
<%@page import="it.tref.liferay.portos.bo.util.AzioniPraticheUtil"%> |
|
|
|
<%@page import="it.tref.liferay.portos.bo.util.AzioniPraticheUtil"%> |
|
|
|
<%@page import="java.util.regex.Pattern"%> |
|
|
|
<%@page import="it.tref.liferay.portos.bo.util.Constants"%> |
|
|
|
<%@page import="java.util.ArrayList"%> |
|
|
|
<%@page import="java.util.ArrayList"%> |
|
|
|
<%@page import="com.liferay.portal.kernel.util.KeyValuePair"%> |
|
|
|
<%@page import="java.util.regex.Pattern"%> |
|
|
|
<%@page import="com.liferay.portal.kernel.bean.BeanPropertiesUtil"%> |
|
|
|
<%@include file="/html/fascicolo/init.jsp"%> |
|
|
|
<%@ include file="/html/fascicolo/init.jsp" %> |
|
|
|
|
|
|
|
<% |
|
|
|
<% |
|
|
|
long dettPraticaId = ParamUtil.getLong(request, "dettPraticaId", 0l); |
|
|
|
long dettPraticaId = ParamUtil.getLong(request, "dettPraticaId", 0L); |
|
|
|
DettPratica dettPratica; |
|
|
|
DettPratica dettPratica; |
|
|
|
if(Validator.isNotNull(dettPraticaId)) { |
|
|
|
if (Validator.isNotNull(dettPraticaId)) { |
|
|
|
dettPratica = DettPraticaLocalServiceUtil.getDettPratica(dettPraticaId); |
|
|
|
dettPratica = DettPraticaLocalServiceUtil.getDettPratica(dettPraticaId); |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
dettPratica = (DettPratica)request.getAttribute("bean.dettPratica.lastData"); |
|
|
|
dettPratica = (DettPratica) request.getAttribute("bean.dettPratica.lastData"); |
|
|
|
} |
|
|
|
} |
|
|
|
IntPratica intPratica = (IntPratica)request.getAttribute("bean.intPratica"); |
|
|
|
IntPratica intPratica = (IntPratica) request.getAttribute("bean.intPratica"); |
|
|
|
if(intPratica == null){ |
|
|
|
if (Validator.isNull(intPratica)) { |
|
|
|
intPratica = IntPraticaServiceUtil.getIntPratica(dettPratica.getIntPraticaId()); |
|
|
|
intPratica = IntPraticaServiceUtil.getIntPratica(dettPratica.getIntPraticaId()); |
|
|
|
} |
|
|
|
} |
|
|
|
Territorio territorio = TerritorioLocalServiceUtil.getTerritorio(intPratica.getTerritorioId()); |
|
|
|
Territorio territorio = TerritorioLocalServiceUtil.getTerritorio(intPratica.getTerritorioId()); |
|
|
|
Comune comune = ComuneLocalServiceUtil.getComune(territorio.getComuneId()); |
|
|
|
Comune comune = ComuneLocalServiceUtil.getComune(territorio.getComuneId()); |
|
|
|
Provincia provincia = ProvinciaLocalServiceUtil.fetchByC_C(territorio.getCompanyId(), territorio.getCodiceProvincia()); |
|
|
|
Provincia provincia = ProvinciaLocalServiceUtil.fetchByC_C(territorio.getCompanyId(), territorio.getCodiceProvincia()); |
|
|
|
boolean isDisabledMap = ParamUtil.getBoolean(request, "isDisabledMap", false); |
|
|
|
boolean isDisabledMap = ParamUtil.getBoolean(request, "isDisabledMap", false); |
|
|
|
|
|
|
|
String urlIframeMappe = MappeUtil.getUrlBo(request, dettPratica, comune); |
|
|
|
%> |
|
|
|
%> |
|
|
|
<c:if test="<%= Validator.isNull(dettPraticaId) %>"> |
|
|
|
<c:if test="<%= Validator.isNull(dettPraticaId) %>"> |
|
|
|
<liferay-util:include page="/html/fascicolo/navigator/header.jsp" servletContext="<%=application %>"/> |
|
|
|
<liferay-util:include page="/html/fascicolo/navigator/header.jsp" servletContext="<%= application %>"/> |
|
|
|
</c:if> |
|
|
|
</c:if> |
|
|
|
|
|
|
|
|
|
|
|
<div class="container-fluid"> |
|
|
|
<div class="container-fluid"> |
|
|
|
|
|
|
|
|
|
|
|
<div class="row"> |
|
|
|
<div class="row"> |
|
|
|
<div class="col-sm-12 col-md-12"> |
|
|
|
<div class="col-sm-12"> |
|
|
|
<div class="module-group"> |
|
|
|
<div class="module-group"> |
|
|
|
|
|
|
|
|
|
|
|
<c:if test="<%= AzioniPraticheUtil.isAutorizzazione(intPratica.getIntPraticaId()) && TipoIntegrazioneUtil.VARIANTE.equalsIgnoreCase(dettPratica.getTipoIntegrazione()) %>"> |
|
|
|
<c:if test="<%= AzioniPraticheUtil.isAutorizzazione(intPratica.getIntPraticaId()) && TipoIntegrazioneUtil.VARIANTE.equalsIgnoreCase(dettPratica.getTipoIntegrazione()) %>"> |
|
|
|
<div class="module-group"> |
|
|
|
<div class="module-group"> |
|
|
|
<liferay-ui:panel extended="false" defaultState="open" collapsible="false" title="dp-variante"> |
|
|
|
<liferay-ui:panel extended="false" defaultState="open" collapsible="false" title="dp-variante"> |
|
|
|
<div class="container-fluid"> |
|
|
|
<div class="container-fluid"> |
|
|
|
<div class="row"> |
|
|
|
<div class="row"> |
|
|
|
<div class="col-sm-6 col-md-3"> |
|
|
|
<div class="col-sm-6 col-md-3"> |
|
|
|
<%= "Variante "+LanguageUtil.get(pageContext, "dp-variante-sostanziale") %> |
|
|
|
Variante <%= LanguageUtil.get(pageContext, "dp-variante-sostanziale") %> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="col-sm-6 col-md-3"> |
|
|
|
<div class="col-sm-6 col-md-3"> |
|
|
|
<%= BeanPropertiesUtil.getBoolean(dettPratica, "varianteSostanziale") == true ? "SI" : "NO" %> |
|
|
|
<%= BeanPropertiesUtil.getBoolean(dettPratica, "varianteSostanziale") == true ? "SI" : "NO" %> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</liferay-ui:panel> |
|
|
|
</liferay-ui:panel> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</c:if> |
|
|
|
</c:if> |
|
|
|
|
|
|
|
|
|
|
|
<liferay-ui:panel extended="false" defaultState="open" collapsible="false" title="dp" > |
|
|
|
<liferay-ui:panel extended="false" defaultState="open" collapsible="false" title="dp" > |
|
|
|
<div class="container-fluid"> |
|
|
|
<div class="container-fluid"> |
|
|
|
<div class="row"> |
|
|
|
<div class="row"> |
|
|
@ -75,25 +73,25 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="row"> |
|
|
|
<div class="row"> |
|
|
|
<div class="col-sm-12"> |
|
|
|
<div class="col-sm-12"> |
|
|
|
<strong><span class='<%=dettPratica.getSanatoriaEdilizia47() ? "fa fa-check-circle-o txt-green" : "fa fa-circle-o" %>'></span></strong> |
|
|
|
<strong><span class='<%= dettPratica.getSanatoriaEdilizia47() ? "fa fa-check-circle-o txt-green" : "fa fa-circle-o" %>'></span></strong> |
|
|
|
<%= LanguageUtil.get(pageContext, "sanatoria-edilizia-47") %> |
|
|
|
<%= LanguageUtil.get(pageContext, "sanatoria-edilizia-47") %> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="col-sm-12"> |
|
|
|
<div class="col-sm-12"> |
|
|
|
<strong><span class='<%=dettPratica.getSanatoriaEdilizia724() ? "fa fa-check-circle-o txt-green" : "fa fa-circle-o" %>'></span></strong> |
|
|
|
<strong><span class='<%= dettPratica.getSanatoriaEdilizia724() ? "fa fa-check-circle-o txt-green" : "fa fa-circle-o" %>'></span></strong> |
|
|
|
<%= LanguageUtil.get(pageContext, "sanatoria-edilizia-724") %> |
|
|
|
<%= LanguageUtil.get(pageContext, "sanatoria-edilizia-724") %> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="col-sm-12"> |
|
|
|
<div class="col-sm-12"> |
|
|
|
<strong><span class='<%=dettPratica.getSanatoriaEdilizia326() ? "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, "sanatoria-edilizia-326") %> |
|
|
|
<%= LanguageUtil.get(pageContext, "sanatoria-edilizia-326") %> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</c:if> |
|
|
|
</c:if> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</liferay-ui:panel> |
|
|
|
</liferay-ui:panel> |
|
|
|
<liferay-ui:panel extended="false" defaultState="open" collapsible="false" title="Normativa"> |
|
|
|
<liferay-ui:panel extended="false" defaultState="open" collapsible="false" title="Normativa"> |
|
|
|
<div class="container-fluid"> |
|
|
|
<div class="container-fluid"> |
|
|
|
<div class="row"> |
|
|
|
<div class="row"> |
|
|
|
<div class="col-sm-12 col-md-12"> |
|
|
|
<div class="col-sm-12"> |
|
|
|
<div class="fascicolo_header_row"></div> |
|
|
|
<div class="fascicolo_header_row"></div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
@ -128,7 +126,7 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="row"> |
|
|
|
<div class="row"> |
|
|
|
<div class="col-sm-12 col-md-12"> |
|
|
|
<div class="col-sm-12"> |
|
|
|
<div class="fascicolo_header_row"></div> |
|
|
|
<div class="fascicolo_header_row"></div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
@ -153,7 +151,7 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="row"> |
|
|
|
<div class="row"> |
|
|
|
<div class="col-sm-12 col-md-12"> |
|
|
|
<div class="col-sm-12"> |
|
|
|
<div class="fascicolo_header_row"></div> |
|
|
|
<div class="fascicolo_header_row"></div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
@ -173,9 +171,8 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<div class="row"> |
|
|
|
<div class="row"> |
|
|
|
<div class="col-sm-12 col-md-12"> |
|
|
|
<div class="col-sm-12"> |
|
|
|
<div class="module-group"> |
|
|
|
<div class="module-group"> |
|
|
|
<liferay-ui:panel extended="false" defaultState="open" collapsible="false" title="fascicolo_title_descrizione" > |
|
|
|
<liferay-ui:panel extended="false" defaultState="open" collapsible="false" title="fascicolo_title_descrizione" > |
|
|
|
<div class="prog-description"> |
|
|
|
<div class="prog-description"> |
|
|
@ -185,11 +182,9 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<c:if test="<%= !isDisabledMap %>"> |
|
|
|
<c:if test="<%= !isDisabledMap %>"> |
|
|
|
<div class="row"> |
|
|
|
<div class="row"> |
|
|
|
<div class="col-sm-12 col-md-12"> |
|
|
|
<div class="col-sm-12"> |
|
|
|
<div class="module-group"> |
|
|
|
<div class="module-group"> |
|
|
|
<liferay-ui:panel extended="false" defaultState="open" collapsible="false" title="fascicolo_title_ubicazione" > |
|
|
|
<liferay-ui:panel extended="false" defaultState="open" collapsible="false" title="fascicolo_title_ubicazione" > |
|
|
|
<div class="container-fluid"> |
|
|
|
<div class="container-fluid"> |
|
|
@ -239,20 +234,18 @@ |
|
|
|
<div class="col-sm-6 col-md-3"> |
|
|
|
<div class="col-sm-6 col-md-3"> |
|
|
|
<%= LanguageUtil.get(pageContext, "dc-particelle") %> |
|
|
|
<%= LanguageUtil.get(pageContext, "dc-particelle") %> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<% |
|
|
|
<% String[] particelle= dettPratica.getDcParticelle().split(Pattern.quote("|")); %> |
|
|
|
String[] particelle= dettPratica.getDcParticelle().split(Pattern.quote("|")); |
|
|
|
|
|
|
|
%> |
|
|
|
|
|
|
|
<div class="col-sm-6 col-md-3"> |
|
|
|
<div class="col-sm-6 col-md-3"> |
|
|
|
<div class="col-md-3 col-sm-3 col-xs-6 no-padding-left"> |
|
|
|
<div class="col-sm-3 col-xs-6 no-padding-left"> |
|
|
|
<span><strong><%= particelle.length > 0 ? particelle[0] : StringPool.BLANK %></strong></span> |
|
|
|
<span><strong><%= particelle.length > 0 ? particelle[0] : StringPool.BLANK %></strong></span> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="col-md-3 col-sm-3 col-xs-6"> |
|
|
|
<div class="col-sm-3 col-xs-6"> |
|
|
|
<span><strong><%= particelle.length > 1 ? particelle[1] : StringPool.BLANK %></strong></span> |
|
|
|
<span><strong><%= particelle.length > 1 ? particelle[1] : StringPool.BLANK %></strong></span> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="col-md-3 col-sm-3 col-xs-6"> |
|
|
|
<div class="col-sm-3 col-xs-6"> |
|
|
|
<span><strong><%= particelle.length > 2 ? particelle[2] : StringPool.BLANK %></strong></span> |
|
|
|
<span><strong><%= particelle.length > 2 ? particelle[2] : StringPool.BLANK %></strong></span> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="col-md-3 col-sm-3 col-xs-6 no-padding-right"> |
|
|
|
<div class="col-sm-3 col-xs-6 no-padding-right"> |
|
|
|
<span><strong><%= particelle.length > 3 ? particelle[3] : StringPool.BLANK %></strong></span> |
|
|
|
<span><strong><%= particelle.length > 3 ? particelle[3] : StringPool.BLANK %></strong></span> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
@ -268,18 +261,34 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</c:if> |
|
|
|
</c:if> |
|
|
|
<div class="row"> |
|
|
|
<div class="row"> |
|
|
|
<div class="col-md-12"> |
|
|
|
<div class="col-xs-12"> |
|
|
|
<% |
|
|
|
<% String[] geolocalization = dettPratica.getLocalizzazioneGeografica().split(Pattern.quote("|")); %> |
|
|
|
String[] geolocalization = dettPratica.getLocalizzazioneGeografica().split(Pattern.quote("|")); |
|
|
|
<aui:input name="lat" label="" type="hidden" |
|
|
|
%> |
|
|
|
value='<%= geolocalization.length > 0 ? geolocalization[0] : StringPool.BLANK %>' /> |
|
|
|
<aui:input name="lat" label="" type="hidden" |
|
|
|
<aui:input name="long" label="" type="hidden" |
|
|
|
value='<%=geolocalization.length > 0 ? geolocalization[0] : StringPool.BLANK %>' /> |
|
|
|
value='<%= geolocalization.length > 1 ? geolocalization[1] : StringPool.BLANK %>'/> |
|
|
|
<aui:input name="long" label="" type="hidden" |
|
|
|
<aui:input name="zoom" label="" type="hidden" value="16" /> |
|
|
|
value='<%=geolocalization.length > 1 ? geolocalization[1] : StringPool.BLANK %>'/> |
|
|
|
<aui:input type="hidden" name="geoIsEditable" value="false" label=""/> |
|
|
|
<aui:input type="hidden" name="geoIsEditable" value='<%= false %>' label=""/> |
|
|
|
<liferay-ui:tabs names="mappe-bbcc,mappe-openstreetmap" refresh="false"> |
|
|
|
|
|
|
|
<liferay-ui:section> |
|
|
|
<liferay-portlet:runtime portletName="5_WAR_trefmapitmapportlet" queryString='<%="mapitNamespace="+renderResponse.getNamespace()%>' /> |
|
|
|
<div class="col-xs-12"> |
|
|
|
</div> |
|
|
|
<!-- Integrazione geoportal --> |
|
|
|
|
|
|
|
<div class="container-fluid"> |
|
|
|
|
|
|
|
<div class="row"> |
|
|
|
|
|
|
|
<div class="col-xs-12"> |
|
|
|
|
|
|
|
<div style="border:none;width:100%;height:700px"> |
|
|
|
|
|
|
|
<iframe src="<%= urlIframeMappe %>" style="border:none;width:100%;height:700px"></iframe> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
</liferay-ui:section> |
|
|
|
|
|
|
|
<liferay-ui:section> |
|
|
|
|
|
|
|
<liferay-portlet:runtime portletName="<%= PortletKeys.MAPIT %>" queryString='<%= "mapitNamespace=" + renderResponse.getNamespace() %>' /> |
|
|
|
|
|
|
|
</liferay-ui:section> |
|
|
|
|
|
|
|
</liferay-ui:tabs> |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</liferay-ui:panel> |
|
|
|
</liferay-ui:panel> |
|
|
@ -288,29 +297,28 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</c:if> |
|
|
|
</c:if> |
|
|
|
<div class="row"> |
|
|
|
<div class="row"> |
|
|
|
<div class="col-sm-12 col-md-12"> |
|
|
|
<div class="col-sm-12"> |
|
|
|
<div class="module-group"> |
|
|
|
<div class="module-group"> |
|
|
|
<liferay-ui:panel extended="false" defaultState="open" collapsible="false" title="destinazione" > |
|
|
|
<liferay-ui:panel extended="false" defaultState="open" collapsible="false" title="destinazione" > |
|
|
|
<div class="container-fluid"> |
|
|
|
<div class="container-fluid"> |
|
|
|
<div class="row"> |
|
|
|
<div class="row"> |
|
|
|
<div class="col-sm-12 col-md-12"> |
|
|
|
<div class="col-sm-12"> |
|
|
|
<% |
|
|
|
<% |
|
|
|
String label = dettPratica.getDestinazione(); |
|
|
|
String label = dettPratica.getDestinazione(); |
|
|
|
|
|
|
|
String uso = StringPool.BLANK; |
|
|
|
String uso = ""; |
|
|
|
String title = StringPool.BLANK; |
|
|
|
String title = ""; |
|
|
|
if (!label.equals(StringPool.BLANK)) { |
|
|
|
if (!label.equals("")) { |
|
|
|
|
|
|
|
String pref = label.substring(0, 1); |
|
|
|
String pref = label.substring(0, 1); |
|
|
|
if (label.length() > 1) { |
|
|
|
if (label.length() > 1) { |
|
|
|
title = label.substring(0, label.length()-1); |
|
|
|
title = label.substring(0, label.length() - 1); |
|
|
|
uso = title.substring(title.length()-1); |
|
|
|
uso = title.substring(title.length() - 1); |
|
|
|
out.print(LanguageUtil.get(pageContext, "destinazione-uso-"+uso)+":"); |
|
|
|
out.print(LanguageUtil.get(pageContext, "destinazione-uso-" + uso) + StringPool.COLON); |
|
|
|
out.newLine(); |
|
|
|
out.newLine(); |
|
|
|
out.print(LanguageUtil.get(pageContext, "destinazione-"+title)+":"); |
|
|
|
out.print(LanguageUtil.get(pageContext, "destinazione-" + title) + StringPool.COLON); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
%> |
|
|
|
%> |
|
|
|
<strong><%=LanguageUtil.get(pageContext, "destinazione-"+ label)%></strong> |
|
|
|
<strong><%= LanguageUtil.get(pageContext, "destinazione-" + label) %></strong> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
@ -319,42 +327,42 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="row"> |
|
|
|
<div class="row"> |
|
|
|
<div class="col-sm-12 col-md-12"> |
|
|
|
<div class="col-sm-12"> |
|
|
|
<div class="module-group"> |
|
|
|
<div class="module-group"> |
|
|
|
<liferay-ui:panel extended="false" defaultState="open" collapsible="false" title="fascicolo_title_intervento" > |
|
|
|
<liferay-ui:panel extended="false" defaultState="open" collapsible="false" title="fascicolo_title_intervento" > |
|
|
|
<div class="container-fluid"> |
|
|
|
<div class="container-fluid"> |
|
|
|
<div class="row"> |
|
|
|
<div class="row"> |
|
|
|
<div class="col-xs-12"> |
|
|
|
<div class="col-xs-12"> |
|
|
|
<strong><span class='<%=dettPratica.getTcNuovaCostruzione() ? "fa fa-check-circle-o txt-green" : "fa fa-circle-o" %>'></span></strong> |
|
|
|
<strong><span class='<%= dettPratica.getTcNuovaCostruzione() ? "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-xs-12"> |
|
|
|
<div class="col-xs-12"> |
|
|
|
<strong><span class='<%=dettPratica.getTcNuovaCostruzionePertinenza() ? "fa fa-check-circle-o txt-green" : "fa fa-circle-o" %>'></span></strong> |
|
|
|
<strong><span class='<%= dettPratica.getTcNuovaCostruzionePertinenza() ? "fa fa-check-circle-o txt-green" : "fa fa-circle-o" %>'></span></strong> |
|
|
|
<%=LanguageUtil.get(pageContext, "tc-nuova-costruzione-pertinenza") %> |
|
|
|
<%= LanguageUtil.get(pageContext, "tc-nuova-costruzione-pertinenza") %> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="col-xs-12"> |
|
|
|
<div class="col-xs-12"> |
|
|
|
<strong><span class='<%=dettPratica.getTcCostruzioniEsistenti() ? "fa fa-check-circle-o txt-green" : "fa fa-circle-o" %>'></span></strong> |
|
|
|
<strong><span class='<%= dettPratica.getTcCostruzioniEsistenti() ? "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-xs-12"> |
|
|
|
<div class="col-xs-12"> |
|
|
|
<strong><span class='<%=dettPratica.getTcManutOrdStraord() ? "fa fa-check-circle-o txt-green" : "fa fa-circle-o" %>'></span></strong> |
|
|
|
<strong><span class='<%= dettPratica.getTcManutOrdStraord() ? "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-xs-12"> |
|
|
|
<div class="col-xs-12"> |
|
|
|
<strong><span class='<%=dettPratica.getTcInterventoOpereEscavazione() ? "fa fa-check-circle-o txt-green" : "fa fa-circle-o" %>'></span></strong> |
|
|
|
<strong><span class='<%= dettPratica.getTcInterventoOpereEscavazione() ? "fa fa-check-circle-o txt-green" : "fa fa-circle-o" %>'></span></strong> |
|
|
|
<%=LanguageUtil.get(pageContext, "tc-intervento-opere-escavazione") %> |
|
|
|
<%= LanguageUtil.get(pageContext, "tc-intervento-opere-escavazione") %> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="col-xs-12"> |
|
|
|
<div class="col-xs-12"> |
|
|
|
<strong><span class='<%=dettPratica.getTcViarch() ? "fa fa-check-circle-o txt-green" : "fa fa-circle-o" %>'></span></strong> |
|
|
|
<strong><span class='<%= dettPratica.getTcViarch() ? "fa fa-check-circle-o txt-green" : "fa fa-circle-o" %>'></span></strong> |
|
|
|
<%=LanguageUtil.get(pageContext, "tc-viarch") %> |
|
|
|
<%= LanguageUtil.get(pageContext, "tc-viarch") %> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="col-xs-12"> |
|
|
|
<div class="col-xs-12"> |
|
|
|
<strong><span class='<%=dettPratica.getTcOperaA25() ? "fa fa-check-circle-o txt-green" : "fa fa-circle-o" %>'></span></strong> |
|
|
|
<strong><span class='<%= dettPratica.getTcOperaA25() ? "fa fa-check-circle-o txt-green" : "fa fa-circle-o" %>'></span></strong> |
|
|
|
<%=LanguageUtil.get(pageContext, "tc-opera-a25") %> |
|
|
|
<%= LanguageUtil.get(pageContext, "tc-opera-a25") %> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="col-xs-12"> |
|
|
|
<div class="col-xs-12"> |
|
|
|
<strong><span class='<%=dettPratica.getTcAltriInterventi() ? "fa fa-check-circle-o txt-green" : "fa fa-circle-o" %>'></span></strong> |
|
|
|
<strong><span class='<%= dettPratica.getTcAltriInterventi() ? "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") %> |
|
|
|
<c:if test="<%= dettPratica.getTcAltriInterventi() %>"> |
|
|
|
<c:if test="<%= dettPratica.getTcAltriInterventi() %>"> |
|
|
|
: <strong><%= dettPratica.getTcAltriInterventiDesc() %></strong> |
|
|
|
: <strong><%= dettPratica.getTcAltriInterventiDesc() %></strong> |
|
|
|
</c:if> |
|
|
|
</c:if> |
|
|
@ -366,65 +374,65 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="row"> |
|
|
|
<div class="row"> |
|
|
|
<div class="col-sm-12 col-md-12"> |
|
|
|
<div class="col-sm-12"> |
|
|
|
<div class="module-group"> |
|
|
|
<div class="module-group"> |
|
|
|
<liferay-ui:panel extended="false" defaultState="open" collapsible="false" title="fascicolo_title_tipologia_costruttiva" > |
|
|
|
<liferay-ui:panel extended="false" defaultState="open" collapsible="false" title="fascicolo_title_tipologia_costruttiva" > |
|
|
|
<div class="container-fluid"> |
|
|
|
<div class="container-fluid"> |
|
|
|
<div class="row"> |
|
|
|
<div class="row"> |
|
|
|
<div class="col-sm-3 col-md-3"> |
|
|
|
<div class="col-sm-3"> |
|
|
|
<strong><span class='<%=BeanPropertiesUtil.getBoolean(dettPratica, "tcInCA") ? "fa fa-check-circle-o txt-green" : "fa fa-circle-o" %>'></span></strong> |
|
|
|
<strong><span class='<%= BeanPropertiesUtil.getBoolean(dettPratica, "tcInCA") ? "fa fa-check-circle-o txt-green" : "fa fa-circle-o" %>'></span></strong> |
|
|
|
<%=LanguageUtil.get(pageContext, "tc-in-ca") %> |
|
|
|
<%= LanguageUtil.get(pageContext, "tc-in-ca") %> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="col-sm-3 col-md-3"> |
|
|
|
<div class="col-sm-3"> |
|
|
|
<strong><span class='<%=BeanPropertiesUtil.getBoolean(dettPratica, "tcInOpera") ? "fa fa-check-circle-o txt-green" : "fa fa-circle-o" %>'></span></strong> |
|
|
|
<strong><span class='<%= BeanPropertiesUtil.getBoolean(dettPratica, "tcInOpera") ? "fa fa-check-circle-o txt-green" : "fa fa-circle-o" %>'></span></strong> |
|
|
|
<%=LanguageUtil.get(pageContext, "tc-in-opera") %> |
|
|
|
<%= LanguageUtil.get(pageContext, "tc-in-opera") %> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="col-sm-3 col-md-3"> |
|
|
|
<div class="col-sm-3"> |
|
|
|
<strong><span class='<%=BeanPropertiesUtil.getBoolean(dettPratica, "tcPrefabbricato") ? "fa fa-check-circle-o txt-green" : "fa fa-circle-o" %>'></span></strong> |
|
|
|
<strong><span class='<%= BeanPropertiesUtil.getBoolean(dettPratica, "tcPrefabbricato") ? "fa fa-check-circle-o txt-green" : "fa fa-circle-o" %>'></span></strong> |
|
|
|
<%=LanguageUtil.get(pageContext, "tc-prefabbricato") %> |
|
|
|
<%= LanguageUtil.get(pageContext, "tc-prefabbricato") %> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="row"> |
|
|
|
<div class="row"> |
|
|
|
<div class="col-sm-3 col-md-3"> |
|
|
|
<div class="col-sm-3"> |
|
|
|
<strong><span class='<%=BeanPropertiesUtil.getBoolean(dettPratica, "tcInAcciaio") ? "fa fa-check-circle-o txt-green" : "fa fa-circle-o" %>'></span></strong> |
|
|
|
<strong><span class='<%= BeanPropertiesUtil.getBoolean(dettPratica, "tcInAcciaio") ? "fa fa-check-circle-o txt-green" : "fa fa-circle-o" %>'></span></strong> |
|
|
|
<%=LanguageUtil.get(pageContext, "tc-in-acciaio") %> |
|
|
|
<%= LanguageUtil.get(pageContext, "tc-in-acciaio") %> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="col-sm-3 col-md-3"> |
|
|
|
<div class="col-sm-3"> |
|
|
|
<strong><span class='<%=BeanPropertiesUtil.getBoolean(dettPratica, "tcMista") ? "fa fa-check-circle-o txt-green" : "fa fa-circle-o" %>'></span></strong> |
|
|
|
<strong><span class='<%= BeanPropertiesUtil.getBoolean(dettPratica, "tcMista") ? "fa fa-check-circle-o txt-green" : "fa fa-circle-o" %>'></span></strong> |
|
|
|
<%=LanguageUtil.get(pageContext, "tc-mista") %> |
|
|
|
<%= LanguageUtil.get(pageContext, "tc-mista") %> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="row"> |
|
|
|
<div class="row"> |
|
|
|
<div class="col-sm-3 col-md-3"> |
|
|
|
<div class="col-sm-3"> |
|
|
|
<strong><span class='<%=BeanPropertiesUtil.getBoolean(dettPratica, "tcInMuratura") ? "fa fa-check-circle-o txt-green" : "fa fa-circle-o" %>'></span></strong> |
|
|
|
<strong><span class='<%= BeanPropertiesUtil.getBoolean(dettPratica, "tcInMuratura") ? "fa fa-check-circle-o txt-green" : "fa fa-circle-o" %>'></span></strong> |
|
|
|
<%=LanguageUtil.get(pageContext, "tc-in-muratura") %> |
|
|
|
<%= LanguageUtil.get(pageContext, "tc-in-muratura") %> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="col-sm-3 col-md-3"> |
|
|
|
<div class="col-sm-3"> |
|
|
|
<strong><span class='<%=BeanPropertiesUtil.getBoolean(dettPratica, "tcInMuraturaOrdinaria") ? "fa fa-check-circle-o txt-green" : "fa fa-circle-o" %>'></span></strong> |
|
|
|
<strong><span class='<%= BeanPropertiesUtil.getBoolean(dettPratica, "tcInMuraturaOrdinaria") ? "fa fa-check-circle-o txt-green" : "fa fa-circle-o" %>'></span></strong> |
|
|
|
<%=LanguageUtil.get(pageContext, "tc-in-muratura-ordinaria") %> |
|
|
|
<%= LanguageUtil.get(pageContext, "tc-in-muratura-ordinaria") %> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="col-sm-3 col-md-3"> |
|
|
|
<div class="col-sm-3"> |
|
|
|
<strong><span class='<%=BeanPropertiesUtil.getBoolean(dettPratica, "tcInMuraturaArmata") ? "fa fa-check-circle-o txt-green" : "fa fa-circle-o" %>'></span></strong> |
|
|
|
<strong><span class='<%= BeanPropertiesUtil.getBoolean(dettPratica, "tcInMuraturaArmata") ? "fa fa-check-circle-o txt-green" : "fa fa-circle-o" %>'></span></strong> |
|
|
|
<%=LanguageUtil.get(pageContext, "tc-in-muratura-armata") %> |
|
|
|
<%= LanguageUtil.get(pageContext, "tc-in-muratura-armata") %> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="col-sm-3 col-md-3"> |
|
|
|
<div class="col-sm-3"> |
|
|
|
<strong><span class='<%=BeanPropertiesUtil.getBoolean(dettPratica, "tcInMuraturaMista") ? "fa fa-check-circle-o txt-green" : "fa fa-circle-o" %>'></span></strong> |
|
|
|
<strong><span class='<%= BeanPropertiesUtil.getBoolean(dettPratica, "tcInMuraturaMista") ? "fa fa-check-circle-o txt-green" : "fa fa-circle-o" %>'></span></strong> |
|
|
|
<%=LanguageUtil.get(pageContext, "tc-in-muratura-mista") %> |
|
|
|
<%= LanguageUtil.get(pageContext, "tc-in-muratura-mista") %> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="row"> |
|
|
|
<div class="row"> |
|
|
|
<div class="col-sm-3 col-md-3"> |
|
|
|
<div class="col-sm-3"> |
|
|
|
<strong><span class='<%=BeanPropertiesUtil.getBoolean(dettPratica, "tcInLegno") ? "fa fa-check-circle-o txt-green" : "fa fa-circle-o" %>'></span></strong> |
|
|
|
<strong><span class='<%= BeanPropertiesUtil.getBoolean(dettPratica, "tcInLegno") ? "fa fa-check-circle-o txt-green" : "fa fa-circle-o" %>'></span></strong> |
|
|
|
<%=LanguageUtil.get(pageContext, "tc-in-legno") %> |
|
|
|
<%= LanguageUtil.get(pageContext, "tc-in-legno") %> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="row"> |
|
|
|
<div class="row"> |
|
|
|
<div class="col-sm-3 col-md-3"> |
|
|
|
<div class="col-sm-3"> |
|
|
|
<strong><span class='<%=BeanPropertiesUtil.getBoolean(dettPratica, "tcAltro") ? "fa fa-check-circle-o txt-green" : "fa fa-circle-o" %>'></span></strong> |
|
|
|
<strong><span class='<%= BeanPropertiesUtil.getBoolean(dettPratica, "tcAltro") ? "fa fa-check-circle-o txt-green" : "fa fa-circle-o" %>'></span></strong> |
|
|
|
<%=LanguageUtil.get(pageContext, "tc-altro") %> |
|
|
|
<%= LanguageUtil.get(pageContext, "tc-altro") %> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="col-sm-9 col-md-9"> |
|
|
|
<div class="col-sm-9"> |
|
|
|
<span><strong><%=BeanPropertiesUtil.getString(dettPratica, "tcAltroDescrizione") %></strong></span> |
|
|
|
<span><strong><%= BeanPropertiesUtil.getString(dettPratica, "tcAltroDescrizione") %></strong></span> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|