[develop | DONE | CHANGED] Upload dois: add Y DOIs not found in not found view

This commit is contained in:
argirok 2023-12-06 18:13:10 +02:00
parent e973fee5ad
commit 2626477dcb
1 changed files with 6 additions and 1 deletions

View File

@ -215,7 +215,12 @@
<!-- Sidebar (right-side) --> <!-- Sidebar (right-side) -->
<div class="uk-width-1-4@l uk-width-1-3@m uk-width-1-1@s" [class.uk-width-1-1]="!loading && resultsToShow.length ==0"> <div class="uk-width-1-4@l uk-width-1-3@m uk-width-1-1@s" [class.uk-width-1-1]="!loading && resultsToShow.length ==0">
<div class="uk-margin-top"> <div class="uk-margin-top">
<ng-container *ngIf="showFound">
<span class="uk-text-bold uk-margin-small-bottom">{{foundIds.length}} results</span> found <span class="uk-text-bold uk-margin-small-bottom">{{foundIds.length}} results</span> found
</ng-container>
<ng-container *ngIf="!showFound">
<span class="uk-text-bold uk-margin-small-bottom">{{notFoundIds.length}} DOIs</span> not found
</ng-container>
</div> </div>
<ng-container *ngIf="resultsToShow.length > 0 && showFound"> <ng-container *ngIf="resultsToShow.length > 0 && showFound">
<div class="uk-card uk-card-default uk-padding-small uk-margin-small-top uk-margin-small-bottom"> <div class="uk-card uk-card-default uk-padding-small uk-margin-small-top uk-margin-small-bottom">