1 |
49598
|
stefanos.g
|
<!DOCTYPE html>
|
2 |
|
|
<html>
|
3 |
|
|
|
4 |
|
|
<head>
|
5 |
|
|
|
6 |
|
|
<base href="/">
|
7 |
|
|
<title>Openaire Dashboard</title>
|
8 |
|
|
|
9 |
|
|
<meta charset="UTF-8">
|
10 |
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
11 |
|
|
|
12 |
50110
|
myrto.kouk
|
<link rel="icon" type="image/x-icon" href="/assets/imgs/OA_JOIN_A.png">
|
13 |
49598
|
stefanos.g
|
<!-- stylesheets -->
|
14 |
|
|
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
|
15 |
|
|
<!--<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">-->
|
16 |
|
|
<!--<link href="css/theme.rtl.css" rel="stylesheet">-->
|
17 |
|
|
<link href="assets/css/theme.css" rel="stylesheet">
|
18 |
|
|
<link href="assets/css/theme.update.css" rel="stylesheet">
|
19 |
|
|
<link href="assets/css/custom.css" rel="stylesheet">
|
20 |
50002
|
myrto.kouk
|
<link rel="stylesheet" href="assets/css/repoManager.css">
|
21 |
|
|
<link rel="stylesheet" href="assets/css/RepositoryManager.css">
|
22 |
49984
|
myrto.kouk
|
|
23 |
49598
|
stefanos.g
|
<link href="https://fonts.googleapis.com/css?family=Open+Sans|Roboto|Roboto+Condensed" rel="stylesheet">
|
24 |
49925
|
myrto.kouk
|
|
25 |
49598
|
stefanos.g
|
<script src="dist/polyfills.bundle.js"></script>
|
26 |
|
|
<script src="https://code.jquery.com/jquery-3.2.1.min.js"
|
27 |
|
|
integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>
|
28 |
|
|
<script src="assets/js/uikit-3/js/uikit.min.js"></script>
|
29 |
|
|
<script src="assets/js/theme.js"></script>
|
30 |
|
|
<!--<script src="assets/js/uikit.js" ></script>-->
|
31 |
|
|
<!--<script src="assets/js/sticky.js" ></script>-->
|
32 |
50245
|
myrto.kouk
|
<script src="https://cdn.ckeditor.com/4.5.11/full/ckeditor.js"></script>
|
33 |
49598
|
stefanos.g
|
</head>
|
34 |
|
|
|
35 |
49961
|
myrto.kouk
|
<body id="page-top" class="landing-page pace-done">
|
36 |
49984
|
myrto.kouk
|
|
37 |
|
|
<!-- OPTIONAL: include this if you want history support -->
|
38 |
49961
|
myrto.kouk
|
<iframe src="javascript:''" id="__gwt_historyFrame" tabIndex='-1'
|
39 |
|
|
style="position:absolute;width:0;height:0;border:0"></iframe>
|
40 |
|
|
|
41 |
|
|
<!-- RECOMMENDED if your web app will not function without JavaScript enabled -->
|
42 |
|
|
<noscript>
|
43 |
|
|
<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">
|
44 |
|
|
Your web browser must have JavaScript enabled
|
45 |
|
|
in order for this application to display correctly.
|
46 |
|
|
</div>
|
47 |
|
|
</noscript>
|
48 |
|
|
|
49 |
49993
|
myrto.kouk
|
<openaire-dashboard>Loading...</openaire-dashboard>
|
50 |
49598
|
stefanos.g
|
|
51 |
|
|
<script src="dist/vendor.bundle.js"></script>
|
52 |
|
|
<script src="dist/main.bundle.js"></script>
|
53 |
|
|
|
54 |
|
|
</body>
|
55 |
|
|
</html>
|