-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
210 lines (189 loc) · 10.6 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
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>jPlusUI - 一个轻量但完整的UI组件库</title>
<link href="assets/web/styles/jplus-welcome.css" rel="stylesheet">
<link href="assets/web/styles/index.css" rel="stylesheet">
</head>
<body>
<a href="https://github.com/jplusui/jplusui/" target="_blank" id="forkmeongithub">
<img src="assets/web/images/fork_me_on_github.png">
</a>
<div id="topbar">
<div class="x-container x-clear">
<h1 class="x-left"><a href="index.html" title="jPlusUI - 一个轻量但完整的UI组件库">jPlusUI</a></h1>
<ul class="x-left">
<li><a href="index.html" class="selcted" title="综合介绍">首页</a></li>
<li><a href="features.html" title="设计思路和原则">设计理念</a></li>
<li><a href="src/index.html" title="查看组件列表" target="_blank">文档和演示中心</a></li>
<li><a href="download.html" title="获取 jPlusUI">下载</a></li>
<li><a href="community.html" title="讨论和联系方式">社区</a></li>
</ul>
</div>
</div>
<div id="main">
<div id="header">
<h1><img src="assets/web/images/logo.png" alt="jPlusUI" title="jPlusUI" /></h1>
<h2>一个轻量但完整的 Web UI 组件库</h2>
<h3>面向互联网页面,兼容主流浏览器,快速体验组件化的乐趣</h3>
<div class="buttons">
<a href="getstarted.html" class="button">三分钟快速上手</a>
<a href="download/jplusui-latest-release.zip" class="button button-short">下载 1.0<sup>beta</sup> 版</a>
</div>
<div class="side-nav">
<a href="#body">jPlusUI 简介</a>
<a href="#examples">组件精选</a>
<a href="#links">新特性</a>
<a href="#">返回顶部</a>
</div>
</div>
<div id="body">
<div class="features ">
<div class="support text">
<div class="x-container">
支持的浏览器: IE6+/FF3+/Chrome/Safari/Opera10+
<!--<span class="x-right">支持的浏览器:
<img src="assets/web/images/ie.gif" />
<img src="assets/web/images/chrome.png" />
</span>-->
</div>
</div>
<h2><a href="#body">jPlusUI 介绍</a></h2>
<div class="text subtitle x-container">组件化的开发能有效提升开发效率,降低维护成本。</div>
<div class="x-grid x-container">
<div class="x-col x-col-3 x-col-first">
<div class="block">
<img src="assets/web/images/feature-lightweight.png" />
<div class="summary">
<h4>轻量</h4>
<p>组件底层代码为 34K(Gzipped), 其它平均每个组件的大小为 1-5 k。</p>
</div>
</div>
</div>
<div class="x-col x-col-3">
<div class="block">
<img src="assets/web/images/feature-stable.png" />
<div class="summary">
<h4>稳定</h4>
<p>组件底层拥有完整的单元测试,确保各个浏览器的兼容问题。并且每次升级都能保证向下兼容。</p>
</div>
</div>
</div>
<div class="x-col x-col-3">
<div class="block">
<img src="assets/web/images/feature-easy.png" />
<div class="summary">
<h4>易上手</h4>
<p>本着拿来即用的原则,每个组件只需复制示例代码即可见到效果。</p>
</div>
</div>
</div>
<div class="x-col x-col-3">
<div class="block">
<img src="assets/web/images/feature-flex.png" />
<div class="summary">
<h4>易定制</h4>
<p>所有组件均按需加载。代码遵循 HTML5 规范,组织构架清晰,容易扩展和定制。</p>
</div>
</div>
</div>
</div>
<div class="line"></div>
</div>
<div class="examples x-container" id="examples">
<div class="nav">
<!-- <a href="index.html" class="selcted">AAA</a>
•
<a href="index.html">AAA</a> -->
<a href="#examples" class="selcted">组件精选</a>
</div>
<div class="x-grid">
<div class="x-col x-col-3 x-col-first">
<a href="src/Controls/Composite/Carousel.html" class="x-thumbnail" target="_blank">
<img src="assets/thumbnails/carousel.png" />
</a>
<h5><a href="src/Controls/Composite/Carousel.html" target="_blank">图片轮播</a></h5>
</div>
<div class="x-col x-col-3">
<a href="src/Controls/Button/Button.html" class="x-thumbnail" target="_blank">
<img src="assets/thumbnails/button.png" />
</a>
<h5><a href="src/Controls/Button/Button.html" target="_blank">按钮</a></h5>
</div>
<div class="x-col x-col-3">
<a href="src/Controls/Form/Form.html" class="x-thumbnail" target="_blank">
<img src="assets/thumbnails/form.png" />
</a>
<h5><a href="src/Controls/Form/Form.html" target="_blank">表单</a></h5>
</div>
<div class="x-col x-col-3">
<a href="src/Controls/Display/Table.html" class="x-thumbnail" target="_blank">
<img src="assets/thumbnails/table.png" />
</a>
<h5><a href="src/Controls/Display/Table.html" target="_blank">表格</a></h5>
</div>
</div>
<div class="x-grid">
<div class="x-col x-col-3 x-col-first">
<a href="src/Controls/Composite/ProgressBar.html" class="x-thumbnail" target="_blank">
<img src="assets/thumbnails/progressbar.png" />
</a>
<h5><a href="src/Controls/Composite/ProgressBar.html" target="_blank">进度条</a></h5>
</div>
<div class="x-col x-col-3">
<a href="src/Controls/Menu/Menu.html" class="x-thumbnail" target="_blank">
<img src="assets/thumbnails/menu.png" />
</a>
<h5><a href="src/Controls/Menu/Menu.html" target="_blank">菜单</a></h5>
</div>
<div class="x-col x-col-3">
<a href="src/Controls/Nav/TreeView.html" class="x-thumbnail" target="_blank">
<img src="assets/thumbnails/treeview.png" />
</a>
<h5><a href="src/Controls/Nav/TreeView.html" target="_blank">树</a></h5>
</div>
<div class="x-col x-col-3">
<a href="src/Controls/Tab/Accordion.html" class="x-thumbnail" target="_blank">
<img src="assets/thumbnails/accordion.png" />
</a>
<h5><a href="src/Controls/Tab/Accordion.html" target="_blank">手风琴</a></h5>
</div>
</div>
</div>
<div class="links" id="links">
<div class="x-container x-grid">
<div class="x-col x-col-7 x-col-first">
<h3>1.0 版本新特性</h3>
<ul class="text x-list">
<li>增加大量示例和 API 说明。</li>
<li>重新全面测试浏览器的兼容问题。</li>
<li>全面简化底层构架,减少继承层次。</li>
<li>全面简化 less 引用层次,删除大部分的 @import 。</li>
<li>改进开发和演示界面,并使用 <a href="https://www.github.com/xuld/xfly">xfly</a> 框架重写服务器。</li>
</ul>
</div>
<div class="x-col x-col-5">
<h3>接下来我可以做什么</h3>
<ul class="text x-list">
<li><a href="controls/index.html" target="_blank">浏览全部组件及示例</a></li>
<li><a href="src/System/Core/assets/scripts/Base.js" target="_blank">查看组件核心框架源码</a></li>
<li><a href="docs/library/helloworld.html" target="_blank">开发我的第一个组件</a></li>
<li><a href="https://github.com/jplusui/jplusui/issues/new" target="_blank">Bug 反馈</a></li>
<li><a href="https://github.com/jplusui/jplusui/issues/new" target="_blank">提交需求</a></li>
<li>洗洗睡</li>
</ul>
</div>
</div>
</div>
</div>
<div id="footer">
<div class="x-container">
<span class="x-right">Host By <a href="index.html">XXXX</a></span>
Copyright © 2011-2012 jPlusUI Team | <a href="LICENSE.txt" target="_blank">The BSD license</a>
</div>
</div>
</div>
</body>
</html>