|
|
@ -67,7 +67,12 @@ List<ParereGeologo> pareriGeologo = ParereGeologoLocalServiceUtil.findByIntPrati |
|
|
|
SimpleDateFormat sdf = new SimpleDateFormat("dd/MM/YYYY"); |
|
|
|
SimpleDateFormat sdf = new SimpleDateFormat("dd/MM/YYYY"); |
|
|
|
%> |
|
|
|
%> |
|
|
|
<li> |
|
|
|
<li> |
|
|
|
<strong><%= geologo.getFullName()%></strong>: |
|
|
|
<strong> |
|
|
|
|
|
|
|
<%= geologo.getFullName()%> |
|
|
|
|
|
|
|
<c:if test="<%= intPratica.getUnitaOperativa() > 0 %>"> |
|
|
|
|
|
|
|
U.O. <%= intPratica.getUnitaOperativa() %> |
|
|
|
|
|
|
|
</c:if> |
|
|
|
|
|
|
|
</strong>: |
|
|
|
<c:if test="<%= Validator.isNull(parereGeologo.getParere()) %>"> |
|
|
|
<c:if test="<%= Validator.isNull(parereGeologo.getParere()) %>"> |
|
|
|
Parere non espresso |
|
|
|
Parere non espresso |
|
|
|
</c:if> |
|
|
|
</c:if> |
|
|
|