forked from bittorrenttorque/visualizer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·50 lines (48 loc) · 2.7 KB
/
index.html
File metadata and controls
executable file
·50 lines (48 loc) · 2.7 KB
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
<head>
<link rel="icon" href="http://www.pwmckenna.com/img/bittorrent.png">
<title>documentation</title>
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="http://jquery-json.googlecode.com/files/jquery.json-2.3.min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.2.2/underscore-min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/backbone.js/0.5.3/backbone-min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.8.16/jquery-ui.min.js"></script>
<script type="text/javascript" src="http://twitter.github.com/bootstrap/1.4.0/bootstrap-modal.js"></script>
<link rel="stylesheet" href="http://twitter.github.com/bootstrap/1.4.0/bootstrap.min.css">
<script src="http://apps.bittorrent.com/torque/btapp/backbone.btapp.js" type="text/javascript"></script>
<script src="index.js" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="css/style.css"></link>
</head>
<body>
<div id="container">
<div id="sidebar">
<div id="introduction">
<img src="http://www.pwmckenna.com/img/bittorrent_medium.png" style="float:left;padding-right:20px;">
<h1 style="float:left;">backbone.btapp.js</h1>
<div id="license" style="clear:both;">
Backbone.btapp.js 0.1
(c) 2012 Patrick Williams, BitTorrent Inc.<br>
Licensed under the Apache License, Version 2.0:<br>http://www.apache.org/licenses/LICENSE-2.0
</div>
</div>
<input id="adddemocontent" type="button" value="Add Demo Content"/>
<input id="removedemocontent" type="button" value="Remove Demo Content"/>
<h4>Realtime data...</h4>
<div id="data"></div>
<h4>Reference Links...</h4>
<div>
<ul>
<li><a href="http://pwmckenna.github.com/btapp/index.html">View <b>backbone.btapp.js</b> documentation</a></li>
<br>
<li><a href="http://pwmckenna.github.com/btapp_api_viewer/docs/index.html">View <b>btapp_api_viewer</b> annotated source</a></li>
<li><a href="http://pwmckenna.github.com/btapp/docs/backbone.btapp.html">View <b>backbone.btapp.js</b> annotated source</a></li>
<li><a href="http://pwmckenna.github.com/btapp/docs/index.html">View <b>plugin.btapp.js</b> annotated source</a></li>
<br>
<li><a href="http://www.github.com/pwmckenna/btapp_api_viewer">Get <b>btapp_api_viewer</b> source code (GitHub)</a></li>
<li><a href="http://www.github.com/pwmckenna/btapp">Get <b>backbone.btapp.js</b> source code (GitHub)</a></li>
<li><a href="http://www.github.com/pwmckenna/btapp_plugin">Get <b>plugin.btapp.js</b> source code (GitHub)</a></li>
</ul>
</div>
</div>
<div id="content"></div>
</div>
</body>