Project

General

Profile

1
<!doctype html>
2

    
3
<html>
4
  <head>
5
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
6

    
7
      <link rel="stylesheet" href="css/theme.css">
8
    <link type="text/css" rel="stylesheet" href="GoldOAPortal.css">
9
    <link href='//fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
10

    
11
      <script type="text/javascript" src="//www.google.com/recaptcha/api/js/recaptcha_ajax.js"></script>
12

    
13
    <title>Gold OA</title>
14

    
15
    <!--                                           -->
16
    <!-- This script loads your compiled module.   -->
17
    <!-- If you add any GWT meta tags, they must   -->
18
    <!-- be added before this line.                -->
19
    <!--                                           -->
20
    <script type="text/javascript" language="javascript" src="GoldOAPortal/GoldOAPortal.nocache.js"></script>
21
  </head>
22

    
23
  <body>
24

    
25
      <div style="display:none;">
26
          <form id="login_form" method="post" action="ccsadmin/login">
27
              <input id="creds_username" name="username" type="email"/>
28
              <input id="creds_password" name="password" type="password"/>
29
          </form>
30
      </div>
31

    
32
    <div id="block-header">
33
        <div id="block-toolbar">
34
            <div class="uk-container uk-container-center">
35
                <div id="toolbar">
36
                    <div class="float-right">
37
                        <div id="loginRegister"></div>
38
                    </div>
39
                </div>
40
            </div>
41
        </div>
42
        <div id="block-headerbar">
43
            <div class="uk-container uk-container-center">
44
                <header class="clearfix" id="header">
45
                    <a href="https://beta.openaire.eu" id="logo">
46
                        <div><img alt="OpenAIREplus logo" src="https://beta.openaire.eu/images/site_images/OpenAIREplus_logo.png" style="vertical-align: bottom; width: 80%; height:80%;"></div>
47
                    </a>
48
                    <div class="headingText">FP7 post-grant Gold Open Access Pilot</div>
49
                    <div id="searchhdr"></div>
50
                    <div id="menubar">
51
                        <nav id="menu">
52
                        </nav>
53
                    </div>
54
                </header>
55
            </div>
56
        </div>
57
    </div>
58
    <div id="block-main">
59
        <div>
60
            <section id="breadcrumbs" class="uk-container uk-container-center">
61
            </section>
62
            <div class="uk-container uk-container-center">
63
                <div id="middleGrid" class="tm-middle uk-grid" data-uk-grid-margin="" data-uk-grid-match="">
64
                    <div id="content" class="tm-main">
65
                    </div>
66
                    <aside id="sidebar" class="tm-sidebar-b uk-width-medium-1-4 " style="display: none">
67
                    </aside>
68
                </div>
69
            </div>
70
        </div>
71
    </div>
72
    <div id="block-bottom">
73
    </div>
74
    <div id="block-footer">
75
    </div>
76

    
77
    <!-- OPTIONAL: include this if you want history support -->
78
    <iframe src="javascript:''" id="__gwt_historyFrame" tabIndex='-1' style="position:absolute;width:0;height:0;border:0"></iframe>
79

    
80
    <!-- RECOMMENDED if your web app will not function without JavaScript enabled -->
81
    <noscript>
82
      <div style="width: 22em; position: absolute; left: 50%; margin-left: -11em; color: red; background-color: white; border: 1px solid red; padding: 4px; font-family: sans-serif">
83
        Your web browser must have JavaScript enabled
84
        in order for this application to display correctly.
85
      </div>
86
    </noscript>
87

    
88
  </body>
89
</html>
(2-2/2)