Project

General

Profile

« Previous | Next » 

Revision 58606

[Library|Trunk]

Linking:
rename entity type to Result type

Deposit:
First page:
remove border
remove small text in first section paragraphs
remove padding from search form
Search:
go to first page when keyword changes
keep filters when keyword changes

Impact Factors:
update text (Exceptional,Substantial,Average)

Search bar:
pass parameters for advanced search
init keyword from params
if page not among search pages ignore keyword
when change to other entity clear parameters

View differences:

searchResultsInDeposit.component.html
1 1
<errorMessages *ngIf="status != errorCodes.NONE" [status]="[status]" [type]="'results'"></errorMessages>
2
<div *ngIf="status == errorCodes.NONE" class="uk-text-center uk-align-center uk-width-3-5">
2
<div *ngIf="status == errorCodes.NONE" class="uk-text-center uk-margin-large-top uk-width-3-5">
3 3
  <p class="uk-text-large uk-text-muted uk-margin">There are no repositories for your preferences</p>
4 4

  
5 5
  <p class="uk-text-large uk-text-muted">We suggest to deposit your research in</p>
......
12 12
    <span><span>Related zenodo communities</span><span uk-icon="arrow-right"></span></span>
13 13
  </a>
14 14
  <a *ngIf="!zenodoInformation.shareInZenodoUrl" target="_blank" href="{{zenodoInformation.url}}" type="submit"
15
     class="uk-button portal-button uk-padding uk-padding-remove-vertical uk-margin-small-left">
15
     class="uk-button portal-button uk-padding uk-padding-remove-vertical zenodoButton uk-margin-small-left">
16 16
    <span><span>Deposit in Zenodo</span><span uk-icon="arrow-right"></span></span>
17 17
  </a>
18 18
</div>

Also available in: Unified diff