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:

searchBar.component.html
8 8
                        [properties]="properties"
9 9
                        (selectionChange)=" entityChanged($event)"
10 10
                        [customFilter]="customFilter"
11
                        [onlyresults]="true" matPanelClass="navbarMatSelectPanelClass"
11
                        [onlyresults]="false" matPanelClass="navbarMatSelectPanelClass"
12 12
                        [onChangeNavigate]="false" ></entities-selection>
13 13

  
14 14
  </div>
......
29 29
  <button (click)="keywordChanged()" type="submit"
30 30
          class="uk-icon-button uk-icon  portal-button uk-padding-remove-left uk-margin-small-left uk-margin-small-top"><svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" data-svg="search"><circle fill="none" stroke="#000" stroke-width="1.1" cx="9" cy="9" r="7"></circle><path fill="none" stroke="#000" stroke-width="1.1" d="M14,14 L18,18 L14,14 Z"></path></svg>
31 31
  </button>
32
  <a *ngIf="advancedSearchLink" class="portal-link  uk-margin-top uk-padding-remove-left uk-margin-small-left"
33
     routerLinkActive="router-link-active" [routerLink]="advancedSearchLink"> Advanced search</a>
32 34
</form>

Also available in: Unified diff