forked from dexteryy/CardKit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
189 lines (164 loc) · 6.34 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<title>CardKit Reference</title>
<meta http-equiv="Cache-control" content="no-cache">
<meta http-equiv="Expires" content="-1">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0">
<meta name="format-detection" content="telephone=no">
<link href="static/css/main.css" rel="stylesheet">
<link href="css/shCoreDefault.css" rel="stylesheet">
<link href="css/console.css" rel="stylesheet">
<link href="css/common.css" rel="stylesheet">
<style>
</style>
<script>function ckControl(){return false}</script>
</head>
<body ontouchstart="return ckControl()">
<div class="ck-root"><div class="ck-main">
<header class="ck-header">
<span class="ck-top-title">CardKit Ref</span>
<span class="ck-top-nav"></span>
<span class="ck-top-actions"></span>
<div class="ckcfg-navdrawer">
<div class="ckd-hd">
<h2>CardKit Reference</h2>
</div>
<div class="ckd-content">
<div class="search">
<a class="ck-modal-link" href="#"
data-url="formcontent.html">search</a>
</div>
<ul>
<li><a class="ck-link" href="index.html">Home</a></li>
</ul>
<h6>Cross-platform</h6>
<ul>
<li><a class="ck-link" href="grade.html">Graded Browser Support</a></li>
<li><a class="ck-link" href="browsers.html">Compatibility testing</a></li>
<li><a class="ck-link" href="#consoleCard">Console</a></li>
</ul>
<h6>Component</h6>
<ul>
<li><a class="ck-link" href="control.html">Control</a></li>
<li><a class="ck-link" href="picker.html">Picker</a></li>
<li><a class="ck-link" href="overlay.html">Overlay</a></li>
</ul>
<h6>Unit</h6>
<ul>
<li><a class="ck-link" href="box.html">Box</a></li>
<li><a class="ck-link" href="list.html">List</a></li>
<li><a class="ck-link" href="mini.html">Mini</a></li>
<li><a class="ck-link" href="form.html">Form</a></li>
<li><a class="ck-link" href="extra.html">Extra</a></li>
</ul>
</div>
</div>
<div class="ckcfg-card-actions">
</div>
<div class="ckcfg-page-actions">
<button type="button" class="ckd-overflow-item switchstyle">切换界面风格</button>
</div>
</header>
<div class="ck-wrapper">
<div class="ck-card" id="ckDefault">
<div class="ck-box-unit" data-cfg-plain="true">
<h2 class="ckd-hd">CardKit</h2>
<div>A mobile UI framework provides building blocks which are classified as "Card", "Unit" and "Component" to help you build mobile web apps quickly and simply, or transfer entire website to native-like web app for touch devices.</div>
<div class="ckd-ft"></div>
</div>
<div class="ck-list-unit" data-style="menu" data-cfg-plainhd="true">
<h2 class="ckd-hd">Cross-platform</h2>
<div class="ckd-item">
<a class="ckd-title" href="grade.html">Graded Browser Support</a>
<p class="ckd-info">浏览器分级支持</p>
</div>
<div class="ckd-item">
<a class="ckd-title" href="browsers.html">Compatibility testing</a>
<p class="ckd-info">API兼容性测试</p>
</div>
<div class="ckd-item">
<a class="ckd-title" href="#consoleCard">Console</a>
<p class="ckd-info">调出控制台</p>
</div>
</div>
<div class="ck-box-unit" data-cfg-plain="true">
<h2 class="ckd-hd">Building Blocks</h2>
</div>
<div class="ck-list-unit" data-style="menu">
<h2 class="ckd-hd">Component</h2>
<div class="ckd-item">
<a class="ckd-title" href="control.html">Control</a>
<p class="ckd-info">控件</p>
</div>
<div class="ckd-item">
<a class="ckd-title" href="picker.html">Picker</a>
<p class="ckd-info">选择器</p>
</div>
<div class="ckd-item">
<a class="ckd-title" href="overlay.html">Overlay</a>
<p class="ckd-info">浮层</p>
</div>
</div>
<div class="ck-list-unit" data-style="menu">
<h2 class="ckd-hd">Unit</h2>
<div class="ckd-item">
<a class="ckd-title" href="box.html">Box</a>
<p class="ckd-info">容器单元</p>
</div>
<div class="ckd-item">
<a class="ckd-title" href="list.html">List</a>
<p class="ckd-info">列表单元</p>
</div>
<div class="ckd-item">
<a class="ckd-title" href="mini.html">Mini</a>
<p class="ckd-info">摘要单元</p>
</div>
<div class="ckd-item">
<a class="ckd-title" href="form.html">Form</a>
<p class="ckd-info">表单单元</p>
</div>
<div class="ckd-item">
<a class="ckd-title" href="extra.html">Extra</a>
<p class="ckd-info">其他单元</p>
</div>
</div>
</div>
<div class="ck-card" id="consoleCard">
<div class="ck-box-unit" data-cfg-paper="true">
<header class="ckd-hd">Console</header>
<div id="console"></div>
</div>
<script type="text/cardscript">
this.addEventListener('card:ready', function(e){
require(['mo/console'], function(console){
console.config({
record: false,
output: e.card.find('#console')[0]
});
});
});
</script>
</div>
<div class="ck-card ck-loading" id="ckLoading">
<div>
<p><span></span><span></span><span></span></p>
<p>加载中...</p>
</div>
</div>
<footer class="ck-footer">
<div class="copyright">© 2005-2012 douban.com, all rights reserved</div>
</footer>
</div>
</div></div>
<script src="js/shCore.js"></script>
<script src="js/shBrushXml.js"></script>
<script src="js/shBrushJScript.js"></script>
<script src="static/js/main.js"></script>
<!-- COLLECTED JS -->
<script id="jsdemo1">
</script>
<script src="js/common.js"></script>
</body>
</html>