Project

General

Profile

« Previous | Next » 

Revision 58552

[Library|Trunk]

Search:

-Entities Selection: add check if route is enabled
-Delay in result types checkboxes to 2 s
-Use breadcrumb component
-add connect background
-remove space between names in showAuthors component
-Filters:
-message about top 100 always visible
-rename to view all
-change css for search input
-show 100 if results > 95
-view less under the 2nd list
-Search bar:
-select contains all avaliable entities not only search results
-

Landing pages:

-correct issue with pmid in landing
-correct issue with date in cite this
-Hide Addthis:
value in properties

View differences:

newSearchPage.component.html
107 107

  
108 108

  
109 109

  
110
<div id="tm-main" class="   tm-middle">
110
<div id="tm-main" class="   tm-middle communityBackground">
111 111
  <div uk-grid>
112 112
    <div class="tm-main uk-width-1-1@s uk-width-1-1@m  uk-width-1-1@l uk-row-first ">
113
      <!--          TODO add breadcrumb here-->
114
      <div  *ngIf="showBreadcrumb" class=" uk-margin-large-left">Home > Search</div>
113
      <breadcrumbs *ngIf="showBreadcrumb" addClass="uk-margin-large-left uk-margin-remove-bottom uk-margin-small-top" [breadcrumbs]="breadcrumbs"></breadcrumbs>
115 114
      <div class="uk-container uk-container-large">
116 115
        <div>
117 116

  
......
359 358

  
360 359
            </div>
361 360
            <div class="uk-width-expand@m uk-with-1-1@s">
362
              <div *ngIf="openaireLink"> <a class="uk-margin-top   uk-button uk-button-text"
361
              <div *ngIf="openaireLink && (searchUtils.totalResults > 0 || !loadPaging )"> <a
362
                class="uk-margin-top   uk-button uk-button-text"
363 363
                                            [href]="openaireLink+this.routerHelper.createQueryParamsString(this.parameterNames, this.parameterValues)"
364 364
              target="_blank" >Results in OpenAIRE</a></div>
365 365
              <div  class="uk-align-center uk-margin-remove-bottom">

Also available in: Unified diff