Project

General

Profile

« Previous | Next » 

Revision 56943

[mergeResultLandingPages | Library]: resultLanding.component: small bug fixes in names used.

View differences:

modules/uoa-services-library/branches/mergeResultLandingPages/ng-openaire-library/src/app/landingPages/resultLanding.component.html
360 360
                  </i-frame>
361 361
                </div>
362 362
              </li>
363

  
364
<!--              <li (click)="activeTab='Other Versions'"-->
365
<!--                  *ngIf="properties.environment != 'production' && resultLandingInfo.deletedByInferenceIds">-->
366
<!--                <a class="uk-accordion-title" href="#">-->
367
<!--                  Other Versions-->
368
<!--                  ({{resultLandingInfo.deletedByInferenceIds.length | number}})-->
369
<!--                </a>-->
370
<!--                <div *ngIf="activeTab=='Other Versions'" class="uk-accordion-content">-->
371
<!--                  <deletedByInference *ngIf="type == 'publication'"-->
372
<!--                                      [id]="id" [ids]="resultLandingInfo.deletedByInferenceIds" [type]="'publications'"></deletedByInference>-->
373
<!--                  <deletedByInference *ngIf="type == 'dataset'"-->
374
<!--                                      [id]="id" [ids]="resultLandingInfo.deletedByInferenceIds" [type]="'research data'"></deletedByInference>-->
375
<!--                  <deletedByInference *ngIf="type == 'software'"-->
376
<!--                                      [id]="id" [ids]="resultLandingInfo.deletedByInferenceIds" [type]="'software'"></deletedByInference>-->
377
<!--                  <deletedByInference *ngIf="type == 'orp'"-->
378
<!--                                      [id]="id" [ids]="resultLandingInfo.deletedByInferenceIds" [type]="'other research products'"></deletedByInference>-->
379
<!--                </div>-->
380
<!--              </li>-->
381 363
            </ul>
382 364

  
383 365
          </div>
......
395 377
                                                                                fill="none" stroke="#000"
396 378
                                                                                stroke-width="1.1"></path></svg>
397 379
               </span>
398
                Link this <span *ngIf="type != 'orp'">{{title.toLowerCase()}}</span><span *ngIf="type == 'orp'">research product</span> to...
380
                Link this <span *ngIf="type != 'orp'">{{title.toLowerCase()}}</span><span *ngIf="type == 'orp'">product</span> to...
399 381
              </button>
400 382

  
401 383
              <div class="  uk-text-center uk-margin-expand uk-padding-small    uk-margin-auto  default-dropdown "

Also available in: Unified diff