Project

General

Profile

« Previous | Next » 

Revision 56696

[Connect|newlinking]

merge trunk to branch 56554:56686

View differences:

curators.component.html
1 1
<ng-container *ngIf="main else child">
2 2
  <div class="image-front-topbar  uk-section-default uk-position-relative" uk-scrollspy="{&quot;target&quot;:&quot;[uk-scrollspy-class]&quot;,&quot;cls&quot;:&quot;uk-animation-fade&quot;,&quot;delay&quot;:false}" tm-header-transparent="light">
3 3
    <div style=" min-height: 650px;"  class="uk-section uk-padding-remove-bottom uk-flex uk-flex-middle">
4
      <div class="uk-margin-top uk-align-center">
4
      <div class="uk-margin-large-top uk-align-center">
5 5
        <div class="uk-section uk-section-small">
6
          <div class="uk-container uk-container-small">
6
          <div class="uk-container">
7
            <helper *ngIf="pageContents && pageContents['top'] && pageContents['top'].length > 0" [texts]="pageContents['top']"></helper>
7 8
            <div *ngIf="showLoading" class="uk-margin-large">
8 9
              <div class="uk-animation-fade uk-margin-top  uk-width-1-1" role="alert"><span class="loading-gif  uk-align-center" ></span></div>
9 10
            </div>
......
63 64
                </div>
64 65
              </div>
65 66
            </div>
67
            <helper *ngIf="pageContents && pageContents['bottom'] && pageContents['bottom'].length > 0" [texts]="pageContents['bottom']"></helper>
66 68
          </div>
67 69
        </div>
68 70
      </div>

Also available in: Unified diff