|
|
@ -1,14 +1,15 @@ |
|
|
|
<%@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); |
|
|
@ -16,31 +17,29 @@ |
|
|
|
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" %> |
|
|
@ -50,7 +49,6 @@ |
|
|
|
</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"> |
|
|
@ -93,7 +91,7 @@ |
|
|
|
<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,17 +261,33 @@ |
|
|
|
</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" |
|
|
|
<aui:input name="lat" label="" type="hidden" |
|
|
|
value='<%= geolocalization.length > 0 ? geolocalization[0] : StringPool.BLANK %>' /> |
|
|
|
value='<%= geolocalization.length > 0 ? geolocalization[0] : StringPool.BLANK %>' /> |
|
|
|
<aui:input name="long" label="" type="hidden" |
|
|
|
<aui:input name="long" label="" type="hidden" |
|
|
|
value='<%= geolocalization.length > 1 ? geolocalization[1] : StringPool.BLANK %>'/> |
|
|
|
value='<%= geolocalization.length > 1 ? geolocalization[1] : StringPool.BLANK %>'/> |
|
|
|
<aui:input type="hidden" name="geoIsEditable" value='<%= false %>' label=""/> |
|
|
|
<aui:input name="zoom" label="" type="hidden" value="16" /> |
|
|
|
|
|
|
|
<aui:input type="hidden" name="geoIsEditable" value="false" label=""/> |
|
|
|
<liferay-portlet:runtime portletName="5_WAR_trefmapitmapportlet" queryString='<%="mapitNamespace="+renderResponse.getNamespace()%>' /> |
|
|
|
<liferay-ui:tabs names="mappe-bbcc,mappe-openstreetmap" refresh="false"> |
|
|
|
|
|
|
|
<liferay-ui:section> |
|
|
|
|
|
|
|
<div class="col-xs-12"> |
|
|
|
|
|
|
|
<!-- 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> |
|
|
|
</div> |
|
|
@ -288,25 +297,24 @@ |
|
|
|
</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); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
%> |
|
|
|
%> |
|
|
@ -319,7 +327,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="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"> |
|
|
@ -366,64 +374,64 @@ |
|
|
|
</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> |
|
|
|