git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portal/sbd-uploadshare-portlet@163190 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
e930da1227
commit
a14dfeabb4
|
@ -52,6 +52,7 @@
|
|||
content3 = node.getText();
|
||||
}
|
||||
%>
|
||||
<c:if test="${not empty exploratoryName1Title}">
|
||||
<div class="asset-abstract">
|
||||
<h3 class="asset-title">
|
||||
<a href="${exploratory1Url}"><img alt="" src="${icondocURL}">
|
||||
|
@ -77,7 +78,9 @@
|
|||
<div class="asset-metadata"></div>
|
||||
</div>
|
||||
</div>
|
||||
</c:if>
|
||||
<!-- SECOND -->
|
||||
<c:if test="${not empty exploratoryName2Title}">
|
||||
<div class="asset-abstract">
|
||||
<h3 class="asset-title">
|
||||
<a href="${exploratory2Url}"><img alt="" src="${icondocURL}">
|
||||
|
@ -103,7 +106,9 @@
|
|||
<div class="asset-metadata"></div>
|
||||
</div>
|
||||
</div>
|
||||
</c:if>
|
||||
<!-- THIRD -->
|
||||
<c:if test="${not empty exploratoryName3Title}">
|
||||
<div class="asset-abstract">
|
||||
<h3 class="asset-title">
|
||||
<a href="${exploratory3Url}"><img alt="" src="${icondocURL}">
|
||||
|
@ -129,3 +134,4 @@
|
|||
<div class="asset-metadata"></div>
|
||||
</div>
|
||||
</div>
|
||||
</c:if>
|
Loading…
Reference in New Issue