Project

General

Profile

« Previous | Next » 

Revision 44566

Download CSV in Dataproviders' search page added | bug fixed in organization landing page (no projects) | publication landing page: identifiers alignment, issn not marked, show more/less functionality added on Collected From, Download From, Published In, Funded By fields

View differences:

organization.component.html
80 80
                                </ul>
81 81
                            </div>
82 82

  
83
                            <table class="table table-striped">
83
                            <table class="table table-striped" *ngIf="organizationInfo.projects.size > 0">
84 84
                                <thead>
85 85
                                    <tr>
86 86
                                        <th class="text-center">Funder</th>
......
131 131
                        Share - Bookmark
132 132
                    </li>
133 133
                    <li role="separator" class="list-group-item divider"></li>
134
                    <div *ngIf="organizationInfo.projects != undefined">
135
                        <li *ngFor="let key of organizationInfo.projects.keys()" class="list-group-item">
136
                            <a (click)="exportProjects(key)">Download projects report (CSV) for {{key}}</a>
137
                        </li>
134 138

  
135
                    <li *ngFor="let key of organizationInfo.projects.keys()" class="list-group-item">
136
                        <a (click)="exportProjects(key)">Download projects report (CSV) for {{key}}</a>
137
                    </li>
138

  
139
                    <li *ngFor="let key of organizationInfo.projects.keys()" class="list-group-item">
140
                        <a (click)="exportPublications(key)">Download publications report (CSV) for {{key}}</a>
141
                    </li>
139
                        <li *ngFor="let key of organizationInfo.projects.keys()" class="list-group-item">
140
                            <a (click)="exportPublications(key)">Download publications report (CSV) for {{key}}</a>
141
                        </li>
142
                    </div>
142 143
                </ul>
143 144
            </div>
144 145
        </div>

Also available in: Unified diff