-
Notifications
You must be signed in to change notification settings - Fork 57
/
index.html
71 lines (64 loc) · 3.46 KB
/
index.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
<!-- Index page for the Kendo UI Plugins GitHub Pages found at: http://kendo-labs.github.io/kendo-plugins/ -->
<!DOCTYPE html>
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Kendo Plugins</title>
<link href="http://cdn.kendostatic.com/2013.1.319/styles/kendo.common.min.css" rel="stylesheet" />
<link href="http://cdn.kendostatic.com/2013.1.319/styles/kendo.default.min.css" rel="stylesheet" />
<link href="Web/All/styles/kendo.web.plugins.css" rel="stylesheet" />
<link href="Pages/Content/Rainbow/tricolore.css" rel="stylesheet" />
<link href="Pages/Content/buttontabstrip.css" rel="stylesheet" />
<link href="Pages/Content/site.css" rel="stylesheet" />
<script src="https://maps.googleapis.com/maps/api/js?sensor=false"></script>
</head>
<body>
<div id="mainLayout" style="overflow:hidden;">
<div id="headerPane">
<img src="http://docs.kendoui.com/App_Themes/Kendo/images/kendo-warrior.png" height="30px" style="margin-left:5px;margin-top:5px;" />
<div id="headerTitle">Kendo UI Plugins</div>
</div>
<div id="mainPane">
<div id="navigationPane">
<ul id="navigationTreeView" style="display:none;">
<li>Web Plugins
<ul>
<li class="nav-page-route" data-hash="/GettingStarted">Getting Started</li>
<li class="nav-page-route" data-hash="/ContextMenu">ContextMenu</li>
<li class="nav-page-route" data-hash="/Dialogs">Standard Message Dialogs</li>
<li class="nav-page-route" data-hash="/DropDownGrid">DropDownGrid</li>
<li class="nav-page-route" data-hash="/DropDownTreeView">DropDownTreeView</li>
<li class="nav-page-route" data-hash="/Grid">Grid</li>
<li class="nav-page-route" data-hash="/Textbox">Textbox</li>
<li class="nav-page-route" data-hash="/GoogleMaps">Google Maps</li>
</ul>
</li>
</ul>
</div>
<div id="contentPane">
<div id="contentTabStrip" class="button-tabstrip" style="display:none;">
<ul>
<li class="hidden-tab">Overview</li>
<li class="hidden-tab">Examples</li>
<li class="hidden-tab">Documentation</li>
</ul>
<div class="overview-tab"></div>
<div class="examples-tab"></div>
<div class="documentation-tab"></div>
</div>
</div>
</div>
</div>
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
<script src="http://cdn.kendostatic.com/2013.1.319/js/kendo.all.min.js"></script>
<script src="Web/All/js/kendo.web.plugins.js"></script>
<script src="Pages/Scripts/Rainbow/rainbow.js"></script>
<script src="Pages/Scripts/Rainbow/rainbow.css.js"></script>
<script src="Pages/Scripts/Rainbow/rainbow.html.js"></script>
<script src="Pages/Scripts/Rainbow/rainbow.javascript.js"></script>
<script src="http://demos.kendoui.com/content/shared/js/people.js"></script>
<script>var KendouiPlugins = { Pages: {} };</script>
<script src="Pages/Scripts/app.js"></script>
<script src="Pages/Scripts/router.js"></script>
</body>
</html>