-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathdocument.html
56 lines (50 loc) · 2.81 KB
/
document.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>SpringSide 春天的旁边</title>
<META http-equiv=Content-Type content="text/html; charset=UTF-8">
<meta name="ROBOTS" content="ALL"/>
<meta name="keywords" content="Java,Spring,OpenSource"/>
<link href="default.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div id="header" align="left">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="780" height="250">
<param name="movie" value="navi.swf"/>
<param name="wmode" value="opaque"/>
<param name="quality" value="high"/>
<embed src="navi.swf" quality="high" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" width="780" height="250">
</object>
</div>
<div id="content">
<div id="leftbar">
<h1>Menu</h1>
<div class="line">
<a href="index.html">首页</a>
<a href="download.html">下载</a>
<a href="document.html">文档</a>
<a href="forum.html">讨论区</a>
<a href="issues.html">项目管理</a>
<a target="_blank" href="http://www.github.com/springside/springside4">Github站点</a>
</div>
<iframe width="100%" height="100" class="share_self" frameborder="0" scrolling="no" src="http://widget.weibo.com/weiboshow/index.php?language=&width=0&height=100&fansRow=1&ptype=1&speed=0&skin=1&isTitle=0&noborder=0&isWeibo=0&isFans=0&uid=1728555142&verifier=b4ed5053&dpc=1"></iframe>
</div>
<div id="mainbar" class="noright">
<h1>Github Wiki</h1>
<div class="introduction">全部文档都在Github的Wiki上:<a target="_blank" href="http://github.com/springside/springside4/wiki">http://github.com/springside/springside4/wiki</a></div>
<div class="introduction">它最有趣的地方,是同样可以用git来获取持续的更新。</div>
<h1>常用文档</h1>
<ul>
<li><a href="http://github.com/springside/springside4/wiki/QuickStart" target="_blank">Quick Start</a> -- 快速开始指南</li>
<li><a href="http://github.com/springside/springside4/wiki/Change4" target="_blank">What's New in 4.0</a> -- 4.0版的升级总述</li>
<li><a href="http://github.com/springside/springside4/wiki/Design" target="_blank">Design</a> -- 设计与选型文档</li>
<li><a href="http://github.com/springside/springside4/wiki/ChangeLog" target="_blank" >ChangeLog</a> -- 历史记录</li>
</ul>
<h1>SpringSide Logo</h1>
<image src="logo.jpg"/>
</div>
<div id="footer">
<center>Copyright©2005-2015 springside.io Hosted on <a href="http://www.github.com" target="_blank">github.com</a></center>
</div>
</body>
</html>