1 |
54479
|
myrto.kouk
|
<!doctype html>
|
2 |
|
|
<html lang="en">
|
3 |
54722
|
myrto.kouk
|
<head>
|
4 |
|
|
<meta charset="utf-8">
|
5 |
|
|
<title>OpenAIRE's Repository Manager</title>
|
6 |
|
|
<base href="/">
|
7 |
54479
|
myrto.kouk
|
|
8 |
54722
|
myrto.kouk
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
9 |
|
|
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
10 |
54479
|
myrto.kouk
|
|
11 |
|
|
|
12 |
54722
|
myrto.kouk
|
<!-- 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 |
54479
|
myrto.kouk
|
|
17 |
|
|
|
18 |
54722
|
myrto.kouk
|
<link type="text/css" href="assets/css/fonts/yanonekaffeesatz.css" rel="stylesheet">
|
19 |
54479
|
myrto.kouk
|
|
20 |
54722
|
myrto.kouk
|
<!-- stylesheets -->
|
21 |
|
|
<link type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
|
22 |
54479
|
myrto.kouk
|
|
23 |
54722
|
myrto.kouk
|
<link type="text/css" rel="stylesheet" href="assets/css/theme.css">
|
24 |
54479
|
myrto.kouk
|
|
25 |
54722
|
myrto.kouk
|
<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 |
54479
|
myrto.kouk
|
|
29 |
54722
|
myrto.kouk
|
<link type="text/css" href="https://fonts.googleapis.com/css?family=Open+Sans|Roboto|Roboto+Condensed" rel="stylesheet">
|
30 |
54479
|
myrto.kouk
|
|
31 |
54722
|
myrto.kouk
|
<script src="dist/polyfills.bundle.js"></script>
|
32 |
|
|
<script src="https://code.jquery.com/jquery-3.2.1.min.js"
|
33 |
|
|
integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>
|
34 |
54479
|
myrto.kouk
|
|
35 |
54722
|
myrto.kouk
|
<script src="assets/js/uikit-3/js/uikit.min.js"></script>
|
36 |
|
|
<script src="assets/js/theme.js"></script>
|
37 |
54479
|
myrto.kouk
|
|
38 |
54722
|
myrto.kouk
|
<!--NEW FONT AWESOME-->
|
39 |
|
|
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css"
|
40 |
|
|
integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
|
41 |
54479
|
myrto.kouk
|
|
42 |
54722
|
myrto.kouk
|
</head>
|
43 |
|
|
<body>
|
44 |
54479
|
myrto.kouk
|
|
45 |
54722
|
myrto.kouk
|
<!-- RECOMMENDED if your web app will not function without JavaScript enabled -->
|
46 |
|
|
<noscript>
|
47 |
|
|
<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">
|
48 |
|
|
Your web browser must have JavaScript enabled
|
49 |
|
|
in order for this application to display correctly.
|
50 |
|
|
</div>
|
51 |
|
|
</noscript>
|
52 |
54479
|
myrto.kouk
|
|
53 |
54722
|
myrto.kouk
|
<oa-repo-manager>
|
54 |
|
|
<div uk-spinner="ratio: 2" class="uk-overlay uk-position-center uk-dark" style="margin: auto"></div>
|
55 |
|
|
</oa-repo-manager>
|
56 |
54609
|
myrto.kouk
|
|
57 |
54722
|
myrto.kouk
|
</body>
|
58 |
54479
|
myrto.kouk
|
</html>
|