-
Notifications
You must be signed in to change notification settings - Fork 1
/
citations_old.html
90 lines (61 loc) · 1.95 KB
/
citations_old.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<title>DateLife</title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<script src="jquery-1.12.3.min.js"> </script>
<script src="opencpu-0.5.js"> </script>
<link rel="stylesheet" type="text/css" href="default.css" />
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-33370470-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<script>
//on page ready:
$(function() {
var req = ocpu.rpc("GetAllCitations", {
}, function(output){
$("#citationinfo").html(output.message);
});
});
</script>
</head>
<body>
<div id="upbg"></div>
<div id="outer">
<div id="headerpic"></div>
<div id="menu">
<!-- HINT: Set the class of any menu link below to "active" to make it appear active -->
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="https://github.com/phylotastic/datelife">Source code</a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="http://phylotastic.org">Phylotastic</a></li>
<li><a href="citations.html">Citations</a></li>
<li><a href="api.html">API</a></li>
</ul>
</div>
<div id="menubottom"></div>
<div id="content">
<div id="normalcontent">
<div class="contentarea">
<h2>Sources</h2>
<div id="citationinfo"></div>
<!-- Normal content area end -->
</div>
</div>
</div>
<div id="footer">
<div class="left">Reuse encouraged</div>
<div class="right">Design by <a href="http://www.nodethirtythree.com/">NodeThirtyThree Design</a></div>
</div>
</div>
</body>
</html>