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
|
|
33
|
|
34
|
<!--<link rel="stylesheet" href="assets/theme-assets/dashboard-custom.css?v=1">-->
|
35
|
<link rel="stylesheet" href="assets/theme-assets/dashboard-custom.css">
|
36
|
|
37
|
<!-- uikit -->
|
38
|
<link rel="stylesheet" href="assets/theme-assets/uikit/css/uikit.min.css" media="all">
|
39
|
<!-- <link rel="stylesheet" href="assets/theme-assets/uikit/css/uikit.almost-flat.min.css" media="all">-->
|
40
|
<!-- flag icons -->
|
41
|
<link rel="stylesheet" href="assets/theme-assets/icons/flags/flags.min.css" media="all">
|
42
|
|
43
|
<!-- style switcher -->
|
44
|
<link rel="stylesheet" href="assets/theme-assets/css/style_switcher.min.css" media="all">
|
45
|
|
46
|
<!-- altair admin -->
|
47
|
<link rel="stylesheet" href="assets/theme-assets/css/main.min.css" media="all">
|
48
|
|
49
|
<!-- themes -->
|
50
|
<link rel="stylesheet" href="assets/theme-assets/css/themes/my_theme.min.css" media="all">
|
51
|
|
52
|
<link type="text/css" rel="stylesheet" href="assets/css/provide-custom.css">
|
53
|
|
54
|
|
55
|
|
56
|
<!--<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/uikit@3.2.3/dist/css/uikit.min.css" />-->
|
57
|
|
58
|
<!--<link type="text/css" rel="stylesheet" href="assets/css/style_switcher.min.css">-->
|
59
|
<!--<link type="text/css" rel="stylesheet" href="assets/css/main.min.css">-->
|
60
|
<!--<link type="text/css" rel="stylesheet" href="assets/css/themes/themes_combined.min.css">-->
|
61
|
|
62
|
<!--<link type="text/css" rel="stylesheet" href="assets/css/provide-custom.css">-->
|
63
|
|
64
|
|
65
|
|
66
|
<!--<link type="text/css" rel="stylesheet" href="assets/css/codemirror_themes.min.css">-->
|
67
|
<!--<link type="text/css" rel="stylesheet" href="assets/css/ie.css">-->
|
68
|
<!--<link type="text/css" rel="stylesheet" href="assets/css/error_page.css">-->
|
69
|
<!--<link type="text/css" rel="stylesheet" href="assets/css/login_page.min.css">-->
|
70
|
|
71
|
|
72
|
<link type="text/css" href="https://fonts.googleapis.com/css?family=Open+Sans|Roboto|Roboto+Condensed" rel="stylesheet">
|
73
|
|
74
|
<!--<script src="dist/polyfills.bundle.js"></script>-->
|
75
|
<!--<script src="https://code.jquery.com/jquery-3.2.1.min.js"-->
|
76
|
<!--integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>-->
|
77
|
|
78
|
<!--<script src="assets/js/uikit-3/js/uikit.min.js"></script>-->
|
79
|
<!--<script src="assets/js/theme.js"></script>-->
|
80
|
|
81
|
|
82
|
|
83
|
|
84
|
<!--NEW FONT AWESOME-->
|
85
|
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css"
|
86
|
integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
|
87
|
|
88
|
</head>
|
89
|
<!--<body class="provide app_my_theme dashboard sidebar_main_open sidebar_main_swipe">-->
|
90
|
<body class="provide app_my_theme dashboard">
|
91
|
|
92
|
<!-- RECOMMENDED if your web app will not function without JavaScript enabled -->
|
93
|
<noscript>
|
94
|
<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">
|
95
|
Your web browser must have JavaScript enabled
|
96
|
in order for this application to display correctly.
|
97
|
</div>
|
98
|
</noscript>
|
99
|
|
100
|
<oa-repo-manager>
|
101
|
<div uk-spinner="ratio: 2" class="uk-overlay uk-position-center uk-dark" style="margin: auto"></div>
|
102
|
</oa-repo-manager>
|
103
|
|
104
|
<script>
|
105
|
window.onerror = function (errorMsg, url, lineNumber, column, errorObj) {
|
106
|
// console.log(errorMsg + " __" + url + " __" + lineNumber + " __" + column + " __" + errorObj);
|
107
|
if((errorMsg && errorMsg.indexOf("uikit.js") != -1) || url.indexOf("uikit.js") != -1 ){
|
108
|
console.log("********UIKIT Error ***********");
|
109
|
$.getScript("assets/theme-assets/uikit/js/uikit.min.js");
|
110
|
$.getScript("assets/theme-assets/uikit/js/uikit-icons.min.js");
|
111
|
}
|
112
|
|
113
|
}
|
114
|
</script>
|
115
|
<script>
|
116
|
$(document).ready(function(){
|
117
|
console.log("Is ready - load uikit ***")
|
118
|
$.getScript("assets/theme-assets/uikit/js/uikit.min.js");
|
119
|
$.getScript("assets/theme-assets/uikit/js/uikit-icons.min.js");
|
120
|
});
|
121
|
|
122
|
</script>
|
123
|
<script src="assets/theme-assets/js/common.min.js"></script>
|
124
|
<script src="assets/theme-assets/js/altair_admin_common.min.js"></script>
|
125
|
<script src="assets/theme-assets/uikit/js/uikit.min.js"></script>
|
126
|
<script src="assets/js/pages/forms_wizard.js"></script>
|
127
|
<!-- <script src="assets/theme-assets/js/uikit_custom.min.js"></script>-->
|
128
|
|
129
|
|
130
|
<!--<script>-->
|
131
|
<!--if(isHighDensity) {-->
|
132
|
<!--$.getScript( "assets/theme-assets/js/custom/dense.min.js", function(data) {-->
|
133
|
<!--// enable hires images-->
|
134
|
<!--altair_helpers.retina_images();-->
|
135
|
<!--});-->
|
136
|
<!--}-->
|
137
|
<!--if(Modernizr.touch) {-->
|
138
|
<!--// fastClick (touch devices)-->
|
139
|
<!--FastClick.attach(document.body);-->
|
140
|
<!--}-->
|
141
|
<!--$window.load(function() {-->
|
142
|
<!--// ie fixes-->
|
143
|
<!--altair_helpers.ie_fix();-->
|
144
|
<!--});-->
|
145
|
<!--</script>-->
|
146
|
|
147
|
<!--<!– common functions –>-->
|
148
|
<!--<script src="assets/js/common.min.js"></script>-->
|
149
|
<!--<!–<!– uikit functions –>–>-->
|
150
|
<!--<script src="assets/js/uikit_custom.min.js"></script>-->
|
151
|
<!--<!– altair common functions/helpers –>-->
|
152
|
<!--<script src="assets/js/altair_admin_common.js"></script>-->
|
153
|
|
154
|
<!--<script src="assets/js/pages/forms_wizard.js"></script>-->
|
155
|
|
156
|
</body>
|
157
|
|
158
|
|
159
|
</html>
|