Commit 69c29c3 1 parent 93941c5 commit 69c29c3 Copy full SHA for 69c29c3
File tree 36 files changed +39
-35
lines changed
36 files changed +39
-35
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ declare option output:html-version "5";
18
18
<html lang = "en" >
19
19
<head>
20
20
<title>CLARIN Standards Information System</title>
21
- <link rel = "icon" type = "image/x-icon" href = "resources/images/SIS-favicon.svg " />
21
+ <link rel = "icon" type = "image/x-icon" href = "resources/images/medal-sis.png " />
22
22
<link rel = "stylesheet" type = "text/css" href = "resources/css/style.css" />
23
23
<link rel = "stylesheet" type = "text/css" href = "resources/css/tagclouds.css" />
24
24
<script>
Original file line number Diff line number Diff line change @@ -50,6 +50,10 @@ declare function app:link($path as xs:string) {
50
50
fn:resolve-uri ($path, $app:base)
51
51
};
52
52
53
+ declare function app:favicon (){
54
+ app:resource ("medal-sis.png" , "image" )
55
+ };
56
+
53
57
(: Resolve a resource location :)
54
58
declare function app:resource ($filename as xs:string, $type as xs:string) {
55
59
let $path := "../resources/"
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ declare option output:html-version "5";
16
16
<html lang = "en" >
17
17
<head>
18
18
<title>About / F.A.Q.</title>
19
- <link rel = "icon" type = "image/x-icon" href = "../resources/images/SIS- favicon.svg " />
19
+ <link rel = "icon" type = "image/x-icon" href = "{ app: favicon()} " />
20
20
<link rel = "stylesheet" type = "text/css" href = "{app:resource ("style.css" ,"css" )} " />
21
21
<script type = "text/javascript" src = "{app:resource ("session.js" , "js" )} " />
22
22
</head>
Original file line number Diff line number Diff line change 37
37
<html lang = "en" >
38
38
<head>
39
39
<title>Adding a Part of {$spec-name}</title>
40
- <link rel = "icon" type = "image/x-icon" href = "../resources/images/SIS- favicon.svg " />
40
+ <link rel = "icon" type = "image/x-icon" href = "{ app: favicon()} " />
41
41
<link rel = "stylesheet" type = "text/css" href = "{app:resource ("style.css" ,"css" )} " />
42
42
<script type = "text/javascript" src = "{app:resource ("edit.js" ,"js" )} " />
43
43
<script type = "text/javascript" src = "{app:resource ("tinymce/tinymce.min.js" ,"js" )} " />
Original file line number Diff line number Diff line change 63
63
<html lang = "en" >
64
64
<head>
65
65
<title>Adding a Version of {$spec-name}</title>
66
- <link rel = "icon" type = "image/x-icon" href = "../resources/images/SIS- favicon.svg " />
66
+ <link rel = "icon" type = "image/x-icon" href = "{ app: favicon()} " />
67
67
<link rel = "stylesheet" type = "text/css" href = "{app:resource ("style.css" ,"css" )} " />
68
68
<link rel = "stylesheet" href = "//ajax.googleapis.com/ajax/libs/dojo/1.9.1/dijit/themes/claro/claro.css" media = "screen" />
69
69
<script type = "text/javascript" src = "{app:resource ("edit.js" ,"js" )} " />
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ declare option output:html-version "5";
13
13
<html lang = "en" >
14
14
<head>
15
15
<title>API</title>
16
- <link rel = "icon" type = "image/x-icon" href = "../resources/images/SIS- favicon.svg " />
16
+ <link rel = "icon" type = "image/x-icon" href = "{ app: favicon()} " />
17
17
<link rel = "stylesheet" type = "text/css" href = "{app:resource ("style.css" , "css" )} " />
18
18
<script type = "text/javascript" src = "{app:resource ("session.js" , "js" )} " />
19
19
</head>
Original file line number Diff line number Diff line change 20
20
<html lang = "en" >
21
21
<head>
22
22
<title>Format Families</title>
23
- <link rel = "icon" type = "image/x-icon" href = "../resources/images/SIS- favicon.svg " />
23
+ <link rel = "icon" type = "image/x-icon" href = "{ app: favicon()} " />
24
24
<link rel = "stylesheet" type = "text/css" href = "{app:resource ("style.css" , "css" )} " />
25
25
<script>
26
26
var graphJson = '{ff:create-graph-json()}' ;
Original file line number Diff line number Diff line change 28
28
<html lang = "en" >
29
29
<head>
30
30
<title>Relevant CLARIN KPIs</title>
31
- <link rel = "icon" type = "image/x-icon" href = "../resources/images/SIS- favicon.svg " />
31
+ <link rel = "icon" type = "image/x-icon" href = "{ app: favicon()} " />
32
32
<link rel = "stylesheet" type = "text/css" href = "{app:resource ("style.css" , "css" )} " />
33
33
<script type = "text/javascript" src = "{app:resource ("session.js" , "js" )} " />
34
34
</head>
Original file line number Diff line number Diff line change 21
21
<html lang = "en" >
22
22
<head>
23
23
<title>Centres</title>
24
- <link rel = "icon" type = "image/x-icon" href = "../resources/images/SIS- favicon.svg " />
24
+ <link rel = "icon" type = "image/x-icon" href = "{ app: favicon()} " />
25
25
<link rel = "stylesheet" type = "text/css" href = "{app:resource ("style.css" , "css" )} " />
26
26
<script type = "text/javascript" src = "{app:resource ("edit.js" , "js" )} " />
27
27
<script type = "text/javascript" src = "{app:resource ("session.js" , "js" )} " />
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ declare option output:html-version "5";
17
17
<html lang = "en" >
18
18
<head>
19
19
<title>Functional domains</title>
20
- <link rel = "icon" type = "image/x-icon" href = "../resources/images/SIS- favicon.svg " />
20
+ <link rel = "icon" type = "image/x-icon" href = "{ app: favicon()} " />
21
21
<link rel = "stylesheet" type = "text/css" href = "{app:resource ("style.css" , "css" )} " />
22
22
<script type = "text/javascript" src = "{app:resource ("edit.js" , "js" )} " />
23
23
<script type = "text/javascript" src = "{app:resource ("utils.js" , "js" )} " />
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ declare option output:html-version "5";
17
17
<html lang = "en" >
18
18
<head>
19
19
<title>File Extensions</title>
20
- <link rel = "icon" type = "image/x-icon" href = "../resources/images/SIS- favicon.svg " />
20
+ <link rel = "icon" type = "image/x-icon" href = "{ app: favicon()} " />
21
21
<link rel = "stylesheet" type = "text/css" href = "{app:resource ("style.css" , "css" )} " />
22
22
<script type = "text/javascript" src = "{app:resource ("edit.js" , "js" )} " />
23
23
<script type = "text/javascript" src = "{app:resource ("utils.js" , "js" )} " />
Original file line number Diff line number Diff line change 23
23
<html lang = "en" >
24
24
<head>
25
25
<title>Data Deposition Formats</title>
26
- <link rel = "icon" type = "image/x-icon" href = "../resources/images/SIS- favicon.svg " />
26
+ <link rel = "icon" type = "image/x-icon" href = "{ app: favicon()} " />
27
27
<link rel = "stylesheet" type = "text/css" href = "{app:resource ("style.css" , "css" )} " />
28
28
<link rel = "stylesheet" type = "text/css" href = "{app:resource ("autocomplete.css" , "css" )} " />
29
29
<script type = "text/javascript" src = "{app:resource ("edit.js" , "js" )} " />
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ declare option output:html-version "5";
18
18
<html lang = "en" >
19
19
<head>
20
20
<title>Media Types</title>
21
- <link rel = "icon" type = "image/x-icon" href = "../resources/images/SIS- favicon.svg " />
21
+ <link rel = "icon" type = "image/x-icon" href = "{ app: favicon()} " />
22
22
<link rel = "stylesheet" type = "text/css" href = "{app:resource ("style.css" , "css" )} " />
23
23
<script type = "text/javascript" src = "{app:resource ("edit.js" , "js" )} " />
24
24
<script type = "text/javascript" src = "{app:resource ("utils.js" , "js" )} " />
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ declare option output:html-version "5";
17
17
<html lang = "en" >
18
18
<head>
19
19
<title>Missing Format Descriptions</title>
20
- <link rel = "icon" type = "image/x-icon" href = "../resources/images/SIS- favicon.svg " />
20
+ <link rel = "icon" type = "image/x-icon" href = "{ app: favicon()} " />
21
21
<link rel = "stylesheet" type = "text/css" href = "{app:resource ("style.css" , "css" )} " />
22
22
<script type = "text/javascript" src = "{app:resource ("edit.js" , "js" )} " />
23
23
<script type = "text/javascript" src = "{app:resource ("utils.js" , "js" )} " />
Original file line number Diff line number Diff line change 25
25
<html lang = "en" >
26
26
<head>
27
27
<title>Popular Formats</title>
28
- <link rel = "icon" type = "image/x-icon" href = "../resources/images/SIS- favicon.svg " />
28
+ <link rel = "icon" type = "image/x-icon" href = "{ app: favicon()} " />
29
29
<link rel = "stylesheet" type = "text/css" href = "{app:resource ("style.css" , "css" )} " />
30
30
<script type = "text/javascript" src = "{app:resource ("edit.js" , "js" )} " />
31
31
<script type = "text/javascript" src = "{app:resource ("utils.js" , "js" )} " />
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ declare option output:html-version "5";
17
17
<html lang = "en" >
18
18
<head>
19
19
<title>Standard Bodies</title>
20
- <link rel = "icon" type = "image/x-icon" href = "../resources/images/SIS- favicon.svg " />
20
+ <link rel = "icon" type = "image/x-icon" href = "{ app: favicon()} " />
21
21
<link rel = "stylesheet" type = "text/css" href = "{app:resource ("style.css" , "css" )} " />
22
22
<script type = "text/javascript" src = "{app:resource ("edit.js" , "js" )} " />
23
23
<script type = "text/javascript" src = "{app:resource ("session.js" , "js" )} " />
Original file line number Diff line number Diff line change 30
30
<html lang = "en" >
31
31
<head>
32
32
<title>Standards Watchtower</title>
33
- <link rel = "icon" type = "image/x-icon" href = "../resources/images/SIS- favicon.svg " />
33
+ <link rel = "icon" type = "image/x-icon" href = "{ app: favicon()} " />
34
34
<link rel = "stylesheet" type = "text/css" href = "{app:resource ("style.css" , "css" )} " />
35
35
36
36
<script>
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ declare option output:html-version "5";
19
19
<html lang = "en" >
20
20
<head>
21
21
<title>Centre Statistics</title>
22
- <link rel = "icon" type = "image/x-icon" href = "../resources/images/SIS- favicon.svg " />
22
+ <link rel = "icon" type = "image/x-icon" href = "{ app: favicon()} " />
23
23
<link rel = "stylesheet" type = "text/css" href = "{app:resource ("style.css" , "css" )} " />
24
24
<script type = "text/javascript" src = "{app:resource ("edit.js" , "js" )} " />
25
25
<script type = "text/javascript" src = "{app:resource ("utils.js" , "js" )} " />
Original file line number Diff line number Diff line change 22
22
<html lang = "en" >
23
23
<head>
24
24
<title>Statistics</title>
25
- <link rel = "icon" type = "image/x-icon" href = "../resources/images/SIS- favicon.svg " />
25
+ <link rel = "icon" type = "image/x-icon" href = "{ app: favicon()} " />
26
26
<link rel = "stylesheet" type = "text/css" href = "{app:resource ("style.css" , "css" )} " />
27
27
<script type = "text/javascript" src = "{app:resource ("edit.js" , "js" )} " />
28
28
<script type = "text/javascript" src = "{app:resource ("utils.js" , "js" )} " />
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ declare option output:html-version "5";
17
17
<html lang = "en" >
18
18
<head>
19
19
<title>Topics</title>
20
- <link rel = "icon" type = "image/x-icon" href = "../resources/images/SIS- favicon.svg " />
20
+ <link rel = "icon" type = "image/x-icon" href = "{ app: favicon()} " />
21
21
<link rel = "stylesheet" type = "text/css" href = "{app:resource ("style.css" ,"css" )} " />
22
22
<script type = "text/javascript" src = "{app:resource ("edit.js" ,"js" )} " />
23
23
<script type = "text/javascript" src = "{app:resource ("session.js" , "js" )} " />
Original file line number Diff line number Diff line change 48
48
<html lang = "en" >
49
49
<head>
50
50
<title>Format Recommendations</title>
51
- <link rel = "icon" type = "image/x-icon" href = "../resources/images/SIS- favicon.svg " />
51
+ <link rel = "icon" type = "image/x-icon" href = "{ app: favicon()} " />
52
52
<link rel = "stylesheet" type = "text/css" href = "{app:resource ("style.css" , "css" )} " />
53
53
<link rel = "stylesheet" type = "text/css" href = "{app:resource ("autocomplete.css" , "css" )} " />
54
54
<script type = "text/javascript" src = "{app:resource ("autocomplete.js" , "js" )} " />
Original file line number Diff line number Diff line change 18
18
<html lang = "en" >
19
19
<head>
20
20
<title>Registering Standard Parts</title>
21
- <link rel = "icon" type = "image/x-icon" href = "../resources/images/SIS- favicon.svg " />
21
+ <link rel = "icon" type = "image/x-icon" href = "{ app: favicon()} " />
22
22
<link rel = "stylesheet" type = "text/css" href = "{app:resource ("style.css" ,"css" )} " />
23
23
<script type = "text/javascript" src = "{app:resource ("edit.js" ,"js" )} " />
24
24
</head>
Original file line number Diff line number Diff line change 39
39
<html lang = "en" >
40
40
<head>
41
41
<title>Registering Standard Parts</title>
42
- <link rel = "icon" type = "image/x-icon" href = "../resources/images/SIS- favicon.svg " />
42
+ <link rel = "icon" type = "image/x-icon" href = "{ app: favicon()} " />
43
43
<link rel = "stylesheet" type = "text/css" href = "{app:resource ("style.css" ,"css" )} " />
44
44
<script type = "text/javascript" src = "{app:resource ("edit.js" ,"js" )} " />
45
45
<script type = "text/javascript" src = "{app:resource ("tinymce/tinymce.min.js" ,"js" )} " />
Original file line number Diff line number Diff line change 36
36
<html lang = "en" >
37
37
<head>
38
38
<title>Registering Standard</title>
39
- <link rel = "icon" type = "image/x-icon" href = "../resources/images/SIS- favicon.svg " />
39
+ <link rel = "icon" type = "image/x-icon" href = "{ app: favicon()} " />
40
40
<link rel = "stylesheet" type = "text/css" href = "{app:resource ("style.css" ,"css" )} " />
41
41
<script type = "text/javascript" src = "{app:resource ("edit.js" ,"js" )} " />
42
42
<script type = "text/javascript" src = "{app:resource ("tinymce/tinymce.min.js" ,"js" )} " />
Original file line number Diff line number Diff line change 65
65
<html lang = "en" >
66
66
<head>
67
67
<title>Registering Standard Parts</title>
68
- <link rel = "icon" type = "image/x-icon" href = "../resources/images/SIS- favicon.svg " />
68
+ <link rel = "icon" type = "image/x-icon" href = "{ app: favicon()} " />
69
69
<link rel = "stylesheet" type = "text/css" href = "{app:resource ("style.css" ,"css" )} " />
70
70
<link rel = "stylesheet" href = "//ajax.googleapis.com/ajax/libs/dojo/1.9.1/dijit/themes/claro/claro.css" media = "screen" />
71
71
<script type = "text/javascript" src = "{app:resource ("edit.js" ,"js" )} " />
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ declare option output:html-version "5";
17
17
<html lang = "en" >
18
18
<head>
19
19
<title>Sanity check: Keywords</title>
20
- <link rel = "icon" type = "image/x-icon" href = "../resources/images/SIS- favicon.svg " />
20
+ <link rel = "icon" type = "image/x-icon" href = "{ app: favicon()} " />
21
21
<link rel = "stylesheet" type = "text/css" href = "{app:resource ("style.css" , "css" )} " />
22
22
<script type = "text/javascript" src = "{app:resource ("edit.js" , "js" )} " />
23
23
<script type = "text/javascript" src = "{app:resource ("utils.js" , "js" )} " />
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ declare option output:html-version "5";
17
17
<html lang = "en" >
18
18
<head>
19
19
<title>Sanity check: Media Types</title>
20
- <link rel = "icon" type = "image/x-icon" href = "../resources/images/SIS- favicon.svg " />
20
+ <link rel = "icon" type = "image/x-icon" href = "{ app: favicon()} " />
21
21
<link rel = "stylesheet" type = "text/css" href = "{app:resource ("style.css" , "css" )} " />
22
22
<script type = "text/javascript" src = "{app:resource ("edit.js" , "js" )} " />
23
23
<script type = "text/javascript" src = "{app:resource ("utils.js" , "js" )} " />
Original file line number Diff line number Diff line change 30
30
<html lang = "en" >
31
31
<head>
32
32
<title>Sanity check</title>
33
- <link rel = "icon" type = "image/x-icon" href = "../resources/images/SIS- favicon.svg " />
33
+ <link rel = "icon" type = "image/x-icon" href = "{ app: favicon()} " />
34
34
<link rel = "stylesheet" type = "text/css" href = "{app:resource ("style.css" , "css" )} " />
35
35
<script type = "text/javascript" src = "{app:resource ("edit.js" , "js" )} " />
36
36
<script type = "text/javascript" src = "{app:resource ("utils.js" , "js" )} " />
Original file line number Diff line number Diff line change 32
32
return
33
33
<html>
34
34
<head>
35
- <link rel = "icon" type = "image/x-icon" href = "../resources/images/SIS- favicon.svg " />
35
+ <link rel = "icon" type = "image/x-icon" href = "{ app: favicon()} " />
36
36
<title>Search Standards</title>
37
37
<link rel = "stylesheet" type = "text/css" href = "{app:resource ("style.css" , "css" )} " />
38
38
<script type = "text/javascript" src = "{app:resource ("session.js" , "js" )} " />"/>
Original file line number Diff line number Diff line change 43
43
<html lang = "en" >
44
44
<head>
45
45
<title>Centre: {$id}</title>
46
- <link rel = "icon" type = "image/x-icon" href = "../resources/images/SIS- favicon.svg " />
46
+ <link rel = "icon" type = "image/x-icon" href = "{ app: favicon()} " />
47
47
<link rel = "stylesheet" type = "text/css" href = "{app:resource ("style.css" , "css" )} " />
48
48
<script type = "text/javascript" src = "{app:resource ("d3.v2.js" , "js" )} " />
49
49
<script type = "text/javascript" src = "{app:resource ("forcegraph.js" , "js" )} " />
Original file line number Diff line number Diff line change 36
36
<html lang = "en" >
37
37
<head>
38
38
<title>Not Found</title>
39
- <link rel = "icon" type = "image/x-icon" href = "../resources/images/SIS- favicon.svg " />
39
+ <link rel = "icon" type = "image/x-icon" href = "{ app: favicon()} " />
40
40
<link rel = "stylesheet" type = "text/css" href = "{app:resource ("style.css" , "css" )} " />
41
41
<script type = "text/javascript" src = "{app:resource ("session.js" , "js" )} " />
42
42
</head>
58
58
<html lang = "en" >
59
59
<head>
60
60
<title>{$format-name}</title>
61
- <link rel = "icon" type = "image/x-icon" href = "../resources/images/SIS- favicon.svg " />
61
+ <link rel = "icon" type = "image/x-icon" href = "{ app: favicon()} " />
62
62
<link rel = "stylesheet" type = "text/css" href = "{app:resource ("style.css" , "css" )} " />
63
63
<link rel = "stylesheet" type = "text/css" href = "{app:resource ("tagclouds.css" , "css" )} " />
64
64
<link rel = "stylesheet" href = "//ajax.googleapis.com/ajax/libs/dojo/1.9.1/dijit/themes/claro/claro.css" media = "screen" />
Original file line number Diff line number Diff line change 25
25
<html lang = "en" >
26
26
<head>
27
27
<title>Standard Setting Body: {$sb-title}</title>
28
- <link rel = "icon" type = "image/x-icon" href = "../resources/images/SIS- favicon.svg " />
28
+ <link rel = "icon" type = "image/x-icon" href = "{ app: favicon()} " />
29
29
<link rel = "stylesheet" type = "text/css" href = "{app:resource ("style.css" , "css" )} " />
30
30
<script type = "text/javascript" src = "{app:resource ("d3.v2.js" , "js" )} " />
31
31
<script type = "text/javascript" src = "{app:resource ("forcegraph.js" , "js" )} " />
Original file line number Diff line number Diff line change 30
30
<html lang = "en" >
31
31
<head>
32
32
<title>Not Found</title>
33
- <link rel = "icon" type = "image/x-icon" href = "../resources/images/SIS- favicon.svg " />
33
+ <link rel = "icon" type = "image/x-icon" href = "{ app: favicon()} " />
34
34
<link rel = "stylesheet" type = "text/css" href = "{app:resource ("style.css" ,"css" )} " />
35
35
<script type = "text/javascript" src = "{app:resource ("session.js" , "js" )} " />
36
36
</head>
54
54
<html lang = "en" >
55
55
<head>
56
56
<title>{$spec-name}</title>
57
- <link rel = "icon" type = "image/x-icon" href = "../resources/images/SIS- favicon.svg " />
57
+ <link rel = "icon" type = "image/x-icon" href = "{ app: favicon()} " />
58
58
<link rel = "stylesheet" type = "text/css" href = "{app:resource ("style.css" ,"css" )} " />
59
59
<link rel = "stylesheet" type = "text/css" href = "{app:resource ("tagclouds.css" ,"css" )} " />
60
60
<link rel = "stylesheet" href = "//ajax.googleapis.com/ajax/libs/dojo/1.9.1/dijit/themes/claro/claro.css" media = "screen" />
Original file line number Diff line number Diff line change 24
24
<html lang = "en" >
25
25
<head>
26
26
<title>{$topic-name}</title>
27
- <link rel = "icon" type = "image/x-icon" href = "../resources/images/SIS- favicon.svg " />
27
+ <link rel = "icon" type = "image/x-icon" href = "{ app: favicon()} " />
28
28
<link rel = "stylesheet" type = "text/css" href = "{app:resource ("style.css" , "css" )} " />
29
29
<script type = "text/javascript" src = "{app:resource ("session.js" , "js" )} " />
30
30
</head>
You can’t perform that action at this time.
0 commit comments