2019-07-23 14:23:12 +02:00
|
|
|
<form class=" uk-margin-top uk-animation ">
|
|
|
|
<div class="">Start searching for projects and add them to the basket to link them to your sources
|
|
|
|
<!-- <helper div="link-project-form" tooltip=true></helper> -->
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<input class=" uk-input uk-width-large" [(ngModel)]="keyword" name="keyword" placeholder="Search for projects..."/>
|
|
|
|
<span class="input-group-btn">
|
|
|
|
<button (click)="search(page,size)" type="submit" class=" uk-button portal-button">Search</button>
|
|
|
|
</span>
|
|
|
|
|
|
|
|
</form>
|
|
|
|
<div *ngIf="!showResults">
|
|
|
|
<div class="uk-text-center uk-text-large uk-text-muted uk-margin-large-top">No project results yet... <br>Start
|
|
|
|
searching for projects to add them in the Basket
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div *ngIf="showResults" class="uk-margin-top">
|
|
|
|
<div *ngIf="openaireResultsStatus == errorCodes.NONE" class="uk-alert uk-alert-primary"
|
|
|
|
role="alert">No Results found
|
|
|
|
</div>
|
|
|
|
<div *ngIf="openaireResultsStatus == errorCodes.ERROR" class="uk-alert uk-alert-warning"
|
|
|
|
role="alert">An Error Occured
|
|
|
|
</div>
|
|
|
|
<div *ngIf="openaireResultsStatus == errorCodes.NOT_AVAILABLE" class="uk-alert uk-alert-danger"
|
|
|
|
role="alert">Service not available
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="uk-grid">
|
|
|
|
<div class="search-filters uk-width-medium">
|
|
|
|
<!-- <div class="uk-width-1-1 uk-margin-small-bottom ">
|
|
|
|
|
|
|
|
<div *ngIf="countFilters()>0" class="uk-margin-small-bottom">
|
|
|
|
|
|
|
|
<span *ngIf = "searchUtils.keyword.length > 0"><span class="uk-text-bold">Keywords:</span>
|
|
|
|
<a (click) = "clearKeywords() " title="Remove keywords" [class]="((disableForms)?' uk-disabled':' ')+' portal-color '"><span class=" clickable " aria-hidden="true"><span class="uk-icon ">
|
|
|
|
<svg width="16" height="16" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" icon="close" ratio="0.8"><path fill="none" stroke="#000" stroke-width="1.6" d="M16,16 L4,4"></path><path fill="none" stroke="#000" stroke-width="1.6" d="M16,4 L4,16"></path></svg>
|
|
|
|
</span></span></a>
|
|
|
|
<span [innerHtml]="searchUtils.keyword"></span>
|
|
|
|
|
|
|
|
</span>
|
|
|
|
<div *ngFor="let filter of filters " >
|
|
|
|
<span *ngIf = "filter.countSelectedValues > 0"> <span class="uk-text-bold">{{filter.title}}:</span>
|
|
|
|
<span *ngFor="let value of getSelectedValues(filter); let i = index; let end = last; " >
|
|
|
|
<a [title]="'Remove '+value.name"(click) = "removeFilter(value, filter) " [class]="((disableForms)?' uk-disabled':' ')+' portal-color '"><span class=" clickable" aria-hidden="true"><span class="uk-icon">
|
|
|
|
<svg width="16" height="16" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" icon="close" ratio="0.8"><path fill="none" stroke="#000" stroke-width="1.6" d="M16,16 L4,4"></path><path fill="none" stroke="#000" stroke-width="1.6" d="M16,4 L4,16"></path></svg>
|
|
|
|
</span></span></a>
|
|
|
|
<span [innerHtml]="(value.name.length > 25)?value.name.substring(0,25)+'...':value.name" [title]="value.name"></span><span *ngIf="!end" class=" ">, </span>
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="uk-margin-small-bottom uk-margin-small-top uk-grid">
|
|
|
|
<a *ngIf="countFilters()>1" (click)="clearFilters()" [class]="((disableForms)?'uk-disabled uk-link-muted':'')+' portal-link ' + 'uk-width-1-2'">
|
|
|
|
Clear All
|
|
|
|
</a>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div> -->
|
|
|
|
|
|
|
|
<ul class="uk-list">
|
|
|
|
<li class="uk-open">
|
|
|
|
<h5 class="uk-margin-bottom-remove searchFilterTitle">Years range
|
|
|
|
</h5>
|
|
|
|
<div aria-expanded="false">
|
|
|
|
<div class="searchFilterBoxValues ">
|
|
|
|
<form class="uk-inline">
|
|
|
|
|
|
|
|
<input class=" uk-input uk-width-2-5" [(ngModel)]="startYear" name="keyword"
|
|
|
|
placeholder="Start year"/>
|
|
|
|
<input class=" uk-input uk-width-2-5" [(ngModel)]="endYear" name="keyword"
|
|
|
|
placeholder="End year"/>
|
|
|
|
<button type="submit" (click)="yearChanged()" style="cursor: pointer;" class="uk-icon"><svg width="20"
|
|
|
|
height="20"
|
|
|
|
viewBox="0 0 20 20"
|
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
icon="chevron-right"
|
|
|
|
ratio="1"><polyline
|
|
|
|
fill="none" stroke="#000" stroke-width="1.03" points="7 4 13 10 7 16"></polyline></svg></button>
|
|
|
|
|
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
<search-filter *ngFor="let filter of filters " [isDisabled]="false" [filter]="filter" [showResultCount]=true
|
|
|
|
(onFilterChange)="filterChanged($event)"></search-filter>
|
|
|
|
</div>
|
|
|
|
<div class="uk-width-expand@m uk-width-1-1@s uk-first-column">
|
|
|
|
<div *ngIf="openaireResultsNum != null && openaireResultsNum > 0" class="uk-clearfix portal-hr ">
|
|
|
|
<div class="uk-grid">
|
|
|
|
<div *ngIf="openaireResultsNum>0" class="uk-width-1-2">
|
|
|
|
<span class="portal-color">{{openaireResultsNum|number}}</span> projects, page <span
|
|
|
|
class="portal-color">{{openaireResultsPage | number}}</span> of <span
|
|
|
|
class="portal-color">{{totalPages(openaireResultsNum)|number}}</span>
|
|
|
|
</div>
|
|
|
|
<div class="uk-width-1-2 uk-padding-remove">
|
|
|
|
<paging-no-load class="uk-float-right" [currentPage]="openaireResultsPage"
|
|
|
|
[totalResults]="openaireResultsNum" [term]="keyword" [size]="size"
|
|
|
|
(pageChange)="openaireResultsPageChange($event)"></paging-no-load>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div *ngIf="openaireResultsStatus == errorCodes.LOADING" class="uk-animation-fade uk-margin-top uk-width-1-1"
|
|
|
|
role="alert"><span class="loading-gif uk-align-center"></span></div>
|
|
|
|
<claim-results [localStoragePrefix]="localStoragePrefix" [results]=openaireResults
|
2019-07-24 14:46:29 +02:00
|
|
|
[selectedResults]=selectedProjects [basketLimit]="basketLimit"></claim-results>
|
2019-07-23 14:23:12 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|