Project

General

Profile

« Previous | Next » 

Revision 51118

added help-service panels and created aggregationHistory

View differences:

sources-update.component.html
1
<!--
2
<div class="uk-section-default uk-section uk-section-small uk-padding-remove-bottom" style="min-height: 325px">
3
  <div class="uk-container">
4 1
    <div class="uk-grid-margin uk-grid uk-grid-stack" uk-grid="">
5 2
      <div class="uk-width-1-1@m uk-first-column">
3
        <h1 class="uk-h2">Manage your datasources</h1>
6 4

  
7
        <h1 class="uk-h2">{{title}}</h1>
8
        &lt;!&ndash;<hr class="uk-divider-small">&ndash;&gt;
9

  
10
        &lt;!&ndash;<div class="uk-margin">&ndash;&gt;
11
        &lt;!&ndash;Paste the copied XML file below, or use one of the options to upload and preview the XML file&ndash;&gt;
12
        &lt;!&ndash;before you submit it.&ndash;&gt;
13
        &lt;!&ndash;</div>&ndash;&gt;
14

  
15
        &lt;!&ndash; TOP HELP CONTENT &ndash;&gt;
16
        <help-content #topHelperContent [position]="'top'"
5
        <!-- TOP HELP CONTENT -->
6
<!--        <help-content #topHelperContent [position]="'top'"
17 7
                      [ngClass]="topHelperContent.isPresent()?'uk-margin-medium-top uk-margin-medium-bottom':'clear-style'">
18
        </help-content>
8
        </help-content>-->
19 9

  
20 10
        <div class="uk-container uk-margin-medium-top uk-margin-medium-bottom">
21 11
          <div class="uk-grid">
22 12

  
23
            &lt;!&ndash; LEFT HELP CONTENT &ndash;&gt;
24
            <aside-help-content #leftHelperContent [position]="'left'"
13
            <!-- LEFT HELP CONTENT -->
14
<!--            <aside-help-content #leftHelperContent [position]="'left'"
25 15
                                [ngClass]="leftHelperContent.isPresent()?'tm-sidebar uk-width-1-4@m uk-first-column':'clear-style'">
26
            </aside-help-content>
16
            </aside-help-content>-->
27 17

  
28
            &lt;!&ndash; MIDDLE &ndash;&gt;
18
            <!-- MIDDLE -->
29 19
            <div class=" uk-width-expand@m">
30 20

  
31
              Coming soon...
21
              <repository-tiles [parent]="'sourcesUpdate'"></repository-tiles>
22
              <div class="row openAIRECompliantLogoDownload">
23
                <div class="col-lg-12">
24
                  <div class="col-md-12">
25
                    <div>
26
                      <div class="openAIRECompliantLogo">
27
                        <h2 class="openAIRECompliantLogoMessage">
28
                          Congratulations! Your repository was successfully registered in OpenAIRE. You can download this logo to use in your site.
29
                        </h2>
30
                        <img src="assets/imgs/3_0ValidatedLogo.png" alt="OpenAireCompliant">
31
                      </div>
32
                    </div>
33
                    <a>
34
                      Download
35
                      <i class="fa fa-download" style=""></i>
36
                    </a>
37
                  </div>
38
                </div>
39
              </div>
32 40

  
33 41
            </div>
34 42

  
35
            &lt;!&ndash; RIGHT HELP CONTENT &ndash;&gt;
43
            <!-- RIGHT HELP CONTENT -->
36 44
            <aside-help-content #rightHelperContent [position]="'right'"
37 45
                                [ngClass]="rightHelperContent.isPresent()?'tm-sidebar uk-width-1-4@m uk-first-column':'clear-style'">
38 46
            </aside-help-content>
......
41 49
        </div>
42 50

  
43 51

  
44
        &lt;!&ndash; BOTTOM HELP CONTENT &ndash;&gt;
52
        <!-- BOTTOM HELP CONTENT -->
45 53
        <help-content #bottomHelperContent [position]="'bottom'"
46 54
                      [ngClass]="bottomHelperContent.isPresent()?'uk-margin-medium-top uk-margin-medium-bottom':'clear-style'">
47 55
        </help-content>
......
49 57

  
50 58
      </div>
51 59
    </div>
52
  </div>
53
</div>
54
-->
55 60

  
56 61

  
57 62

  
58 63

  
64
<!--  *** OLD HTML ***
59 65

  
60 66

  
61 67
<div class="uk-grid-margin uk-grid uk-grid-stack">
......
98 104
                [ngClass]="topHelperContent.isPresent()?'uk-margin-medium-top uk-margin-medium-bottom':'clear-style'">
99 105
  </help-content>
100 106
</div>
107
-->

Also available in: Unified diff