Project

General

Profile

1
<div id="login">
2
  <div class="middle-box text-center loginscreen animated fadeInDown">
3
    <div>
4
      <div>
5
        <img src="assets/imgs/OA_JOIN_B.png" alt="OpenAIRE" class="" width="100%">
6
      </div>
7
      <h3>Welcome to OpenAIRE's Repository Manager</h3>
8

    
9
      <p>This service uses the same sign-in mechanism as the OpenAIRE portal so you can use the same
10
        credentials.</p>
11

    
12
      <p>Login in. To see it in action.</p>
13

    
14
      <div id="login_form">
15
    <!-- <form id="login_form" method="post" action="ccsadmin/login"> -->
16
        <form class="m-t" method="post"  target="GWTBootstrap3_AbstractForm_RepositoryManager_2">
17
          <div class="uk-alert uk-alert-success" style="display:none;" aria-hidden="true"></div>
18
          <div class="uk-alert uk-alert-danger" style="display:none;" aria-hidden="true"></div>
19

    
20
          <div class="form-group">
21
            <input id="creds_username" class="form-control" name="username" required="" type="text" placeholder="Username / Email"/>
22
          </div>
23
          <div class="form-group">
24
            <input id="creds_password" class="form-control" name="password" type="password" required="" placeholder="Password"/>
25
          </div>
26
          <button class="uk-button uk-button-primary block full-width m-b" type="submit">Login</button>
27
          <a href="/"><small>Forgot password?</small></a>
28
          <p class="text-muted text-center"><small>Do not have an account?</small></p>
29
          <a class="uk-button uk-button-sm uk-button-white uk-button-block" href="/user/register">Create an account</a>
30
        </form>
31
      </div>
32

    
33
    </div>
34
  </div>
35
</div>
(1-1/2)