Skip to content

Commit

Permalink
Merged pull request #106
Browse files Browse the repository at this point in the history
  • Loading branch information
pandzel committed Apr 13, 2016
1 parent 2f67fd1 commit e9b7062
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions geoportal/www/catalog/search/results.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -606,11 +606,13 @@ function rsGetQualityOfService() {
<% // Abstract and thumbnail %>
<h:panelGroup>
<h:graphicImage id="_imgRecordThumbnail"
alt="#{gptMsg['catalog.rest.thumbNail']}"
rendered="#{not empty record.thumbnailUrl}"
value="#{record.thumbnailUrl}" width="64" height="64" styleClass="resultsThumbnail" />
<h:outputText id="_txtAbstract" styleClass="resultsContent" value="#{record['abstract']}" />
<h:outputLink title="" target="_blank" value="#{record.thumbnailLink.url}" styleClass="reviewResult">
<h:graphicImage id="_imgRecordThumbnail"
alt="#{gptMsg['catalog.rest.thumbNail']}"
rendered="#{not empty record.thumbnailUrl}"
value="#{record.thumbnailUrl}" width="64" height="64" styleClass="resultsThumbnail" />
</h:outputLink>
<h:outputText id="_txtAbstract" styleClass="resultsContent" value="#{record['abstract']}" />
</h:panelGroup>
<% // resource info %>
Expand Down

0 comments on commit e9b7062

Please sign in to comment.