Project

General

Profile

« Previous | Next » 

Revision 48793

Layout changes to linking | change linking menu - not a dropdown | create use menu | other minor layout changes

View differences:

depositResult.component.ts
20 20
       <div class="tm-main uk-width-1-1@s uk-width-1-1@m  uk-width-1-1@l uk-row-first ">
21 21

  
22 22
        <div class="uk-container uk-margin-top">
23
            <div class="page-header" >
24
                <h2>Deposit {{requestFor}}</h2>
23
            <div class="uk-article-title">
24
                Deposit {{requestFor}}
25 25
            </div>
26 26

  
27 27

  
......
31 31

  
32 32

  
33 33
            <div *ngIf="status != errorCodes.LOADING" class="uk-margin-bottom">
34
              <h3>Locate content provider via your institution</h3>
34
              <h3>Locate repository via your institution</h3>
35 35

  
36 36
              <form class= "uk-grid">
37 37
                  <div class="uk-width-1-2 ">
......
72 72

  
73 73
                    <a  [queryParams]="routerHelper.createQueryParams(['organizationId', 'or'], [organizationId, 'and'])"
74 74
                        routerLinkActive="router-link-active" [routerLink]="linkToSearchDataproviders" class="uk-button uk-button-text">
75
                        View all {{fetchDataproviders.searchUtils.totalResults}} results 
75
                        View all {{fetchDataproviders.searchUtils.totalResults}} results
76 76
                    </a>
77 77
				</div>
78 78
                <search-result  [(results)]="fetchDataproviders.results"
......
152 152
            this.updateTitle("Deposit "+this.requestFor);
153 153
            this.updateDescription("Openaire,  repositories, open access,  content provider, compatibility, organization, deposit "+ this.requestFor);
154 154
            this.updateUrl(OpenaireProperties.getBaseLink()+this._router.url);
155
            this.piwiksub = this._piwikService.trackView("Deposit "+this.requestFor).subscribe();
155
            if(OpenaireProperties.isPiwikTrackEnabled() && (typeof document !== 'undefined')){
156
              this.piwiksub = this._piwikService.trackView("Deposit "+this.requestFor).subscribe();
157
            }
156 158
        }
157 159
        updateDescription(description:string){
158 160
          this._meta.updateMeta("description", description);

Also available in: Unified diff