37 lines
952 B
HTML
37 lines
952 B
HTML
<!doctype html>
|
|
<html lang="en-zh">
|
|
<head>
|
|
<meta charset="gb2312">
|
|
<title>{FS400_页面标题}</title>
|
|
<link href="/images/css.css" rel="stylesheet" type="text/css" />
|
|
<link href="/images/reset.css" rel="stylesheet" type="text/css" />
|
|
<link href="/images/style.css" rel="stylesheet" type="text/css" />
|
|
<link href="/images/font.css" rel="stylesheet" type="text/css" />
|
|
<script src="/images/html5.js"></script>
|
|
<script type="text/javascript" src="/images/time2015.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
{FS400_网站顶部}
|
|
<table width="1002" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" style="margin:0px auot;margin-top:15px;">
|
|
<tr>
|
|
<td width="252" valign="top">
|
|
<div id="class_lefttt" style="margin-top:15px;">栏目导航</div>
|
|
{FS400_当前栏目}
|
|
|
|
</td>
|
|
<td width="750" valign="top">
|
|
<div style="padding-left:15px;">
|
|
|
|
|
|
{FS400_单网页内容}
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
{FS400_网站底部}
|
|
</body>
|
|
</html>
|