Project

General

Profile

« Previous | Next » 

Revision 51440

all api methods work!

View differences:

sr-aggregator.component.html
83 83
              </div>
84 84
            </div>
85 85
            <div class="wizardActions">
86
              <button *ngIf="!showRepositories" class="uk-button uk-button-grey-light" type="button" (click)="moveBackAStep()">
86
              <button *ngIf="!showForm" class="uk-button uk-button-grey-light" type="button" (click)="moveBackAStep()">
87 87
                <i class="fa fa-angle-double-left"></i>
88 88
                Back
89 89
              </button>
......
113 113

  
114 114
  </div>
115 115
</div>
116

  
117
<!--   *** OLD HTML ***
118

  
119
<div class="uk-grid uk-grid-stack">
120
  <div class="uk-width-expand@m uk-first-column">
121
    <div class="uk-margin-medium-bottom">
122
      <h1 class="uk-article-title">Register your datasource</h1>
123
    </div>
124
    <div class="wizard">
125
      <div class="wizardBreadcrumbs">
126
        <div class="steps clearfix">
127
          <div class="step active">
128
            <div>
129
              Enter Information
130
              <span></span>
131
            </div>
132
          </div>
133
          <div class="step {{ step2 }}">
134
            <div>
135
              Add Interfaces
136
              <span></span>
137
            </div>
138
          </div>
139
          <div class="step {{ step3 }}">
140
            <div>
141
              Finish
142
              <span></span>
143
            </div>
144
          </div>
145
        </div>
146
      </div>
147
      <div class="content">
148
        <div>
149
          <div class="animated fadeInRight stepContent">
150
            <div>
151
              <datasource-create-form *ngIf="showForm"
152
                                    #registerAggregator
153
                                    (emittedInfo)="getCurrentRepo($event)"></datasource-create-form>
154

  
155
              <div *ngIf="showInterfaces && repo">
156
                <form [formGroup]="group">
157
                  <form-repeat [component]="addDatasourceInterfaces"
158
                               [parentGroup]="group"
159
                               [description]="interfaceFormDesc"
160
                               [name]="'repository-interfaces'"
161
                               [otherData]="repo">
162
                  </form-repeat>
163
                </form>
164
              </div>
165
              <div *ngIf="showFinish" class="row openAIRECompliantLogoDownload">
166
                <div class="col-lg-12">
167
                  <div class="col-md-12">
168
                    <div class="gwt-HTML">
169
                      <div class="openAIRECompliantLogo">
170
                        <h2 class="openAIRECompliantLogoMessage">
171
                          Congratulations! Your repository was successfully registered in OpenAIRE. You can download this logo to use in your site.
172
                        </h2>
173
                        <img src="assets/imgs/3_0ValidatedLogo.png" alt="OpenAireCompliant">
174
                      </div>
175
                    </div>
176
                    <a>
177
                      Download
178
                      <i class="fa fa-download" style=""></i>
179
                    </a>
180
                  </div>
181
                </div>
182
              </div>
183
            </div>
184
          </div>
185
        </div>
186
      </div>
187
      <div class="wizardActions">
188
        <button *ngIf="!showRepositories" class="uk-button uk-button-grey-light" type="button" (click)="moveBackAStep()">
189
          <i class="fa fa-angle-double-left"></i>
190
          Back
191
        </button>
192
        <button *ngIf="!showFinish" class="uk-button uk-button-grey-light" type="button" (click)="moveAStep()">
193
          Next
194
          <i class="fa fa-angle-double-right"></i>
195
        </button>
196
      </div>
197
    </div>
198
  </div>
199
  <div class="tm-sidebar uk-width-1-4@m">
200
    <div>
201
      <div class="uk-card uk-card-body uk-card-default sidemenu">
202
        <h3 class="el-title uk-h3 uk-heading-bullet">Info</h3>
203
        <p class="small">
204
          Use the form on the right to add your repository or journal in OpenAIRE. If you want to find more information about this process
205
          &lt;!&ndash; TARGET FILE MISSING! jsps/manuals/user-manual.pdf &ndash;&gt;
206
          <a target="_blank" href="#">click here</a>
207
          .
208
        </p>
209
        <div class="uk-alert uk-alert-default small">
210
          The official repository/journal administrator (his/her email address being retrieved from the OAI-PMH verb
211
          <b>Identify</b>
212
          ) will be contacted and informed about registration request. So please make sure that you are either this person or have access to the email address, or that you have notified them.
213
        </div>
214
        <p class="small">
215
          For any problems or questions please contact the
216
          <a class="external" target="_blank" href="https://www.openaire.eu/support/helpdesk" >
217
            OpenAIRE helpdesk
218
          </a>
219
          .
220
        </p>
221
      </div>
222
    </div>
223
  </div>
224
</div>
225
-->

Also available in: Unified diff