-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.sjs
20 lines (20 loc) · 1004 Bytes
/
index.sjs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Zotero Browser</title>
<link rel="stylesheet" type="text/css" media="all" href="../static/css/elastic.css" />
<link rel="stylesheet" type="text/css" media="all" href="../static/css/local.css" />
<script src="../static/js/jquery.js" type="text/javascript" language="javascript" charset="utf-8"></script>
<script src="../static/css/elastic.js" type="text/javascript" language="javascript" charset="utf-8"></script>
<script src="../static/js/jquery-1.4.2.min.js" type="text/javascript"></script>
<script src="../static/js/jquery.jqote2.min.js" type="text/javascript"></script>
</head>
<body>
<h1>Pages</h1>
<ul>
<li><a href="view_collection">Collection Viewer</a></li>
<li><a href="annotated">Annotated Bibliography Viewer</a></li>
<li><a href="item">Item Viewer</a> (fulltext tools under development)</li>
</ul>
</body>
</html>