-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
147 lines (144 loc) · 4.28 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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>东北大学 - Northeastern University</title>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico"/>
<link rel="stylesheet" href="assets/styles/home.css" type="text/css" media="screen" charset="utf-8">
<link rel="stylesheet" href="assets/styles/smallslider.css" type="text/css" media="screen" charset="utf-8">
<script src="libs/respond.js" type="text/javascript"></script>
<script src="libs/sea.js" charset="utf-8" type="text/javascript"></script>
<!--[if lte IE 8]>
<script>
(function() {
if (!
/*@cc_on!@*/
0) return;
var e = "abbr, article, aside, audio, canvas, datalist, details, dialog, eventsource, figure, footer, header, hgroup, mark, menu, meter, nav, output, progress, section, time, video".split(', ');
var i= e.length;
while ( i ){
document.createElement(e[i]);
i = i-1;
}
})()
</script>
<![endif]-->
</head>
<body>
<div class="container">
<!--include("header.html")-->
<div id="" style="clear: both;"></div>
<div id="timeline">
<div id="" style="clear: both;"></div>
<!-- 时间线 -->
<span class="prev-wrapper">
<span class="prev"></span>
</span>
<div class="contain" style="">
<!--include("home_timeline.html")-->
</div>
<span class="next-wrapper">
<span class="next"></span>
</span>
</div>
<div id="body">
<!-- 主体 -->
<div id="universityNews">
<div class="head">
<h3>东大新闻</h3>
<a class="more" href="http://neunews.neu.edu.cn/campus/" target="_blank">
<span class="more-txt">进入东北大学新闻网</span>
</a>
</div>
<hr/>
<div id="firstNews" style="text-align: left;">
<!--include("home_head_news.html")-->
<div style="clear:both;height: 2px;"></div>
</div>
<hr/>
<div class="news">
<!--include("home_neu_news.html")-->
<a class="more" href="http://neunews.neu.edu.cn/campus/part/DDYW.html" target="_blank">
<span class="icon"></span>
<span class="more-txt">更多</span>
</a>
</div>
</div>
<div>
<div id="media">
<div class="head">
<h3>媒体东大</h3>
<a class="more" href="http://neunews.neu.edu.cn/campus/part/MTDD.html" target="_blank">
<span class="more-txt">更多</span>
<span class="icon"></span>
</a>
</div>
<hr/>
<div class="news">
<!--include("home_media_news.html")-->
</div>
</div>
<div id="academyNews">
<div class="head">
<h3>学院新闻</h3>
<a class="more" href="http://neunews.neu.edu.cn/campus/part/XSHD.html" target="_blank">
<span class="more-txt">更多</span>
<span class="icon"></span>
</a>
</div>
<hr/>
<div class="news">
<!--include("home_academy_news.html")-->
</div>
</div>
</div>
<div id="others">
<div id="inform">
<div class="head">
<h3>通知公告</h3>
<a class="more" href="http://neunews.neu.edu.cn/campus/part/BWJX.html" target="_blank">
<span class="more-txt">更多</span>
<span class="icon"></span>
</a>
</div>
<div class="news">
<!--include("home_inform.html")-->
</div>
<hr/>
</div>
<div id="links">
<div class="head">
<h3>快速链接</h3>
<a class="more" href="./map_index.html" target="_blank">
<span class="more-txt">更多</span>
<span class="icon"></span>
</a>
</div>
<div class="news">
<!--include("quick_links.html")-->
</div>
<hr/>
</div>
<div id="topics">
<div class="head">
<h3>特别专题</h3>
</div>
<div class="news">
<!--include("topic.html")-->
</div>
</div>
</div>
</div>
<!--include("footer.html")-->
</div>
<div id="compat"></div>
<script src="mods/config.js" charset="utf-8" type="text/javascript"></script>
<script>
seajs.use("./mods/main", function(mod) {
mod.slide();
mod.nav();
mod.timeline();
});
</script>
</body>
</html>