parent
f4cbc3742c
commit
662afe9827
|
@ -106,18 +106,18 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="col-md-4 col-lg-4 p-0">
|
||||
<div *ngIf="!hasDoi(dmp)" class="row d-flex flex-column ml-0 mr-0 mb-3">
|
||||
<div class="d-flex align-items-center doi-label">
|
||||
<span class="mr-3">{{'DMP-OVERVIEW.DOI-PROVIDED' | translate}}: </span>
|
||||
<ng-container *ngIf="!hasDoi(dmp)">
|
||||
<div class="row ml-0 mr-0 mb-3">
|
||||
<span class="col-auto pl-0">{{'DMP-OVERVIEW.DOI-PROVIDED' | translate}}: </span>
|
||||
<ng-container *ngIf="selectedModel">
|
||||
<mat-select class="max-width-80 select-repo" [placeholder]="selectedModel.repositoryId">
|
||||
<mat-select class="select-repo col" [placeholder]="selectedModel.repositoryId">
|
||||
<mat-option *ngFor="let entityDoi of dmp.entityDois" (click)="selectDoi(entityDoi)">
|
||||
{{entityDoi.repositoryId}}
|
||||
</mat-option>
|
||||
</mat-select>
|
||||
</ng-container>
|
||||
</div>
|
||||
|
||||
<div class="row d-flex flex-column ml-0 mr-0 mb-3">
|
||||
<div *ngIf="dmp.entityDois && selectedModel" class="doi-panel">
|
||||
<span class="ml-3 mr-3">{{selectedModel.doi}}</span>
|
||||
<div class="d-flex justify-content-end ml-3">
|
||||
|
@ -132,6 +132,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</ng-container>
|
||||
<div class="frame mb-3 pt-4 pl-3 pr-5 pb-1" *ngIf="isAuthenticated()">
|
||||
<div *ngIf="isDraftDmp() && canFinalizeDmp() && !isLocked">
|
||||
<div class="row ml-0 mr-0 pl-4 d-flex align-items-center" (click)="finalize(dmp)">
|
||||
|
|
Loading…
Reference in New Issue