-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (37 loc) · 1.43 KB
/
index.html
File metadata and controls
39 lines (37 loc) · 1.43 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<title>Common Map API v1.2.0</title>
<link href="css/first.css" rel="stylesheet" type="text/css" />
<link href="css/second.css" rel="stylesheet" type="text/css" />
<link href="css/layout.css" rel="stylesheet" type="text/css" />
<link href="css/ui.fancytree.css" rel="stylesheet" type="text/css">
<script src="js/libs/jquery-1.11.1.min.js" type="text/javascript"></script>
<script src="js/libs/tv4.js" type="text/javascript"></script>
<script src="js/libs/jquery-ui.custom.js" ></script>
<script src="js/libs/jquery.fancytree.js" type="text/javascript"></script>
<script src="channels/cmapi.js" type="text/javascript"></script>
<script src="js/renderer.js" type="text/javascript"></script>
<script src="js/main.js" type="text/javascript"></script>
</head>
<body>
<a href="https://github.com/cmapi"><img style="position: absolute; top: 0; right: 0; border: 0;" src="img/github-ribbon.png" alt="Fork me on GitHub" data-canonical-src="img/github-ribbon.png"></a>
<div id="wrap">
<div id="sidebar">
<h2>CMAPI v1.2.0</h2>
<div id="tree" data-source="ajax" class="sampletree">
</div>
</div>
<div id="main">
<img src="img/loading.gif" />
</div>
<div id="footer">
<p>
<a href="http://www.cmapi.org">Learn more at cmapi.org</a>
</p>
</div>
</div>
</body>
</html>