-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathwd_results.html
61 lines (49 loc) · 1.86 KB
/
wd_results.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Articles</title>
<link href="../styles/labs.css" rel="stylesheet" type="text/css" />
<link href='styles/yasqe.min.css' rel='stylesheet' type='text/css'/>
<link href='styles/yasr.min.css' rel='stylesheet' type='text/css'/>
<style>
.yasqe .CodeMirror {
border: 1px solid #eee;
height: auto;
}
.yasqe .CodeMirror-scroll {
overflow-y: hidden;
overflow-x: auto;
}
.logos {
vertical-align: middle;
height: 40px;
margin-left: 15px;
margin-right: 15px;
}
</style>
</head>
<body style="margin-left:34px;margin-top:28px;margin-right:34px;">
<h1 class="yasr" id="page_title" style="font-size: 138.5%"></h1>
<p class="yasr">Retrieved from <a href="https://www.wikidata.org">Wikidata</a></p>
<div id="yasqe"></div>
<div id="yasr"></div>
<footer style="clear: both">
<p id="query_info" class="yasr" style="font-size: 77%">Endpoint: <span id="endpoint_url">?</span>,
<span id="query_details">?</span><p>
<div class="yasr"><a href="http://zbw.eu/labs"><img class="logos"
src="http://zbw.eu/labs/sites/all/themes/custom/zenlabs/images/zbw-labs-logo-left.gif"
style="height: 70px; margin-bottom: 15px; margin-left: 5px;" alt="ZBW Labs" /></a>  
Powered by <a href="http://yasqe.yasgui.org"><img class="logos"
src="http://about.yasgui.org/logos/yasqe.png" alt="YASQE" /></a> and
<a href="http://yasr.yasgui.org/"><img class="logos"
src="http://about.yasgui.org/logos/yasr.png" alt="YASR" /></a> - part of the
<a href="http://about.yasgui.org/"><img class="logos"
src="http://about.yasgui.org/logos/yasgui.png" alt="YASGUI" /></a> SPARQL client Javascript project.
</div>
</footer>
<script src="//code.jquery.com/jquery-1.12.4.min.js"></script>
<script src='scripts/yasqe.bundled.min.js'></script>
<script src='scripts/yasr.bundled.min.js'></script>
<script src="wd_results.js"></script>
</body>