-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathxsst.html
115 lines (114 loc) · 4.21 KB
/
xsst.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
<!doctype html>
<!--[if lt IE 7]> <html class="ie6 oldie"> <![endif]-->
<!--[if IE 7]> <html class="ie7 oldie"> <![endif]-->
<!--[if IE 8]> <html class="ie8 oldie"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="">
<!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>无标题文档</title>
<link href="boilerplate.css" rel="stylesheet" type="text/css">
<link href="lmt.css" rel="stylesheet" type="text/css">
<style type="text/css">
body {
background-color: #FFF;
background-image: url(images/bj.jpg);
}
</style>
<link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css">
<!--
要详细了解文件顶部 html 标签周围的条件注释:
paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/
如果您使用的是 modernizr (http://www.modernizr.com/) 的自定义内部版本,请执行以下操作:
* 在此处将链接插入 js
* 将下方链接移至 html5shiv
* 将“no-js”类添加到顶部的 html 标签
* 如果 modernizr 内部版本中包含 MQ Polyfill,您也可以将链接移至 respond.min.js
-->
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script src="respond.min.js"></script>
<script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
</head>
<body>
<div class="gridContainer clearfix">
<div id="LayoutDiv1">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="13%" height="44"> </td>
<td width="56%" colspan="2"> </td>
<td colspan="3"> </td>
</tr>
<tr>
<td height="83"> </td>
<td align="center"><p> </p></td>
<td align="left"><img src="images/title3.gif" width="511" height="132"></td>
<td> </td>
<td><p><br>
<br>
<br>
<br>
</p>
<p> <a href="index.html">返回首页</a></p></td>
<td> </td>
</tr>
<tr>
<td height="36"> </td>
<td colspan="5"><ul id="MenuBar1" class="MenuBarHorizontal">
<li><a href="jianjie.html" class="MenuBarItemSubmenu">学生会简介</a>
<ul>
<li><a href="jiagou.html">组织架构</a></li>
<li><a href="zhidu.html">章程制度</a></li>
</ul>
</li>
<li><a href="bumen.html">部门概况</a> </li>
<li><a class="MenuBarItemSubmenu" href="dongtai.html">校园动态</a>
<ul>
<li><a href="xinwen.html">四中新闻</a> </li>
<li><a href="naxin.html">学生会纳新</a></li>
</ul>
</li>
<li><a href="ssst.html" class="MenuBarItemSubmenu">学生社团</a>
<ul>
<li><a href="stjj.html">社团简介</a></li>
<li><a href="sstz.html">竞赛通知</a></li>
</ul>
</li>
<li><a href="jcsj.html">精彩瞬间</a></li>
<li><a href="lianxi.html">联系我们</a></li>
</ul></td>
</tr>
<tr>
<td height="255"> </td>
<td height="255" colspan="2"> </td>
<td colspan="3"> </td>
</tr>
<tr>
<td height="172"> </td>
<td height="172" colspan="2"> </td>
<td colspan="3"> </td>
</tr>
<tr>
<td height="209"> </td>
<td height="209" colspan="2"> </td>
<td colspan="3"> </td>
</tr>
<tr>
<td><p> </p>
<p> </p>
</td>
<td colspan="4" align="center" valign="middle" bgcolor="#003399"><p>地址:天津市河西区爱国道5号 电话:022-28228349 </p>
<p>© Copyright 天津市第四中学学生会 | 2016</p></td>
<td width="10%"> </td>
</tr>
</table>
</div>
</div>
<script type="text/javascript">
var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
</script>
</body>
</html>