-
Notifications
You must be signed in to change notification settings - Fork 0
/
references.html
44 lines (41 loc) · 1.36 KB
/
references.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
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8" />
<title>WikiProvenance</title>
<link rel="stylesheet" type="text/css" href="style.css" />
<script type="text/javascript" src="mwwikiprov.js"> </script>
</head>
<body onload="analyseReferences()">
<div id="header">
<div id="logo"><a href="./index.html">WikiProvenance</a></div>
<div id="headersearch">
<form action="./search.html" method="get">
<input id="headersearchtext" type="text" name="search" placeholder="Johann Sebastian Bach" />
<button id="headersearchbutton" type="submit" value="Search">Search</button>
</form>
</div>
</div>
<div id="sidebar">
<div id="sidebarlinks">
<ul>
<li><a href="#statisticssection">Statistics</a></li>
<li><a href="#referencessection">References</a></li>
<li><a href="./wikiprovenance.html">About</a> </li>
</div>
</div>
<div id="content">
<div class="section" id="statisticssection">
<h2>References describing <span id="itemCode"></span></h2>
<h3><span id="itemLabel"></span> </h3>
<div href="#referencessection">
<div id="references">
</div>
</div>
</div>
<div id="footer">
<p id="footertext">Powered by <a href="https://www.wikidata.org/">Wikidata</a> and <a
href="https://mediawiki.org/">MediaWiki</a> API</p>
</div>
</body>
</html>