Project

General

Profile

« Previous | Next » 

Revision 48566

fix parsing for new communities | change layout in all pages | change form background and position in home page| fix tabs line | use funder field in refine not funderid | In search pages put browse and results in the same height | change main page tab content from ul .uk-switcher to simple divs

View differences:

searchResult.component.ts
50 50
                    <!--a *ngIf="project.url != undefined" href="{{project.url}}"-->
51 51
                        <a *ngIf="project.id" [queryParams]="{projectId: project.id}" routerLinkActive="router-link-active" routerLink="/search/project">
52 52
                            {{project['funderShortname']?project['funderShortname']:project['funderName']}}
53
                            | {{ project['acronym']?project['acronym']:project['title']}} ({{project.code}})</a><span
53
                            | {{ project['acronym']?project['acronym']:(project['title'].length>25?project['title'].substring(0,25)+'...':project['title'])}} ({{project.code}})</a><span
54 54

  
55 55
                            *ngIf="!project.id">{{project['funderShortname']?project['funderShortname']:project['funderName']}}<span
56
                                *ngIf="project['acronym'] || project['title']"> | {{ project['acronym']?project['acronym']:project['title']}}</span><span
56
                                *ngIf="project['acronym'] || project['title']"> | {{ project['acronym']?project['acronym']:(project['title'].length>25?project['title'].substring(0,25)+'...':project['title'])}}</span><span
57 57
                                *ngIf="project.code">({{project.code}})</span></span><span
58 58

  
59 59
                    *ngIf="i < result['projects'].length-1">,</span>

Also available in: Unified diff