2020-01-31 16:12:51 +01:00
< div class = "image-front-topbar uk-section-default uk-position-relative" uk-scrollspy = "{"target":"[uk-scrollspy-class]","cls":"uk-animation-fade","delay":false}" tm-header-transparent = "light" >
< div style = "box-sizing: border-box; " [ class ] = " ' uk-background-norepeat uk-background-cover uk-background-bottom-center uk-section uk-padding-remove-bottom uk-flex uk-flex-middle uk-background-fixed advancedSearchFormBackground ' + searchFormClass " >
< div class = "uk-position-cover" style = "/*background-color: rgba(255, 255, 255, 0.37);*/" > < / div >
< div class = "uk-width-1-1" >
< div class = "uk-position-relative" >
< div class = "uk-container uk-margin-large-top" >
< advanced-search-form
[entityType] = "entityType"
[(fieldIds)]="fieldIds"
[(fieldIdsMap)]="fieldIdsMap"
[(selectedFields)]="selectedFields"
(queryChange)="queryChanged($event)"
[isDisabled]="disableForms"
[simpleSearchLink]="simpleSearchLink"
[advancedSearchLink]="advancedSearchLink"
[advancedSearchLinkParameters]
="this.routerHelper.createQueryParams(this.parameterNames, this.parameterValues)"
[pageTitle]=pageTitle [simpleView]="simpleView" [formPlaceholderText]="formPlaceholderText"
>
< / advanced-search-form >
< / div >
< / div >
< / div >
< / div >
< / div >
< schema2jsonld * ngIf = "url" [ URL ] = " url " type = "search" [ name ] = pageTitle [ searchAction ] = false > < / schema2jsonld >
< div id = "tm-main" class = " tm-middle" >
2020-02-04 14:27:42 +01:00
< div uk-grid >
2020-01-31 16:12:51 +01:00
< div class = "tm-main uk-width-1-1@s uk-width-1-1@m uk-width-1-1@l uk-row-first " >
< div class = "uk-container" >
< div >
< helper * ngIf = "pageContents && pageContents['top'] && pageContents['top'].length > 0" [ texts ] = " pageContents [ ' top ' ] " > < / helper >
< div [ class ] = " ( showRefine ) ? ' uk-width-4-5 @ m uk-width-4-5 @ l uk-width-1-1 @ s ' : ' uk-width-1-1 ' " >
< div * ngIf = "showRefine" class = "uk-offcanvas-content uk-hidden@m" >
< a href = "#offcanvas-usage" uk-toggle > < svg width = "20" height = "20" viewBox = "0 0 20 20" xmlns = "http://www.w3.org/2000/svg" ratio = "1" > < rect x = "6" y = "4" width = "12" height = "1" > < / rect > < rect x = "6" y = "9" width = "12" height = "1" > < / rect > < rect x = "6" y = "14" width = "12" height = "1" > < / rect > < rect x = "2" y = "4" width = "2" height = "1" > < / rect > < rect x = "2" y = "9" width = "2" height = "1" > < / rect > < rect x = "2" y = "14" width = "2" height = "1" > < / rect > < / svg > < / a >
< div id = "offcanvas-usage" uk-offcanvas >
< div class = "uk-offcanvas-bar" >
< button class = "uk-offcanvas-close" type = "button" uk-close > < / button >
< div class = "uk-width-1-1 uk-margin-small-bottom uk-margin-top" >
< span * ngIf = "tableViewLink || mapUrl" class = "uk-width-expand" >
< span * ngIf = "tableViewLink" >
< a uk-tooltip = "title: Table view" routerLinkActive = "router-link-active" [ class ] = " ( disableForms ) ? ' uk-disabled uk-link-muted ' : ' ' " [ routerLink ] = tableViewLink >
< span class = "uk-icon" > < svg width = "20" height = "20" viewBox = "0 0 20 20" xmlns = "http://www.w3.org/2000/svg" ratio = "1" > < rect x = "2" y = "2" width = "3" height = "3" > < / rect > < rect x = "8" y = "2" width = "3" height = "3" > < / rect > < rect x = "14" y = "2" width = "3" height = "3" > < / rect > < rect x = "2" y = "8" width = "3" height = "3" > < / rect > < rect x = "8" y = "8" width = "3" height = "3" > < / rect > < rect x = "14" y = "8" width = "3" height = "3" > < / rect > < rect x = "2" y = "14" width = "3" height = "3" > < / rect > < rect x = "8" y = "14" width = "3" height = "3" > < / rect > < rect x = "14" y = "14" width = "3" height = "3" > < / rect > < / svg > < / span >
< / a >
< span uk-tooltip = "title: List view" class = "uk-icon" > < svg width = "20" height = "20" viewBox = "0 0 20 20" xmlns = "http://www.w3.org/2000/svg" icon = "table" ratio = "1" > < rect x = "1" y = "3" width = "18" height = "1" > < / rect > < rect x = "1" y = "7" width = "18" height = "1" > < / rect > < rect x = "1" y = "11" width = "18" height = "1" > < / rect > < rect x = "1" y = "15" width = "18" height = "1" > < / rect > < / svg > < / span >
< / span >
< search-dataprovider-map * ngIf = "!showUnknownFilters" [ loadPaging ] = " loadPaging " [ oldTotalResults ] = " oldTotalResults " [ ( searchUtils ) ] = " searchUtils " [ mapUrl ] = " mapUrl " [ mapTooltipType ] = " mapTooltipType " > < / search-dataprovider-map >
< / span >
< search-download * ngIf = "!showUnknownFilters & & searchUtils . totalResults > 0 & & ( entityType !=
'community' & & entityType != 'funder') & & usedBy == 'search'"
class="uk-width-1-2" [loadPaging]="loadPaging" [oldTotalResults]="oldTotalResults" [(searchUtils)] = "searchUtils" [type]="csvPath" [csvParams]="csvParams" [totalResults]="searchUtils.totalResults">
< / search-download >
2020-02-04 14:27:42 +01:00
< div * ngIf = "selectedFilters>0" class = "uk-margin-small-bottom" >
2020-01-31 16:12:51 +01:00
< div class = "uk-grid uk-margin-bottom uk-margin-top" >
< span class = "uk-text-bold uk-text-large" > Filters< / span >
2020-02-04 14:27:42 +01:00
< a * ngIf = "selectedFilters>1" ( click ) = " clearFilters ( ) " [ class ] = " ( ( disableForms ) ? ' uk-disabled uk-link-muted ' : ' ' ) + ' portal-link ' + ' uk-width-1-2 ' " >
2020-01-31 16:12:51 +01:00
Clear All
< / a >
< / div >
< span * ngIf = "searchUtils.keyword.length > 0" > < span class = "uk-text-bold" > Keywords:< / span >
< a ( click ) = " clearKeywords ( ) " title = "Remove keywords" [ class ] = " ( ( disableForms ) ? ' uk-disabled ' : ' ' ) + ' uk-margin-small-right 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 >
2020-02-04 14:27:42 +01:00
<!-- <div class="uk - margin - small - bottom uk - margin - small - top uk - grid"> -->
<!-- <a *ngIf= "showUnknownFilters" class = " portal - link" (click) = "clearFilters() " >Try new Query</a> -->
<!-- </div> -->
2020-01-31 16:12:51 +01:00
< / div >
< div * ngIf = "filters.length === 0 && searchUtils.keyword.length === 0 && results.length > 0" class = "uk-margin-top" >
< span class = "uk-text-meta" > No filters available< / span >
< / div >
2020-02-04 14:27:42 +01:00
< div * ngIf = "!showUnknownFilters" >
< div class = "uk-text-large" > Filter By:< / div >
< search-filter * ngFor = "let filter of filters " [ addShowMore ] = false [ isDisabled ] = " disableForms " [ filter ] = " filter " [ showResultCount ] = showResultCount ( onFilterChange ) = " filterChanged ( $ event ) " > < / search-filter >
< / div >
2020-01-31 16:12:51 +01:00
< / div >
< / div >
< / div >
< / div >
< div class = "uk-width-1-1 uk-grid helper-grid uk-padding-large uk-padding-remove-top" >
< div * ngIf = "showRefine" class = "uk-margin-top uk-width-1-4@m search-filters uk-visible@m" >
<!-- top: #container - 1; bottom: #true; -->
<!-- <div id="container - 1" style="z - index: - 1;" uk - sticky="top: #container - 1; offset: 120; "> -->
< span * ngIf = "tableViewLink || mapUrl" class = "uk-width-expand" >
< span * ngIf = "tableViewLink" >
< a uk-tooltip = "title: Table view" routerLinkActive = "router-link-active" [ class ] = " ( disableForms ) ? ' uk-disabled uk-link-muted ' : ' ' " [ routerLink ] = tableViewLink >
< span class = "uk-icon" > < svg width = "20" height = "20" viewBox = "0 0 20 20" xmlns = "http://www.w3.org/2000/svg" ratio = "1" > < rect x = "2" y = "2" width = "3" height = "3" > < / rect > < rect x = "8" y = "2" width = "3" height = "3" > < / rect > < rect x = "14" y = "2" width = "3" height = "3" > < / rect > < rect x = "2" y = "8" width = "3" height = "3" > < / rect > < rect x = "8" y = "8" width = "3" height = "3" > < / rect > < rect x = "14" y = "8" width = "3" height = "3" > < / rect > < rect x = "2" y = "14" width = "3" height = "3" > < / rect > < rect x = "8" y = "14" width = "3" height = "3" > < / rect > < rect x = "14" y = "14" width = "3" height = "3" > < / rect > < / svg > < / span >
< / a >
< span uk-tooltip = "title: List view" class = "uk-icon" > < svg width = "20" height = "20" viewBox = "0 0 20 20" xmlns = "http://www.w3.org/2000/svg" icon = "table" ratio = "1" > < rect x = "1" y = "3" width = "18" height = "1" > < / rect > < rect x = "1" y = "7" width = "18" height = "1" > < / rect > < rect x = "1" y = "11" width = "18" height = "1" > < / rect > < rect x = "1" y = "15" width = "18" height = "1" > < / rect > < / svg > < / span >
< / span >
< search-dataprovider-map * ngIf = "!showUnknownFilters" [ loadPaging ] = " loadPaging " [ oldTotalResults ] = " oldTotalResults " [ ( searchUtils ) ] = " searchUtils " [ mapUrl ] = " mapUrl " [ mapTooltipType ] = " mapTooltipType " > < / search-dataprovider-map >
< / span >
< search-download * ngIf = "!showUnknownFilters & & searchUtils . totalResults > 0 & & ( entityType !=
'community' & & entityType != 'funder') & & usedBy == 'search'"
class="uk-width-1-2" [loadPaging]="loadPaging" [oldTotalResults]="oldTotalResults" [(searchUtils)] = "searchUtils" [type]="csvPath" [csvParams]="csvParams" [totalResults]="searchUtils.totalResults">
< / search-download >
< div class = "uk-width-1-1 uk-margin-small-bottom " >
2020-02-04 14:27:42 +01:00
< div * ngIf = "selectedFilters>0" class = "uk-grid uk-margin-bottom uk-margin-top" >
2020-01-31 16:12:51 +01:00
< span class = "uk-text-bold uk-text-large" > Filters< / span >
2020-02-04 14:27:42 +01:00
< a * ngIf = "selectedFilters>1" ( click ) = " clearFilters ( ) " [ class ] = " ( ( disableForms ) ? ' uk-disabled uk-link-muted ' : ' ' ) + ' portal-link ' + ' uk-width-1-2 ' " >
2020-01-31 16:12:51 +01:00
Clear All
< / a >
< / div >
2020-02-04 14:27:42 +01:00
< div * ngIf = " selectedFilters>0" class = "uk-margin-small-bottom" >
2020-01-31 16:12:51 +01:00
2020-02-04 14:27:42 +01:00
<!-- <span *ngIf = "searchUtils.keyword.length > 0"><span class="uk - text - bold">Keywords:</span>
2020-01-31 16:12:51 +01:00
< 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 >
2020-02-04 14:27:42 +01:00
< / span > -->
2020-01-31 16:12:51 +01:00
< div * ngFor = "let filter of filters " >
2020-02-04 14:27:42 +01:00
< span * ngIf = "filter.countSelectedValues > 0" > < span class = "uk-text-bold" > {{filter.title}}:< / span >
2020-01-31 16:12:51 +01:00
< label * ngFor = "let value of getSelectedValues(filter); let i = index; let end = last; "
[title]="'Remove '+value.name" (click) = "removeFilter(value, filter) ">
< a [ 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">< / span > < span * ngIf = "!end" class = " " > , < / span >
< / label >
< / span >
< / div >
< / div >
2020-02-04 14:27:42 +01:00
<!-- <div class="uk - margin - small - bottom uk - margin - small - top uk - grid"> -->
<!-- <a *ngIf= "showUnknownFilters" class = " portal - link" (click) = "clearFilters() " >Try new Query</a> -->
<!-- </div> -->
2020-01-31 16:12:51 +01:00
< / div >
2020-02-04 14:27:42 +01:00
< div * ngIf = "filters.length === 0 && results.length > 0" class = "uk-margin-top" >
2020-01-31 16:12:51 +01:00
< span class = "uk-text-meta" > No filters available< / span >
< / div >
2020-02-04 14:27:42 +01:00
< div * ngIf = "!showUnknownFilters" >
< search-filter * ngFor = "let filter of filters " [ filterValuesNum ] = " filterValuesNum " [ showMoreInline ] = " showMoreFilterValuesInline " [ isDisabled ] = " disableForms " [ filter ] = " filter " [ showResultCount ] = showResultCount ( onFilterChange ) = " filterChanged ( $ event ) " > < / search-filter >
< / div >
2020-01-31 16:12:51 +01:00
< / div >
< div class = "uk-width-expand@m uk-with-1-1@s" >
< div * ngIf = "openaireLink" > < a class = "uk-margin-top uk-button uk-button-text" [ href ] = openaireLink target = "_blank" > Results in OpenAIRE< / a > < / div >
< div class = "uk-align-center uk-margin-remove-bottom" >
< div * ngIf = "(results && searchUtils.totalResults > 0) || (!loadPaging && oldTotalResults > 0 && searchUtils.status == errorCodes.LOADING)"
class="uk-grid uk-margin-top uk-margin-bottom">
< search-results-per-page class = "uk-width-1-2@m uk-width-1-1" [ ( size ) ] = " searchUtils . size " ( sizeChange ) = " sizeChanged ( $ event ) " > < / search-results-per-page >
< search-sorting class = "uk-width-1-2@m uk-width-1-1" * ngIf = "sort" [ ( sortBy ) ] = " searchUtils . sortBy " ( sortByChange ) = " sortByChanged ( $ event ) " > < / search-sorting >
< / div >
< search-paging [ type ] = " type " [ loadPaging ] = " loadPaging " [ oldTotalResults ] = " oldTotalResults " [ ( searchUtils ) ] = " searchUtils " [ ( results ) ] = " results " [ ( baseUrl ) ] = " searchUtils . baseUrl " [ ( parameterNames ) ] = " parameterNames " [ ( parameterValues ) ] = " parameterValues " > < / search-paging >
< / div >
< search-download class = "uk-width-1-1@s uk-hidden@m" [ type ] = " csvPath " [ csvParams ] = " csvParams " [ totalResults ] = " searchUtils . totalResults " > < / search-download >
< div * ngIf = "(searchUtils.page <= pagingLimit)" class = "" >
< search-result [ results ] = " results "
[status]=searchUtils.status
[type]="entityType"
[showLoading]="true" [(properties)]=properties>
< / search-result >
< / div >
< div [ class ] = " searchUtils . page > pagingLimit ? 'search-results' : ''" *ngIf="(searchUtils.page >= pagingLimit) & & (searchUtils.totalResults > searchUtils.size*pagingLimit)">
< p class = "uk-alert-warning" uk-alert > For more results please try a new, more specific query< / p >
< / div >
< div class = "uk-align-center uk-margin-remove-bottom" >
< div * ngIf = "(results && searchUtils.totalResults > 0) || (!loadPaging && oldTotalResults > 0 && searchUtils.status == errorCodes.LOADING)"
class="uk-grid uk-margin-top uk-margin-bottom">
< search-results-per-page class = "uk-width-1-2@m uk-width-1-1" [ ( size ) ] = " searchUtils . size " ( sizeChange ) = " sizeChanged ( $ event ) " > < / search-results-per-page >
< search-sorting class = "uk-width-1-2@m uk-width-1-1" * ngIf = "sort" [ ( sortBy ) ] = " searchUtils . sortBy " ( sortByChange ) = " sortByChanged ( $ event ) " > < / search-sorting >
< / div >
< search-paging [ type ] = " type " [ loadPaging ] = " loadPaging " [ oldTotalResults ] = " oldTotalResults " [ ( searchUtils ) ] = " searchUtils " [ ( results ) ] = " results " [ ( baseUrl ) ] = " searchUtils . baseUrl " [ ( parameterNames ) ] = " parameterNames " [ ( parameterValues ) ] = " parameterValues " > < / search-paging >
< / div >
< a * ngIf = "properties.showLastIndexInformationLink" class = "last_index_info uk-button-text"
[href]="properties.lastIndexInformationLink" target="_blank">
Last index information
< / a >
< / div >
<!-- <div class="uk - visible@m uk - margin - top uk - width - 1 - 5"> -->
<!-- <search - download [type]="csvPath" [csvParams]="csvParams" [totalResults]="searchUtils.totalResults" ></search - download> -->
<!-- </div> -->
<!-- <helper *ngIf="searchUtils.totalResults > csvLimit" class="uk - margin - top helper - left - right uk - visible@m" position="right"></helper> -->
< / div >
< helper * ngIf = "pageContents && pageContents['bottom'] && pageContents['bottom'].length > 0" [ texts ] = " pageContents [ ' bottom ' ] " > < / helper >
< / div >
< / div >
< / div >
< / div >
< / div >