-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathforum.html
63 lines (55 loc) · 2.95 KB
/
forum.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
<!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"/>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-29662662-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</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>
</div>
<div id="mainbar" class="noright">
<h1>中文讨论区</h1>
<ul><li>OSChina Springside专区:<a target="_blank" href="http://www.oschina.net/p/springside">http://www.oschina.net/p/springside</a></li></ul>
<div class="introduction">以前自建社区的时候,深受垃圾广告的困扰,斗智斗勇到筋歇力疲。所以这次搬家,把讨论区放在了开源中国社区的SpringSide专区。好在无需注册,用Gmail帐号即可登录。</div>
<h1>社区奖项</h1>
<p>其他开源社区网站给予的奖项见 <a href="award.html">曾获奖项</a>。</p>
<h1>@江南白衣</h1>
<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 style="height:20px"> </div>
</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>