Project

General

Profile

1
<!doctype html>
2
<html lang="en">
3
  <head>
4
    <meta charset="utf-8">
5
    <title>OpenAIRE's Repository Manager</title>
6
    <base href="/">
7

    
8
    <meta name="viewport" content="width=device-width, initial-scale=1">
9
    <link rel="icon" type="image/x-icon" href="favicon.ico">
10

    
11

    
12
    <!-- Animation CSS -->
13
    <!--<link type="text/css" href="assets/css/animate.css" rel="stylesheet">-->
14
    <!--<link type="text/css" href="assets/css/font-awesome/css/font-awesome.min.css" rel="stylesheet">-->
15
    <!--<link type="text/css" href="assets/css/plugins/steps/jquery.steps.css" rel="stylesheet">-->
16

    
17

    
18
    <!--<link type="text/css" href="assets/css/fonts/yanonekaffeesatz.css" rel="stylesheet">-->
19

    
20
    <!-- stylesheets -->
21
    <link type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
22

    
23
    <!--<link type="text/css" rel="stylesheet" href="assets/css/theme.css">-->
24

    
25
    <!--<link type="text/css" rel="stylesheet" href="assets/css/RepositoryManager.css">-->
26
    <!--<link type="text/css" rel="stylesheet" href="assets/css/custom.css">-->
27
    <!--<link type="text/css" rel="stylesheet" href="assets/css/custom-provide.css">-->
28

    
29
    <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
30

    
31
    <link rel="stylesheet" href="assets/css/uikit.almost-flat.min.css" media="all">
32
    <link type="text/css" rel="stylesheet" href="assets/css/style_switcher.min.css">
33
    <link type="text/css" rel="stylesheet" href="assets/css/main.min.css">
34
    <link type="text/css" rel="stylesheet" href="assets/css/themes/themes_combined.min.css">
35

    
36
    <link type="text/css" rel="stylesheet" href="assets/css/provide-custom.css">
37

    
38
    <!--<link type="text/css" rel="stylesheet" href="assets/css/codemirror_themes.min.css">-->
39
    <!--<link type="text/css" rel="stylesheet" href="assets/css/ie.css">-->
40
    <!--<link type="text/css" rel="stylesheet" href="assets/css/error_page.css">-->
41
    <!--<link type="text/css" rel="stylesheet" href="assets/css/login_page.min.css">-->
42

    
43

    
44
    <link type="text/css" href="https://fonts.googleapis.com/css?family=Open+Sans|Roboto|Roboto+Condensed" rel="stylesheet">
45

    
46
    <!--<script src="dist/polyfills.bundle.js"></script>-->
47
    <!--<script src="https://code.jquery.com/jquery-3.2.1.min.js"-->
48
            <!--integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>-->
49

    
50
    <!--<script src="assets/js/uikit-3/js/uikit.min.js"></script>-->
51
    <!--<script src="assets/js/theme.js"></script>-->
52

    
53

    
54

    
55

    
56
    <!--NEW FONT AWESOME-->
57
    <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css"
58
          integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
59

    
60
  </head>
61
  <body class="">
62

    
63
    <!-- RECOMMENDED if your web app will not function without JavaScript enabled -->
64
    <noscript>
65
      <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">
66
        Your web browser must have JavaScript enabled
67
        in order for this application to display correctly.
68
      </div>
69
    </noscript>
70

    
71
    <oa-repo-manager>
72
      <div uk-spinner="ratio: 2" class="uk-overlay uk-position-center uk-dark" style="margin: auto"></div>
73
    </oa-repo-manager>
74

    
75
    <!--&lt;!&ndash; common functions &ndash;&gt;-->
76
    <!--<script src="assets/js/common.min.js"></script>-->
77
    <!--&lt;!&ndash;&lt;!&ndash; uikit functions &ndash;&gt;&ndash;&gt;-->
78
    <!--<script src="assets/js/uikit_custom.min.js"></script>-->
79
    <!--&lt;!&ndash; altair common functions/helpers &ndash;&gt;-->
80
    <!--<script src="assets/js/altair_admin_common.js"></script>-->
81

    
82
    <!--<script src="assets/js/pages/forms_wizard.js"></script>-->
83

    
84
  </body>
85

    
86

    
87
</html>
(3-3/11)