Project

General

Profile

« Previous | Next » 

Revision 60783

[Library|Trunk]

Enermaps integration:
- parse enermaps id
- show in results and in landing (to be revised)
- add enermaps url property
- add function to query all results for community id/ context

View differences:

resultLanding.component.html
210 210
                        <a (click)="showAll = !showAll;">View less</a>
211 211
                      </div>
212 212
                    </div>
213
                    <div  *ngIf="enermapsId && properties.enermapsURL" class="uk-width-expand uk-flex uk-flex-center">
214
                      <a [href]="properties.enermapsURL" target="_blank" ><img  class="uk-width-auto"
215
                      [src]="properties.enermapsURL +'/images/' + enermapsId + '.png'" alt="Enermaps tool preview">
216
                      </a>
217
                    </div>
213 218
                  </div>
214 219
                  <div *ngIf="hasSecondaryInfo" class="uk-width-1-3@m uk-width-1-1 right-column uk-padding-remove">
215 220
                    <div *ngIf="resultLandingInfo.fundedByProjects && resultLandingInfo.fundedByProjects.length > 0 ||

Also available in: Unified diff