@ -0,0 +1,72 @@ |
||||
<!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> |
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
||||
<title>{ms:global.name/}</title> |
||||
<link rel="shortcut icon" href="{ms:global.host/}/{ms:global.style/}/favicon.ico" type="x-icon" /> |
||||
<meta name="Keywords" content="{ms:global.keyword/}" /> |
||||
<meta name="Description" content="{ms:global.descrip/}" /> |
||||
<link href="{ms:global.host/}/{ms:global.style/}/css/style.css" type=text/css rel=stylesheet> |
||||
<script src="{ms:global.host/}/{ms:global.style/}/js/comm.js" type="text/javascript"></script> |
||||
<link href="{ms:global.host/}/{ms:global.style/}/css/style.css" type=text/css rel=stylesheet> |
||||
<script src="{ms:global.host/}/{ms:global.style/}/js/comm.js" type="text/javascript"></script> |
||||
|
||||
</head> |
||||
|
||||
<body topmargin="0" oncopy="nocopy()"> |
||||
<#include "header.htm"> |
||||
<center> |
||||
<div style="width:1007px; height:2px; border-bottom:2px solid #C18D54;"></div> |
||||
</center> |
||||
<table width="1007" border="0" align="center" cellpadding="00" cellspacing="0" bgcolor="#ECE9E4"> |
||||
<tr> |
||||
<td style="padding-top:15px"> |
||||
<table width="966" border="0" align="center" cellpadding="00" cellspacing="0"> |
||||
<tr> |
||||
<td width="230" valign="top" style="padding-top:3px;"> |
||||
<table width="210" height="44" border="0" align="center" cellpadding="00" cellspacing="0" |
||||
background="{ms:global.host/}/{ms:global.style/}/images/news_left_title.jpg"> |
||||
<tr> |
||||
<td align="center" style="color:#664617; font-size:16px; font-weight:bold;font-family:'微软雅黑,黑体'"> |
||||
{ms:field.typetitle/}</td> |
||||
</tr> |
||||
</table> |
||||
<table style="margin-top:3px;" width="210" height="500" border="0" align="center" cellpadding="00" |
||||
cellspacing="0" bgcolor="#897455"> |
||||
<tr> |
||||
<td valign="top"> </td> |
||||
</tr> |
||||
</table> |
||||
</td> |
||||
<td width="736" valign="top"> |
||||
<table width="100%" height="45" border="0" cellpadding="00" cellspacing="0"> |
||||
<tr> |
||||
<td align="left" background="{ms:global.host/}/{ms:global.style/}/images/news_right_bg.jpg" |
||||
style="padding-left:26px;"><span style="color:#575350; font-weight:100"> >> <a |
||||
href="about/-82.html"></a></span>{ms:field.typetitle/}</td> |
||||
</tr> |
||||
</table> |
||||
<div style="height:1px;"></div> |
||||
<table width="100%" height="45" border="0" cellpadding="00" cellspacing="0"> |
||||
<tr> |
||||
<td background="{ms:global.host/}/{ms:global.style/}/images/news_right_bg.jpg" |
||||
style="padding:20px; line-height:25px;"> |
||||
{ms:field.content/} |
||||
|
||||
</td> |
||||
</tr> |
||||
</table> |
||||
</td> |
||||
</tr> |
||||
</table> |
||||
</td> |
||||
</tr> |
||||
</table> |
||||
<#include "foot.htm"> |
||||
|
||||
|
||||
</body> |
||||
|
||||
</html> |
||||
@ -0,0 +1,403 @@ |
||||
BODY { |
||||
FONT-SIZE: 12px; BACKGROUND: url("../images/bg_all.jpg") no-repeat center top; MARGIN: 0 auto 0px; LINE-HEIGHT: normal; FONT-FAMILY: "宋体"; background-color:#FFFFFF |
||||
} |
||||
form { border:0px; margin:0px ; padding:0px;} |
||||
A { |
||||
COLOR: #333; TEXT-DECORATION: none |
||||
} |
||||
ul,li{ |
||||
border-top-width: 0px; |
||||
border-right-width: 0px; |
||||
border-bottom-width: 0px; |
||||
border-left-width: 0px; |
||||
margin: 0px; |
||||
padding: 0px; |
||||
} |
||||
.clear { |
||||
CLEAR: both |
||||
} |
||||
.searchinput { |
||||
WIDTH: 120px |
||||
} |
||||
.page .button { |
||||
BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BACKGROUND: url("../images/btn_search.gif"); BORDER-BOTTOM-WIDTH: 0px; WIDTH: 60px; HEIGHT: 21px; BORDER-RIGHT-WIDTH: 0px |
||||
} |
||||
.page { |
||||
WIDTH: 204px; PADDING-TOP: 10px; TEXT-ALIGN: right |
||||
} |
||||
.query { |
||||
OVERFLOW: hidden; |
||||
} |
||||
.boldblue { |
||||
FONT-WEIGHT: bold; COLOR: #003eb1 |
||||
} |
||||
.blue { |
||||
COLOR: #003eb1 |
||||
} |
||||
.text { |
||||
line-height: 25px; |
||||
color: #6f6f6f; |
||||
|
||||
} |
||||
#header { |
||||
MARGIN: 0px auto; WIDTH: 910px |
||||
} |
||||
#logo { |
||||
FLOAT: left |
||||
} |
||||
#tele { |
||||
MARGIN-TOP: 0px; FLOAT: right |
||||
} |
||||
|
||||
#mainflash { |
||||
MARGIN: 3px auto 0px; WIDTH: 910px |
||||
} |
||||
|
||||
#links { |
||||
FONT-WEIGHT: normal; MARGIN: 10px auto 0px; WIDTH: 850px; COLOR: #035ea7; PADDING:10px 30px 0 30px; HEIGHT: 57px; TEXT-ALIGN: left; |
||||
} |
||||
|
||||
#footer { |
||||
FONT-WEIGHT: normal; BACKGROUND: url("../images/bg_footer.jpg"); MARGIN: 10px auto 0px; WIDTH: 910px; COLOR: #035ea7; PADDING-TOP: 10px; HEIGHT: 47px; TEXT-ALIGN: center; |
||||
} |
||||
#footer A,#links a { |
||||
COLOR: #035ea7 |
||||
} |
||||
#footer { |
||||
color: #035ea7 |
||||
} |
||||
#index_container { |
||||
MARGIN: 10px auto 0px; WIDTH: 910px |
||||
} |
||||
#index_left { |
||||
FLOAT: left; WIDTH: 224px |
||||
} |
||||
#index_search { |
||||
|
||||
} |
||||
#index_search1 { |
||||
BACKGROUND: url("../images/bg_index_title3.jpg"); HEIGHT: 33px |
||||
} |
||||
#index_search2 { |
||||
BACKGROUND: url("../images/bg_index_content3.jpg"); COLOR: #0f5ebd; |
||||
} |
||||
.sunput {BORDER-RIGHT: #B7DAEF 1px solid; BORDER-TOP: #B7DAEF 1px solid; BORDER-LEFT: #B7DAEF 1px solid; WIDTH: 140px; BORDER-BOTTOM: #B7DAEF 1px solid } |
||||
.sbut {BORDER-RIGHT: #B7DAEF 1px solid; BORDER-TOP: #B7DAEF 1px solid; BORDER-LEFT: #B7DAEF 1px solid; BORDER-BOTTOM: #B7DAEF 1px solid } |
||||
#index_search3 { |
||||
BACKGROUND: url("../images/bg_index_btm3.jpg"); OVERFLOW: hidden; HEIGHT: 6px |
||||
} |
||||
#index_prolist { |
||||
MARGIN-TOP: 6px |
||||
} |
||||
#index_prolist1 { |
||||
BACKGROUND: url("../images/bg_index_title4.jpg"); HEIGHT: 33px |
||||
} |
||||
#index_prolist2 { |
||||
BACKGROUND: url("../images/bg_index_content4.jpg"); HEIGHT: 173px |
||||
} |
||||
#index_prolist3 { |
||||
BACKGROUND: url("../images/bg_index_btm4.jpg"); OVERFLOW: hidden; HEIGHT: 7px |
||||
} |
||||
#index_contact { |
||||
MARGIN-TOP: 6px |
||||
} |
||||
#index_contact1 { |
||||
BACKGROUND: url("../images/bg_index_title5.jpg"); HEIGHT: 33px |
||||
} |
||||
#index_contact2 { |
||||
PADDING-LEFT: 8px; BACKGROUND: url("../images/bg_index_content5.jpg"); COLOR: #0359a2; LINE-HEIGHT: 22px; PADDING-TOP: 5px; HEIGHT: 200px; line-height:2em; |
||||
} |
||||
#index_right { |
||||
FLOAT: right; WIDTH: 679px |
||||
} |
||||
#index_news1 { |
||||
FLOAT: left; WIDTH: 337px |
||||
} |
||||
#index_news1_1 { |
||||
BACKGROUND: url("../images/bg_index_title1.jpg") no-repeat; HEIGHT: 29px |
||||
} |
||||
#index_news1_2 { |
||||
BACKGROUND: url("../images/bg_index_content1.jpg"); HEIGHT: 157px |
||||
} |
||||
#index_news1_4 { |
||||
BACKGROUND: url("../images/bg_index_content1.jpg"); HEIGHT: 314px |
||||
} |
||||
#index_news1_3 { |
||||
BACKGROUND: url("../images/bg_index_btm1.jpg"); OVERFLOW: hidden; HEIGHT: 7px |
||||
} |
||||
#index_news2 { |
||||
FLOAT: left; MARGIN-LEFT: 5px; WIDTH: 337px |
||||
} |
||||
#index_news2_1 { |
||||
BACKGROUND: url("../images/bg_index_title1.jpg"); HEIGHT: 29px |
||||
} |
||||
#index_news2_2 { |
||||
BACKGROUND: url("../images/bg_index_content1.jpg"); HEIGHT: 157px |
||||
} |
||||
#index_news2_3 { |
||||
BACKGROUND: url("../images/bg_index_btm1.jpg"); OVERFLOW: hidden; HEIGHT: 7px |
||||
} |
||||
#index_hotproduct { |
||||
MARGIN-TOP: 6px; FLOAT: left; WIDTH: 679px |
||||
} |
||||
#index_hotproduct_1 { |
||||
BACKGROUND: url("../images/bg_index_title2.jpg"); HEIGHT: 34px |
||||
} |
||||
#index_hotproduct_11 { |
||||
BACKGROUND: url("../images/bg_right_title1.jpg"); HEIGHT: 32px; FONT-WEIGHT: bold; padding-left:35px; color:#FFFFFF; padding-top:2px; margin-top:15px; |
||||
} |
||||
#index_hotproduct_12 { |
||||
BACKGROUND: url("../images/bg_right_title1.jpg"); HEIGHT: 26px; FONT-WEIGHT: bold; padding-left:35px; color:#FFFFFF; padding-top:8px; |
||||
} |
||||
#index_hotproduct_2 { |
||||
BACKGROUND: url("../images/bg_index_content2.jpg"); OVERFLOW: hidden; HEIGHT: 490px |
||||
} |
||||
#index_hotproduct_21 { |
||||
BACKGROUND: url("../images/bg_index_content2.jpg"); OVERFLOW: hidden; HEIGHT: 160px; |
||||
} |
||||
#index_hotproduct_23 { |
||||
BACKGROUND: url("../images/bg_index_content2.jpg"); OVERFLOW: hidden; |
||||
} |
||||
#index_hotproduct_21 li{ |
||||
float:left;width:310px;border-bottom:#bfc1c0 1px dashed; margin-left:10px; line-height:2.1em; list-style:none; |
||||
} |
||||
#index_hotproduct_22 { |
||||
BACKGROUND: url("../images/bg_index_content2.jpg"); OVERFLOW: hidden; |
||||
} |
||||
#index_hotproduct_3 { |
||||
BACKGROUND: url("../images/bg_index_btm2.jpg"); OVERFLOW: hidden; HEIGHT: 6px |
||||
} |
||||
.index_news_title { |
||||
PADDING-LEFT: 30px; FONT-WEIGHT: bold; FLOAT: left; WIDTH: 100px; COLOR: #fff; LINE-HEIGHT: 29px |
||||
} |
||||
.index_more1 { |
||||
DISPLAY: block; FONT-SIZE: 26px; FLOAT: right; VERTICAL-ALIGN: middle; WIDTH: 50px; LINE-HEIGHT: 29px; HEIGHT: 29px; TEXT-ALIGN: center |
||||
} |
||||
.index_more1 IMG { |
||||
VERTICAL-ALIGN: middle |
||||
} |
||||
.index_more1:unknown { |
||||
FONT-SIZE: 12px; VISIBILITY: hidden; MARGIN-LEFT: -5px; content: "." |
||||
} |
||||
.right_border { |
||||
BORDER-RIGHT: #d4eaf5 1px solid; PADDING-RIGHT: 20px; BORDER-TOP: #d4eaf5 0px solid; PADDING-LEFT: 20px; PADDING-BOTTOM: 0px; BORDER-LEFT: #d4eaf5 1px solid; PADDING-TOP: 0px; BORDER-BOTTOM: #d4eaf5 1px solid |
||||
} |
||||
#right_title { |
||||
PADDING-LEFT: 40px; FONT-WEIGHT: bold; BACKGROUND: url("../images/bg_right_title.jpg"); OVERFLOW: hidden; COLOR: #fff; LINE-HEIGHT: 35px; HEIGHT: 33px |
||||
} |
||||
#right_title1 { |
||||
PADDING-LEFT: 40px; FONT-WEIGHT: bold; BACKGROUND: url("../images/bg_right_title1.jpg"); OVERFLOW: hidden; COLOR: #fff; LINE-HEIGHT: 35px; HEIGHT: 33px; |
||||
} |
||||
#left_title { |
||||
PADDING-LEFT: 23px; FONT-WEIGHT: bold; BACKGROUND: url("../images/bg_left_title.jpg"); COLOR: #055eb0; LINE-HEIGHT: 34px; HEIGHT: 40px |
||||
} |
||||
#left_content { |
||||
BACKGROUND: url("../images/bg_left_content.jpg") |
||||
} |
||||
#left_btm { |
||||
BACKGROUND: url("../images/bg_left_btm.jpg"); OVERFLOW: hidden; HEIGHT: 6px |
||||
} |
||||
a.linknews1 { |
||||
font-size: 9pt; |
||||
color: #004285; |
||||
letter-spacing: 2px; |
||||
} |
||||
a.linknews1:hover { |
||||
font-size: 9pt; |
||||
color: #004285; |
||||
letter-spacing: 2px; |
||||
text-decoration: underline; |
||||
} |
||||
|
||||
|
||||
/*----------------------导航栏样式开始---------------------------*/ |
||||
#menu { |
||||
MARGIN-TOP: 5px; |
||||
background-image:url("../images/title1.jpg"); width:37px; width:874px; line-height:37px; text-align:center; height:37px; padding-left:130px; |
||||
} |
||||
|
||||
#menu ul{ |
||||
list-style-type:none; margin:0px; padding:0px;} |
||||
#menu ul li{ |
||||
margin:0px; |
||||
list-style-type:none; |
||||
display:inline; |
||||
} |
||||
#menu ul li a{ |
||||
color:#FFF; |
||||
font-weight:bold; |
||||
font-size:10pt;} |
||||
#menu ul li a:hover{ |
||||
text-decoration:underline; |
||||
|
||||
} |
||||
|
||||
|
||||
#navigation, #navigation li ul { |
||||
list-style-type:none; |
||||
} |
||||
|
||||
#navigation { |
||||
padding-left:50px; |
||||
margin-top:8px; |
||||
height: |
||||
} |
||||
#navigation .nav_ { |
||||
float: left; |
||||
width: 160px; |
||||
} |
||||
.b{ font-weight:bold; font-size:15px;} |
||||
#navigation li { |
||||
text-align:center; |
||||
float: left; |
||||
position: relative; |
||||
} |
||||
#navigation li a:link, #navigation li a:visited { |
||||
display:block; |
||||
text-decoration:none; |
||||
color:#FFFFFF; |
||||
width:90px; |
||||
height:39px; |
||||
line-height:36px; |
||||
/* background:#c5dbf2; */ |
||||
font-size:12px; |
||||
} |
||||
#navigation li ul li a:link, #navigation li ul li a:visited { |
||||
display:block; |
||||
text-decoration:none; |
||||
color:#666; |
||||
width:90px; |
||||
height:32px; |
||||
line-height:32px; |
||||
font-size:12px; |
||||
} |
||||
#navigation li ul li a:link, #navigation li ul li a:visited { |
||||
background:#f9fbfa; |
||||
font-size:12px; |
||||
font-weight:normal; |
||||
border-top:#bfc1c0 1px solid; |
||||
} |
||||
|
||||
#navigation li ul li a:hover { |
||||
color:#fff; |
||||
background:#0989E2; |
||||
} |
||||
#navigation li ul{ |
||||
display:none; |
||||
position:absolute; |
||||
left:0px; |
||||
margin-top:-1px; |
||||
width:90px; |
||||
border:#bfc1c0 1px solid; |
||||
|
||||
} |
||||
#navigation li ul li |
||||
{ |
||||
|
||||
} |
||||
#navigation li ul li ul { |
||||
display:none; |
||||
position:absolute; |
||||
top:0px; |
||||
left:0px; |
||||
margin-top:0; |
||||
margin-left:1px; |
||||
width:120px; |
||||
} |
||||
.clear{clear:both;} |
||||
|
||||
/*----------------------导航栏样式结束---------------------------*/ |
||||
|
||||
.clistbox |
||||
{ |
||||
width: 90%; |
||||
text-align:left; |
||||
margin-bottom:10px; |
||||
margin-top:3px; |
||||
} |
||||
.clistbox .line1 |
||||
{ |
||||
border-bottom: 1px dashed #999999; |
||||
text-align:left; |
||||
padding-left:10px; |
||||
|
||||
} |
||||
.clistbox .line1 span |
||||
{float:right; |
||||
} |
||||
.clistbox .line2 |
||||
{padding:5px;} |
||||
#commentPage{height:20px; padding-left:200px;} |
||||
|
||||
|
||||
#commentPage a{ |
||||
display:block; |
||||
width:18px; |
||||
border: 1px solid #3299F5; |
||||
float:left; |
||||
margin-left:5px; |
||||
line-height:18px; |
||||
font-size:14px; |
||||
} |
||||
#commentPage a:hover,.selectpage{ |
||||
color:#FFFFFF; |
||||
display:block; |
||||
width:18px; |
||||
float:left; |
||||
margin-left:5px; |
||||
line-height:18px; |
||||
font-size:14px; |
||||
background-image: url("../images/pagebg.jpg"); |
||||
} |
||||
#commentPage a.ppage, |
||||
#commentPage a.npage{ |
||||
display:block; |
||||
width:50px; |
||||
float:left; |
||||
margin-left:5px; |
||||
line-height:16px; |
||||
padding-top:2px; |
||||
height:16px; |
||||
font-size:12px; |
||||
} |
||||
#commentPage a.ppage:hover, |
||||
#commentPage a.npage:hover{ |
||||
color:#fff; |
||||
display:block; |
||||
width:50px; |
||||
float:left; |
||||
margin-left:5px; |
||||
line-height:16px; |
||||
height:16px; |
||||
font-size:12px; |
||||
background-image: url("../images/pagebg_.jpg"); |
||||
} |
||||
|
||||
/*---新闻列表---*/ |
||||
.newsList { |
||||
list-style:none; |
||||
background:url("../images/li_bg.jpg") no-repeat ; |
||||
height:30px; |
||||
line-height:25px; |
||||
|
||||
|
||||
} |
||||
.newsList li{ |
||||
height:30px; |
||||
line-height:25px; |
||||
padding-left:20px; |
||||
} |
||||
.newsList li.date{ |
||||
|
||||
text-align:right; |
||||
|
||||
} |
||||
|
||||
/**新闻分类**/ |
||||
.newsSort_A { |
||||
width:210px; height:32px; line-height:32px; text-align:center; background:url("../images/news_left_m_a.jpg"); color:#E5D6C1; |
||||
} |
||||
|
||||
.newsSort_B { |
||||
width:210px; height:32px; line-height:32px; text-align:center; background:url("../images/news_left_m_b.jpg"); color:#FEFFFF; |
||||
} |
||||
|
After Width: | Height: | Size: 7.2 KiB |
@ -0,0 +1,27 @@ |
||||
<table width="1007" border="0" align="center" cellpadding="0" cellspacing="0"> |
||||
<tr> |
||||
<td background="{ms:global.host/}/{ms:global.style/}/images/top_title_bg.jpg" style="padding-left:60px"><img src="{ms:global.host/}/{ms:global.style/}/images/top_title.jpg" width="279" height="30" /></td> |
||||
</tr> |
||||
</table> |
||||
<table width="1007" height="165" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#D5D5D5"> |
||||
<tr> |
||||
<td><img src="{ms:global.host/}/{ms:global.style/}/images/banner.jpg" width="1007" height="165" /></td> |
||||
</tr> |
||||
</table> |
||||
<table width="1007" border="0" align="center" cellpadding="0" cellspacing="0"> |
||||
|
||||
|
||||
<tr> |
||||
<td><img name="/cn_jdzmx/templates/jdzmx/images/menu_r1_c1" src="{ms:global.host/}/{ms:global.style/}/images/menu_r1_c1.jpg" width="116" height="34" border="0" id="menu_r1_c1" alt="" /></td> |
||||
<td><a href={ms:global.url/}/wangzhanshouye/index.html ><img name="/cn_jdzmx/templates/jdzmx/images/menu_r1_c2" src="{ms:global.host/}/{ms:global.style/}/images/menu_r1_c2.jpg" width="104" height="34" border="0" id="menu_r1_c2" alt="" /></a></td> |
||||
<td><a href="{ms:global.url/}/xianrenlingdao/index.html" ><img name="/cn_jdzmx/templates/jdzmx/images/menu_r1_c3" src="{ms:global.host/}/{ms:global.style/}/images/menu_r1_c3.jpg" width="96" height="34" border="0" id="menu_r1_c3" alt="" /></a></td> |
||||
<td><a href="{ms:global.url/}/meixiegaikuang/index.html" ><img name="/cn_jdzmx/templates/jdzmx/images/menu_r1_c4" src="{ms:global.host/}/{ms:global.style/}/images/menu_r1_c4.jpg" width="99" height="34" border="0" id="menu_r1_c4" alt="" /></a></td> |
||||
<td><a href="{ms:global.url/}/xinwenzhongxin/index.html" ><img name="/cn_jdzmx/templates/jdzmx/images/menu_r1_c5" src="{ms:global.host/}/{ms:global.style/}/images/menu_r1_c5.jpg" width="102" height="34" border="0" id="menu_r1_c5" alt="" /></a></td> |
||||
<td><a href="{ms:global.url/}/xueshujiaoliu/index.html" ><img name="/cn_jdzmx/templates/jdzmx/images/menu_r1_c6" src="{ms:global.host/}/{ms:global.style/}/images/menu_r1_c6.jpg" width="97" height="34" border="0" id="menu_r1_c6" alt="" /></a></td> |
||||
<td><a href="{ms:global.url/}/zhanlanxinxi/index.html" ><img name="/cn_jdzmx/templates/jdzmx/images/menu_r1_c7" src="{ms:global.host/}/{ms:global.style/}/images/menu_r1_c7.jpg" width="98" height="34" border="0" id="menu_r1_c7" alt="" /></a></td> |
||||
<td><a href="{ms:global.url/}/huajiazuopin/index.html" ><img name="/cn_jdzmx/templates/jdzmx/images/menu_r1_c8" src="{ms:global.host/}/{ms:global.style/}/images/menu_r1_c8.jpg" width="99" height="34" border="0" id="menu_r1_c8" alt="" /></a></td> |
||||
<td><a href="{ms:global.url/}/huiyuanfengcai/index.html" ><img name="/cn_jdzmx/templates/jdzmx/images/menu_r1_c9" src="{ms:global.host/}/{ms:global.style/}/images/menu_r1_c9.jpg" width="100" height="34" border="0" id="menu_r1_c9" alt="" /></a></td> |
||||
<td><img name="/cn_jdzmx/templates/jdzmx/images/menu_r1_c10" src="{ms:global.host/}/{ms:global.style/}/images/menu_r1_c10.jpg" width="96" height="34" border="0" id="menu_r1_c10" alt="" /></td> |
||||
<td><img src="spacer.gif" width="1" height="34" border="0" alt="" /></td> |
||||
</tr> |
||||
</table> |
||||
|
After Width: | Height: | Size: 904 B |
|
After Width: | Height: | Size: 34 KiB |
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 3.7 KiB |
|
After Width: | Height: | Size: 3.1 KiB |
|
After Width: | Height: | Size: 2.5 KiB |
|
After Width: | Height: | Size: 4.5 KiB |
|
After Width: | Height: | Size: 4.3 KiB |
|
After Width: | Height: | Size: 4.6 KiB |
|
After Width: | Height: | Size: 4.5 KiB |
|
After Width: | Height: | Size: 4.4 KiB |
|
After Width: | Height: | Size: 4.6 KiB |
|
After Width: | Height: | Size: 4.5 KiB |
|
After Width: | Height: | Size: 4.5 KiB |
|
After Width: | Height: | Size: 2.9 KiB |
|
After Width: | Height: | Size: 2.9 KiB |
|
After Width: | Height: | Size: 3.9 KiB |
|
After Width: | Height: | Size: 2.9 KiB |
|
After Width: | Height: | Size: 4.3 KiB |
|
After Width: | Height: | Size: 1023 B |
|
After Width: | Height: | Size: 1.6 KiB |
|
After Width: | Height: | Size: 4.0 KiB |
|
After Width: | Height: | Size: 2.9 KiB |
|
After Width: | Height: | Size: 5.5 KiB |
|
After Width: | Height: | Size: 364 B |
|
After Width: | Height: | Size: 2.2 KiB |
@ -0,0 +1,150 @@ |
||||
<!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> |
||||
<style> |
||||
body { |
||||
background-color: #ECE9E4 |
||||
} |
||||
</style> |
||||
<style> |
||||
.pageStyle { |
||||
list-style: none; |
||||
margin-left: 250px; |
||||
|
||||
} |
||||
|
||||
.pageStyle li { |
||||
float: left; |
||||
margin: 2px; |
||||
|
||||
} |
||||
</style> |
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
||||
<title>{ms:global.name/}</title> |
||||
<link rel="shortcut icon" href="{ms:global.host/}/{ms:global.style/}/favicon.ico" type="x-icon" /> |
||||
<meta name="Keywords" content="{ms:global.keyword/}" /> |
||||
<meta name="Description" content="{ms:global.descrip/}" /> |
||||
<link href="{ms:global.host/}/{ms:global.style/}/css/style.css" type=text/css rel=stylesheet> |
||||
<script src="{ms:global.host/}/{ms:global.style/}/js/comm.js" type="text/javascript"></script> |
||||
<link href="{ms:global.host/}/{ms:global.style/}/css/style.css" type=text/css rel=stylesheet> |
||||
<script src="{ms:global.host/}/{ms:global.style/}/js/comm.js" type="text/javascript"></script> |
||||
</head> |
||||
|
||||
<body oncopy="nocopy()"> |
||||
<#include "header.htm"> |
||||
<center> |
||||
<div style="width:1007px; height:2px; border-bottom:2px solid #C18D54;"></div> |
||||
</center> |
||||
<table width="1007" border="0" align="center" cellpadding="00" cellspacing="0" bgcolor="#ECE9E4"> |
||||
<tr> |
||||
<td style="padding-top:15px"> |
||||
<table width="966" border="0" align="center" cellpadding="00" cellspacing="0"> |
||||
<tr> |
||||
<td width="230" style="padding-top:3px;"> |
||||
<table width="210" height="44" border="0" align="center" cellpadding="00" cellspacing="0" |
||||
background="{ms:global.host/}/{ms:global.style/}/images/news_left_title.jpg"> |
||||
<tr> |
||||
<td align="center" style="color:#664617; font-size:16px; font-weight:bold;font-family:' 微软雅黑,黑体'"> |
||||
{ms:field.typetitle/}</td> |
||||
</tr> |
||||
</table> |
||||
<table style="margin-top:3px;" width="210" height="500" border="0" align="center" cellpadding="00" |
||||
cellspacing="0" bgcolor="#897455"> |
||||
<tr> |
||||
<td valign="top"> |
||||
|
||||
{ms:channel type=son} |
||||
<a href="{ms:global.url/}[field.typelink/]" class="main_"> |
||||
|
||||
<div class="newsSort_A" onmouseover="this.className='newsSort_B'" |
||||
onmouseout="this.className='newsSort_A'"> |
||||
[field.typetitle/] |
||||
</div> |
||||
</a> |
||||
{/ms:channel} |
||||
|
||||
</td> |
||||
</tr> |
||||
</table> |
||||
</td> |
||||
<td width="736" valign="top"> |
||||
<table width="100%" height="45" border="0" cellpadding="00" cellspacing="0"> |
||||
<tr> |
||||
<td align="left" background="{ms:global.host/}/{ms:global.style/}/images/news_right_bg.jpg" |
||||
style="padding-left:26px;"><span style="color:#575350; font-weight:100"> >> <a |
||||
href="{ms:field.typelink/}">{ms:field.typetitle/}</a> </span> </td> |
||||
</tr> |
||||
</table> |
||||
<div style="height:1px;"></div> |
||||
<table width="100%" border="0" cellpadding="0" cellspacing="0"> |
||||
<tbody> |
||||
<tr> |
||||
<td height="42" colspan="3"> |
||||
|
||||
{ms:arclist size=6 ispaging=true} |
||||
<div style="float:left; width:220px; height:200px; margin:2px;"> |
||||
<table align="center" width="170" border="0" cellspacing="2" cellpadding="0"> |
||||
<tbody> |
||||
<tr> |
||||
<td> |
||||
<table align="center" border="0" cellpadding="0" cellspacing="0"> |
||||
<tbody> |
||||
<tr> |
||||
<td width="180" height="160" valign="middle" align="center"> |
||||
<div style="width:180px;" align="center"> |
||||
<a href='{ms:global.url/}${field.link}'><img |
||||
src={ms:global.host/}${field.typelitpic} width="180" height="135" |
||||
border="0" onload="javascript:DrawImage(this);" alt="600×451"></a><br> |
||||
</div> |
||||
</td> |
||||
</tr> |
||||
</tbody> |
||||
</table> |
||||
</td> |
||||
</tr> |
||||
<tr> |
||||
<td height="25" align="center"><a |
||||
href='{ms:global.url/}${field.link}'>${field.title}</a></td> |
||||
</tr> |
||||
</tbody> |
||||
</table> |
||||
</div> |
||||
{/ms:arclist} |
||||
|
||||
|
||||
|
||||
<tr valign="bottom"> |
||||
<td height="50" colspan="2" align="center"> |
||||
<UL class="pageStyle"> |
||||
<li><a href="{ms:global.url/}/{ms:page.index/}">首页</a></li> |
||||
<li><a href="{ms:global.url/}/{ms:page.pre/}">上一页</a></li> |
||||
<li><a href="{ms:global.url/}/{ms:page.next/}">下一页</a></li> |
||||
<li><a href="{ms:global.url/}/{ms:page.last/}">末页</a></li> |
||||
<li> 当前页面文章数量:{ms:page.rcount/}</li> |
||||
<li> 当前为第{ms:page.cur/}页</li> |
||||
<li> 页面总数:{ms:page.total/}</li> |
||||
</UL> |
||||
</td> |
||||
</tr> |
||||
</table> |
||||
</td> |
||||
</tr> |
||||
</table> |
||||
</td> |
||||
</tr> |
||||
</table> |
||||
</td> |
||||
</tr> |
||||
</table> |
||||
</DIV> |
||||
|
||||
<#include "foot.htm"> |
||||
|
||||
|
||||
|
||||
</BODY> |
||||
|
||||
</HTML> |
||||
@ -0,0 +1,146 @@ |
||||
<!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> |
||||
<style> |
||||
body { |
||||
background-color: #ECE9E4 |
||||
} |
||||
</style> |
||||
<style> |
||||
.pageStyle { |
||||
list-style: none; |
||||
margin-left: 250px; |
||||
|
||||
} |
||||
|
||||
.pageStyle li { |
||||
float: left; |
||||
margin: 2px; |
||||
|
||||
} |
||||
</style> |
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
||||
<title>{ms:global.name/}</title> |
||||
<link rel="shortcut icon" href="{ms:global.host/}/{ms:global.style/}/favicon.ico" type="x-icon" /> |
||||
<meta name="Keywords" content="{ms:global.keyword/}" /> |
||||
<meta name="Description" content="{ms:global.descrip/}" /> |
||||
<link href="{ms:global.host/}/{ms:global.style/}/css/style.css" type=text/css rel=stylesheet> |
||||
<script src="{ms:global.host/}/{ms:global.style/}/js/comm.js" type="text/javascript"></script> |
||||
<link href="{ms:global.host/}/{ms:global.style/}/css/style.css" type=text/css rel=stylesheet> |
||||
<script src="{ms:global.host/}/{ms:global.style/}/js/comm.js" type="text/javascript"></script> |
||||
</head> |
||||
|
||||
<body oncopy="nocopy()"> |
||||
<#include "header.htm"> |
||||
<center> |
||||
<div style="width:1007px; height:2px; border-bottom:2px solid #C18D54;"></div> |
||||
</center> |
||||
<table width="1007" border="0" align="center" cellpadding="00" cellspacing="0" bgcolor="#ECE9E4"> |
||||
<tr> |
||||
<td style="padding-top:15px"> |
||||
<table width="966" border="0" align="center" cellpadding="00" cellspacing="0"> |
||||
<tr> |
||||
<td width="230" style="padding-top:3px;"> |
||||
<table width="210" height="44" border="0" align="center" cellpadding="00" cellspacing="0" |
||||
background="{ms:global.host/}/{ms:global.style/}/images/news_left_title.jpg"> |
||||
<tr> |
||||
<td align="center" style="color:#664617; font-size:16px; font-weight:bold;font-family:'微软黑体'"> |
||||
{ms:field.typetitle/}</td> |
||||
</tr> |
||||
</table> |
||||
<table style="margin-top:3px;" width="210" height="500" border="0" align="center" cellpadding="00" |
||||
cellspacing="0" bgcolor="#897455"> |
||||
<tr> |
||||
<td valign="top"> |
||||
|
||||
{ms:channel type=level} |
||||
<a href="{ms:global.url/}[field.typelink/]" class="main_"> |
||||
|
||||
<div class="newsSort_A" onmouseover="this.className='newsSort_B'" |
||||
onmouseout="this.className='newsSort_A'"> |
||||
[field.typetitle/] |
||||
</div> |
||||
</a> |
||||
{/ms:channel} |
||||
|
||||
</td> |
||||
</tr> |
||||
</table> |
||||
</td> |
||||
<td width="736" valign="top"> |
||||
<table width="100%" height="45" border="0" cellpadding="00" cellspacing="0"> |
||||
<tr> |
||||
<td align="left" background="{ms:global.host/}/{ms:global.style/}/images/news_right_bg.jpg" |
||||
style="padding-left:26px;"><span style="color:#575350; font-weight:100"> >> <a |
||||
href="{ms:field.typelink/}">{ms:field.typetitle/}</a> </span> </td> |
||||
</tr> |
||||
</table> |
||||
<div style="height:1px;"></div> |
||||
<table width="100%" border="0" cellpadding="0" cellspacing="0"> |
||||
<tbody> |
||||
<tr> |
||||
<td height="42" colspan="3"> |
||||
|
||||
{ms:arclist size=6 ispaging=true} |
||||
<div style="float:left; width:220px; height:200px; margin:2px;"> |
||||
<table align="center" width="170" border="0" cellspacing="2" cellpadding="0"> |
||||
<tbody> |
||||
<tr> |
||||
<td> |
||||
<table align="center" border="0" cellpadding="0" cellspacing="0"> |
||||
<tbody> |
||||
<tr> |
||||
<td width="180" height="160" valign="middle" align="center"> |
||||
<div style="width:180px;" align="center"> |
||||
<a href='{ms:global.url/}[field.link/]'><img |
||||
src={ms:global.host/}[field.litpic/] width="180" height="135" border="0" |
||||
onload="javascript:DrawImage(this);" alt="600×451"></a><br></div> |
||||
</td> |
||||
</tr> |
||||
</tbody> |
||||
</table> |
||||
</td> |
||||
</tr> |
||||
<tr> |
||||
<td height="25" align="center"><a |
||||
href='{ms:global.url/}[field.link/]'>[field.title/]</a></td> |
||||
</tr> |
||||
</tbody> |
||||
</table> |
||||
</div> |
||||
{/ms:arclist} |
||||
|
||||
|
||||
|
||||
<tr valign="bottom"> |
||||
<td height="50" colspan="2" align="center"> |
||||
<UL class="pageStyle"> |
||||
<li><a href="ms:global.url/}/{ms:page.index/}">首页</a></li> |
||||
<li><a href="{ms:global.url/}/{ms:page.pre/}">上一页</a></li> |
||||
<li><a href="{ms:global.url/}/{ms:page.next/}">下一页</a></li> |
||||
<li><a href="{ms:global.url/}/{ms:page.last/}">末页</a></li> |
||||
</UL> |
||||
</td> |
||||
</tr> |
||||
</table> |
||||
</td> |
||||
</tr> |
||||
</table> |
||||
</td> |
||||
</tr> |
||||
</table> |
||||
</td> |
||||
</tr> |
||||
</table> |
||||
</DIV> |
||||
|
||||
<#include "foot.htm"> |
||||
|
||||
|
||||
|
||||
</BODY> |
||||
|
||||
</HTML> |
||||
@ -0,0 +1,142 @@ |
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
//***********************************设为首页,收藏开始*********************************************
|
||||
function AddToFavorite()
|
||||
{
|
||||
if (document.all){
|
||||
window.external.addFavorite(document.URL,document.title);
|
||||
}else if (window.sidebar){
|
||||
window.sidebar.addPanel(document.title, document.URL, "");
|
||||
}
|
||||
}
|
||||
|
||||
//设为首页
|
||||
function setHomepage(){
|
||||
if (document.all){
|
||||
document.body.style.behavior='url(#default#homepage)';
|
||||
document.body.setHomePage(document.URL);
|
||||
}else if (window.sidebar){
|
||||
if(window.netscape){
|
||||
try{
|
||||
netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect");
|
||||
}catch (e){
|
||||
alert( "该操作被浏览器拒绝,如果想启用该功能,请在地址栏内输入 about:config,然后将项 signed.applets.codebase_principal_support 值该为true" );
|
||||
}
|
||||
}
|
||||
var prefs = Components.classes['@mozilla.org/preferences-service;1'].getService(Components. interfaces.nsIPrefBranch);
|
||||
prefs.setCharPref('browser.startup.homepage',document.URL);
|
||||
}
|
||||
}
|
||||
//***********************************设为首页,收藏结束*********************************************
|
||||
|
||||
|
||||
<!-- Beginning of JavaScript Code ------------------- |
||||
|
||||
nereidFadeObjects = new Object(); |
||||
nereidFadeTimers = new Object(); |
||||
function nereidFade(object, destOp, rate, delta){ |
||||
if (!document.all) |
||||
return |
||||
if (object != "[object]"){ setTimeout("nereidFade("+object+","+destOp+","+rate+","+delta+")",0); |
||||
return; |
||||
} |
||||
clearTimeout(nereidFadeTimers[object.sourceIndex]); |
||||
diff = destOp-object.filters.alpha.opacity; |
||||
direction = 1; |
||||
if (object.filters.alpha.opacity > destOp){ |
||||
direction = -1; |
||||
} |
||||
delta=Math.min(direction*diff,delta); |
||||
object.filters.alpha.opacity+=direction*delta; |
||||
if (object.filters.alpha.opacity != destOp){ |
||||
nereidFadeObjects[object.sourceIndex]=object; |
||||
nereidFadeTimers[object.sourceIndex]=setTimeout("nereidFade(nereidFadeObjects["+object.sourceIndex+"],"+destOp+","+rate+","+delta+")",rate); |
||||
} |
||||
} |
||||
// -- End of JavaScript Code -->
|
||||
|
||||
<!-- |
||||
//图片按比例缩放
|
||||
var flag=false; |
||||
function DrawImage(ImgD){ |
||||
var image=new Image(); |
||||
var iwidth = 180; //定义允许图片宽度
|
||||
var iheight = 160; //定义允许图片高度
|
||||
image.src=ImgD.src; |
||||
if(image.width>0 && image.height>0){ |
||||
flag=true; |
||||
if(image.width/image.height>= iwidth/iheight){ |
||||
if(image.width>iwidth){
|
||||
ImgD.width=iwidth; |
||||
ImgD.height=(image.height*iwidth)/image.width; |
||||
}else{ |
||||
ImgD.width=image.width;
|
||||
ImgD.height=image.height; |
||||
} |
||||
|
||||
ImgD.alt=image.width+"×"+image.height; |
||||
} |
||||
else{ |
||||
if(image.height>iheight){
|
||||
ImgD.height=iheight; |
||||
ImgD.width=(image.width*iheight)/image.height;
|
||||
}else{ |
||||
ImgD.width=image.width;
|
||||
ImgD.height=image.height; |
||||
} |
||||
ImgD.alt=image.width+"×"+image.height; |
||||
} |
||||
} |
||||
}
|
||||
//调用:<img src="图片" onload="javascript:DrawImage(this)">
|
||||
//-->
|
||||
|
||||
<!--ff支持outerHTML--> |
||||
if(typeof(HTMLElement)!="undefined" && !window.opera) |
||||
{ |
||||
HTMLElement.prototype.__defineGetter__("outerHTML",function() |
||||
{ |
||||
var a=this.attributes, str="<"+this.tagName, i=0;for(;i<a.length;i++) |
||||
if(a[i].specified) |
||||
str+=" "+a[i].name+'="'+a[i].value+'"'; |
||||
if(!this.canHaveChildren) |
||||
return str+" />"; |
||||
return str+">"+this.innerHTML+"</"+this.tagName+">"; |
||||
}); |
||||
HTMLElement.prototype.__defineSetter__("outerHTML",function(s) |
||||
{ |
||||
var r = this.ownerDocument.createRange(); |
||||
r.setStartBefore(this); |
||||
var df = r.createContextualFragment(s); |
||||
this.parentNode.replaceChild(df, this); |
||||
return s; |
||||
}); |
||||
HTMLElement.prototype.__defineGetter__("canHaveChildren",function() |
||||
{ |
||||
return !/^(area|base|basefont|col|frame|hr|img|br|input|isindex|link|meta|param)$/.test(this.tagName.toLowerCase()); |
||||
}); |
||||
} |
||||
<!--ff支持outerHTML--> |
||||
|
||||
// 图片大小控制
|
||||
function ReImgSize(){ |
||||
var obj =document.getElementById("content").getElementsByTagName("img"); |
||||
if(!obj) obj = document.images; |
||||
for (i=0; i<obj.length; i++){ |
||||
if (obj){ |
||||
if (obj[i].width>450){ |
||||
obj[i].width = 450; |
||||
obj[i].style.width = 450; |
||||
obj[i].title = "在新窗口打开图片!"; |
||||
obj[i].style.cursor = "pointer"; |
||||
obj[i].border = 0; |
||||
obj[i].outerHTML='<a href="'+obj[i].src+'" rel="lightbox[loval]" target="_blank" title="[pic:title]">'+obj[i].outerHTML+'</a>' |
||||
} |
||||
} |
||||
} |
||||
} |
||||
@ -0,0 +1,28 @@ |
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
function d() { |
||||
var myDate = new Date(); |
||||
myDate.getYear(); //获取当前年份(2位)
|
||||
myDate.getFullYear(); //获取完整的年份(4位,1970-????)
|
||||
myDate.getMonth(); //获取当前月份(0-11,0代表1月)
|
||||
myDate.getDate(); //获取当前日(1-31)
|
||||
myDate.getDay(); //获取当前星期X(0-6,0代表星期天)
|
||||
myDate.getTime(); //获取当前时间(从1970.1.1开始的毫秒数)
|
||||
myDate.getHours(); //获取当前小时数(0-23)
|
||||
myDate.getMinutes(); //获取当前分钟数(0-59)
|
||||
myDate.getSeconds(); //获取当前秒数(0-59)
|
||||
myDate.getMilliseconds(); //获取当前毫秒数(0-999)
|
||||
myDate.toLocaleDateString(); //获取当前日期
|
||||
var mytime=myDate.toLocaleTimeString(); //获取当前时间
|
||||
myDate.toLocaleString( ); //获取日期与时间
|
||||
if (mytime<"23:30:00"){ |
||||
document.getElementById("mainbody").innerHTML = mytime; |
||||
|
||||
} |
||||
|
||||
} |
||||
setInterval(d,1000) |
||||
@ -0,0 +1,115 @@ |
||||
<!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> |
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
||||
<title>{ms:global.name/}</title> |
||||
<link rel="shortcut icon" href="{ms:global.host/}/{ms:global.style/}/favicon.ico" type="x-icon" /> |
||||
<meta name="Keywords" content="{ms:global.keyword/}" /> |
||||
<meta name="Description" content="{ms:global.descrip/}" /> |
||||
<link href="{ms:global.host/}/{ms:global.style/}/css/style.css" type=text/css rel=stylesheet> |
||||
<script src="{ms:global.host/}/{ms:global.style/}/js/comm.js" type="text/javascript"></script> |
||||
|
||||
</head> |
||||
|
||||
<body topmargin="0" oncopy="nocopy()"> |
||||
<#include "header.htm"> |
||||
<center> |
||||
<div style="width:1007px; height:2px; border-bottom:2px solid #C18D54;"></div> |
||||
</center> |
||||
<table width="1007" border="0" align="center" cellpadding="00" cellspacing="0" bgcolor="#ECE9E4"> |
||||
<tr> |
||||
<td style="padding-top:15px"> |
||||
<table width="966" border="0" align="center" cellpadding="00" cellspacing="0"> |
||||
<tr> |
||||
<td width="230" valign="top" style="padding-top:3px;"> |
||||
<table width="210" height="44" border="0" align="center" cellpadding="00" cellspacing="0" |
||||
background="{ms:global.host/}/{ms:global.style/}/images/news_left_title.jpg"> |
||||
<tr> |
||||
<td align="center" style="color:#664617; font-size:16px; font-weight:bold">${field.typetitle} |
||||
</td> |
||||
</tr> |
||||
</table> |
||||
<table style="margin-top:3px;" width="210" height="500" border="0" align="center" cellpadding="00" |
||||
cellspacing="0" bgcolor="#897455"> |
||||
<tr> |
||||
<td valign="top"> |
||||
{ms:channel typeid=3001 type=son} |
||||
<a href="{ms:global.url/}[field.typelink/]" class="main_"> |
||||
|
||||
<div class="newsSort_A" onmouseover="this.className='newsSort_B'" |
||||
onmouseout="this.className='newsSort_A'"> |
||||
${field.typetitle} |
||||
</div> |
||||
</a> |
||||
{/ms:channel} |
||||
</td> |
||||
</tr> |
||||
</table> |
||||
</td> |
||||
<td width="736" valign="top"> |
||||
<table width="100%" height="45" border="0" cellpadding="00" cellspacing="0"> |
||||
<tr> |
||||
<td align="left" background="{ms:global.host/}/{ms:global.style/}/images/news_right_bg.jpg" |
||||
style="padding-left:26px;"><span style="color:#575350; font-weight:100"> >> <a |
||||
href="{ms:field.typelink/}">${field.typetitle}</a> </span> </td> |
||||
</tr> |
||||
</table> |
||||
<div style="height:1px;"></div> |
||||
<table width="100%" height="45" border="0" cellpadding="00" cellspacing="0"> |
||||
<tr> |
||||
<td background="{ms:global.host/}/{ms:global.style/}/images/news_right_bg.jpg" |
||||
style="padding:20px;"> |
||||
<table width="95%" align="center" border="0" cellpadding="0" cellspacing="0"> |
||||
<tbody> |
||||
<tr> |
||||
<td class="tit" align="center" height="50"><strong style="font-size: 17px;font-family: 宋体; |
||||
line-height: 25px;">${field.title}</strong></td> |
||||
</tr> |
||||
|
||||
<tr> |
||||
<td class="black" id="fontzoom"> |
||||
<div style="overflow:hidden; width:650px;font-size: 16px; |
||||
font-family: 宋体;line-height: 25px;">${field.content} |
||||
</div> |
||||
</td> |
||||
</tr> |
||||
<tr align="right"> |
||||
<td> </td> |
||||
</tr> |
||||
|
||||
<tr align="right"> |
||||
<td> </td> |
||||
</tr> |
||||
<tr align="right"> |
||||
<td> |
||||
<table width="95%" align="center" border="0" cellpadding="0" cellspacing="0" height="30"> |
||||
<tbody> |
||||
|
||||
</tbody> |
||||
</table> |
||||
</td> |
||||
</tr> |
||||
|
||||
</tbody> |
||||
</table> |
||||
</td> |
||||
</tr> |
||||
</table> |
||||
</td> |
||||
</tr> |
||||
</table> |
||||
</td> |
||||
</tr> |
||||
</table> |
||||
</DIV> |
||||
</div> |
||||
<#include "foot.htm"> |
||||
|
||||
|
||||
|
||||
</body> |
||||
|
||||
</html> |
||||
<script src="inc/AspCms_VisitsAdd.asp-id=513"></script> |
||||
@ -0,0 +1,134 @@ |
||||
<!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> |
||||
<style> |
||||
body { |
||||
background-color: #ECE9E4 |
||||
} |
||||
</style> |
||||
<style> |
||||
.pageStyle { |
||||
list-style: none; |
||||
margin-left: 250px; |
||||
|
||||
} |
||||
|
||||
.pageStyle li { |
||||
float: left; |
||||
margin: 2px; |
||||
|
||||
} |
||||
</style> |
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
||||
<title>{ms:global.name/}</title> |
||||
<link rel="shortcut icon" href="{ms:global.host/}/{ms:global.style/}/favicon.ico" type="x-icon" /> |
||||
<meta name="Keywords" content="{ms:global.keyword/}" /> |
||||
<meta name="Description" content="{ms:global.descrip/}" /> |
||||
<link href="{ms:global.host/}/{ms:global.style/}/css/style.css" type=text/css rel=stylesheet> |
||||
<script src="{ms:global.host/}/{ms:global.style/}/js/comm.js" type="text/javascript"></script> |
||||
</head> |
||||
|
||||
<body oncopy="nocopy()"> |
||||
<#include "header.htm"> |
||||
<center> |
||||
<div style="width:1007px; height:2px; border-bottom:2px solid #C18D54;"></div> |
||||
</center> |
||||
<table width="1007" border="0" align="center" cellpadding="00" cellspacing="0" bgcolor="#ECE9E4"> |
||||
<tr> |
||||
<td style="padding-top:15px"> |
||||
<table width="966" border="0" align="center" cellpadding="00" cellspacing="0"> |
||||
<tr> |
||||
<td width="230" style="padding-top:3px" valign="top"> |
||||
<table width="210" height="44" border="0" align="center" cellpadding="00" cellspacing="0" |
||||
background="{ms:global.host/}/{ms:global.style/}/images/news_left_title.jpg"> |
||||
<tr> |
||||
<td align="center" style="color:#664617; font-size:16px; font-weight:bold;font-family:'微软雅黑,黑体'"> |
||||
{ms:field.typetitle/}</td> |
||||
</tr> |
||||
</table> |
||||
<table style="margin-top:3px;" width="210" height="500" border="0" align="center" cellpadding="00" |
||||
cellspacing="0" bgcolor="#897455"> |
||||
<tr> |
||||
<td valign="top"> |
||||
|
||||
{ms:channel type=level} |
||||
<a href="{ms:global.url/}[field.typelink/]" class="main_"> |
||||
|
||||
<div class="newsSort_A" onmouseover="this.className='newsSort_B'" |
||||
onmouseout="this.className='newsSort_A'"> |
||||
[field.typetitle/] |
||||
</div> |
||||
</a> |
||||
{/ms:channel} |
||||
|
||||
</td> |
||||
</tr> |
||||
</table> |
||||
</td> |
||||
<td width="736" valign="top"> |
||||
<table width="100%" height="45" border="0" cellpadding="00" cellspacing="0"> |
||||
<tr> |
||||
<td align="left" background="{ms:global.host/}/{ms:global.style/}/images/news_right_bg.jpg" |
||||
style="padding-left:26px;"><span style="color:#575350; font-weight:100"> >> <a |
||||
href="{ms:field.typelink/}">{ms:field.typetitle/}</a> </span> </td> |
||||
</tr> |
||||
</table> |
||||
<div style="height:1px;"></div> |
||||
<table width="100%" height="45" border="0" cellpadding="00" cellspacing="0"> |
||||
<tr> |
||||
<td background="{ms:global.host/}/{ms:global.style/}/images/news_right_bg.jpg" |
||||
style="padding:20px;"> |
||||
<table width="100%" border="0" cellpadding="0" cellspacing="0"> |
||||
|
||||
{ms:arclist size=20 typeid=3009 ispaging=true} |
||||
<tr> |
||||
<td width="71%" height="30" align="left" style="BORDER-bottom: #9E9A8F 1px dashed"> |
||||
${field.typetitle} |
||||
<a href='{ms:global.url/}[field.link/]'>${field.title}</a> |
||||
|
||||
</td> |
||||
<td width="29%" style="BORDER-bottom: #9E9A8F 1px dashed" align="right"> |
||||
<font color="#999999">${field.date?string("yyyy-MM-dd")}</font> |
||||
</td> |
||||
</tr> |
||||
{/ms:arclist} |
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr valign="bottom"> |
||||
<td height="50" colspan="2" align="center"> |
||||
<UL class="pageStyle"> |
||||
<li><a href="{ms:global.url/}/{ms:page.index/}">首页</a></li> |
||||
<li><a href="{ms:global.url/}/{ms:page.pre/}">上一页</a></li> |
||||
<li><a href="{ms:global.url/}/{ms:page.next/}">下一页</a></li> |
||||
<li><a href="{ms:global.url/}/{ms:page.last/}">末页</a></li> |
||||
</UL> |
||||
</td> |
||||
</tr> |
||||
</table> |
||||
</td> |
||||
</tr> |
||||
</table> |
||||
</td> |
||||
</tr> |
||||
</table> |
||||
</td> |
||||
</tr> |
||||
</table> |
||||
</DIV> |
||||
|
||||
<#include "foot.htm"> |
||||
|
||||
|
||||
|
||||
</BODY> |
||||
|
||||
</HTML> |
||||
@ -0,0 +1,126 @@ |
||||
<!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> |
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
||||
<title>{ms:global.name/}</title> |
||||
<link rel="shortcut icon" href="{ms:global.host/}/{ms:global.style/}/favicon.ico" type="x-icon" /> |
||||
<meta name="Keywords" content="{ms:global.keyword/}" /> |
||||
<meta name="Description" content="{ms:global.descrip/}" /> |
||||
<link href="{ms:global.host/}/{ms:global.style/}/css/style.css" type=text/css rel=stylesheet> |
||||
<script src="{ms:global.host/}/{ms:global.style/}/js/comm.js" type="text/javascript"></script> |
||||
</head> |
||||
|
||||
<body topmargin="0" oncopy="nocopy()"> |
||||
<#include "header.htm"> |
||||
<center> |
||||
<div style="width:1007px; height:2px; border-bottom:2px solid #C18D54;"></div> |
||||
</center> |
||||
<table width="1007" border="0" align="center" cellpadding="00" cellspacing="0" bgcolor="#ECE9E4"> |
||||
<tr> |
||||
<td style="padding-top:15px"> |
||||
<table width="966" border="0" align="center" cellpadding="00" cellspacing="0"> |
||||
<tr> |
||||
<td width="230" valign="top" style="padding-top:3px;"> |
||||
<table width="210" height="44" border="0" align="center" cellpadding="00" cellspacing="0" |
||||
background="{ms:global.host/}/{ms:global.style/}/images/news_left_title.jpg"> |
||||
<tr> |
||||
<td align="center" style="color:#664617; font-size:16px; font-weight:bold;font-family:'微软雅黑,黑体'"> |
||||
${field.typetitle}</td> |
||||
</tr> |
||||
</table> |
||||
<table style="margin-top:3px;" width="210" height="500" border="0" align="center" cellpadding="00" |
||||
cellspacing="0" bgcolor="#897455"> |
||||
<tr> |
||||
<td valign="top"> |
||||
{ms:channel type=son} |
||||
<a href="{ms:global.url/}[field.typelink/]" class="main_"> |
||||
|
||||
<div class="newsSort_A" onmouseover="this.className='newsSort_B'" |
||||
onmouseout="this.className='newsSort_A'"> |
||||
${field.typetitle} |
||||
</div> |
||||
</a> |
||||
{/ms:channel} |
||||
</td> |
||||
</tr> |
||||
</table> |
||||
</td> |
||||
<td width="736" valign="top"> |
||||
<table width="100%" height="45" border="0" cellpadding="00" cellspacing="0"> |
||||
<tr> |
||||
<td align="left" background="{ms:global.host/}/{ms:global.style/}/images/news_right_bg.jpg" |
||||
style="padding-left:26px;"><span style="color:#575350; font-weight:100"> >> <a |
||||
href="{ms:field.typelink/}">{ms:field.typetitle/}</a> </span> </td> |
||||
</tr> |
||||
</table> |
||||
<div style="height:1px;"></div> |
||||
<table width="100%" height="45" border="0" cellpadding="00" cellspacing="0"> |
||||
<tr> |
||||
<td background="{ms:global.host/}/{ms:global.style/}/images/news_right_bg.jpg" |
||||
style="padding:20px;"> |
||||
<table width="95%" align="center" border="0" cellpadding="0" cellspacing="0"> |
||||
<tbody> |
||||
<tr> |
||||
<td class="tit" align="center" height="50"><strong |
||||
style="font-size:16px">{ms:field.title/}</strong></td> |
||||
</tr> |
||||
<tr align="center"> |
||||
<td style="border: #9E9A8F 1px dashed;" width="80%" height="30"> 来源:{ms:field.source/} | |
||||
发布时间:${field.date?string("yyyy-mm-dd")}</font> |
||||
</td> |
||||
</tr> |
||||
<tr> |
||||
<td class="black" id="fontzoom"> |
||||
<div style="overflow:hidden; width:650px;">{ms:field.content/} |
||||
</div> |
||||
</td> |
||||
</tr> |
||||
<tr align="right"> |
||||
<td> </td> |
||||
</tr> |
||||
<tr> |
||||
<td class="black" id="fontzoom"> TAG: </td> |
||||
</tr> |
||||
<tr align="right"> |
||||
<td> </td> |
||||
</tr> |
||||
<tr align="right"> |
||||
<td> |
||||
<table width="95%" align="center" border="0" cellpadding="0" cellspacing="0" height="30"> |
||||
<tbody> |
||||
<tr> |
||||
<td align="right"><a href="javascript:window.print()">打印本页</a> || <a |
||||
href="javascript:window.close()">关闭窗口</a></td> |
||||
</tr> |
||||
</tbody> |
||||
</table> |
||||
</td> |
||||
</tr> |
||||
<tr align="left"> |
||||
<td><a href="{ms:global.url/}{ms:next.link/}">上一篇: {ms:next.title/}</a><br /><br /> |
||||
<a href="{ms:global.url/}{ms:pre.link/}">下一篇: {ms:pre.title/}</a> |
||||
</td> |
||||
</tr> |
||||
</tbody> |
||||
</table> |
||||
</td> |
||||
</tr> |
||||
</table> |
||||
</td> |
||||
</tr> |
||||
</table> |
||||
</td> |
||||
</tr> |
||||
</table> |
||||
</DIV> |
||||
</div> |
||||
<#include "foot.htm"> |
||||
|
||||
|
||||
|
||||
</body> |
||||
|
||||
</html> |
||||
<script src="inc/AspCms_VisitsAdd.asp-id=513"></script> |
||||
@ -0,0 +1,137 @@ |
||||
<!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> |
||||
<style> |
||||
body { |
||||
background-color: #ECE9E4 |
||||
} |
||||
</style> |
||||
<style> |
||||
.pageStyle { |
||||
list-style: none; |
||||
margin-left: 250px; |
||||
|
||||
} |
||||
|
||||
.pageStyle li { |
||||
float: left; |
||||
margin: 2px; |
||||
|
||||
} |
||||
</style> |
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
||||
<title>{ms:global.name/}</title> |
||||
<link rel="shortcut icon" href="{ms:global.host/}/{ms:global.style/}/favicon.ico" type="x-icon" /> |
||||
<meta name="Keywords" content="{ms:global.keyword/}" /> |
||||
<meta name="Description" content="{ms:global.descrip/}" /> |
||||
<link href="{ms:global.host/}/{ms:global.style/}/css/style.css" type=text/css rel=stylesheet> |
||||
<script src="{ms:global.host/}/{ms:global.style/}/js/comm.js" type="text/javascript"></script> |
||||
</head> |
||||
|
||||
<body oncopy="nocopy()"> |
||||
<#include "header.htm"> |
||||
<center> |
||||
<div style="width:1007px; height:2px; border-bottom:2px solid #C18D54;"></div> |
||||
</center> |
||||
<table width="1007" border="0" align="center" cellpadding="00" cellspacing="0" bgcolor="#ECE9E4"> |
||||
<tr> |
||||
<td style="padding-top:15px"> |
||||
<table width="966" border="0" align="center" cellpadding="00" cellspacing="0"> |
||||
<tr> |
||||
<td width="230" style="padding-top:3px" valign="top"> |
||||
<table width="210" height="44" border="0" align="center" cellpadding="00" cellspacing="0" |
||||
background="{ms:global.host/}/{ms:global.style/}/images/news_left_title.jpg"> |
||||
<tr> |
||||
<td align="center" style="color:#664617; font-size:16px; font-weight:bold;font-family:'微软雅黑,黑体'"> |
||||
{ms:field.typetitle/}</td> |
||||
</tr> |
||||
</table> |
||||
<table style="margin-top:3px;" width="210" height="500" border="0" align="center" cellpadding="00" |
||||
cellspacing="0" bgcolor="#897455"> |
||||
<tr> |
||||
<td valign="top"> |
||||
|
||||
{ms:channel type=son} |
||||
<a href="{ms:global.url/}[field.typelink/]" class="main_"> |
||||
|
||||
<div class="newsSort_A" onmouseover="this.className='newsSort_B'" |
||||
onmouseout="this.className='newsSort_A'"> |
||||
[field.typetitle/] |
||||
</div> |
||||
</a> |
||||
{/ms:channel} |
||||
|
||||
</td> |
||||
</tr> |
||||
</table> |
||||
</td> |
||||
<td width="736" valign="top"> |
||||
<table width="100%" height="45" border="0" cellpadding="00" cellspacing="0"> |
||||
<tr> |
||||
<td align="left" background="{ms:global.host/}/{ms:global.style/}/images/news_right_bg.jpg" |
||||
style="padding-left:26px;"><span style="color:#575350; font-weight:100"> >> <a |
||||
href="{ms:field.typelink/}">{ms:field.typetitle/}</a> </span> </td> |
||||
</tr> |
||||
</table> |
||||
<div style="height:1px;"></div> |
||||
<table width="100%" height="45" border="0" cellpadding="00" cellspacing="0"> |
||||
<tr> |
||||
<td background="{ms:global.host/}/{ms:global.style/}/images/news_right_bg.jpg" |
||||
style="padding:20px;"> |
||||
<table width="100%" border="0" cellpadding="0" cellspacing="0"> |
||||
|
||||
{ms:arclist size=20 ispaging=true} |
||||
<tr> |
||||
<td width="71%" height="30" align="left" style="BORDER-bottom: #9E9A8F 1px dashed"> |
||||
[field.typetitle/] |
||||
<a href='{ms:global.url/}[field.link/]'>[field.title/]</a> |
||||
|
||||
</td> |
||||
<td width="29%" style="BORDER-bottom: #9E9A8F 1px dashed" align="right"> |
||||
<font color="#999999">[field.date?string("yyyy-mm-dd")/]</font> |
||||
</td> |
||||
</tr> |
||||
{/ms:arclist} |
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr valign="bottom"> |
||||
<td height="50" colspan="2" align="center"> |
||||
<UL class="pageStyle"> |
||||
<li><a href="{ms:global.url/}/{ms:page.index/}">首页</a></li> |
||||
<li><a href="{ms:global.url/}/{ms:page.pre/}">上一页</a></li> |
||||
<li><a href="{ms:global.url/}/{ms:page.next/}">下一页</a></li> |
||||
<li><a href="{ms:global.url/}/{ms:page.last/}">末页</a></li> |
||||
<li> 当前页面文章数量:{ms:page.rcount/}</li> |
||||
<li> 当前为第{ms:page.cur/}页</li> |
||||
<li> 页面总数:{ms:page.total/}</li> |
||||
</UL> |
||||
</td> |
||||
</tr> |
||||
</table> |
||||
</td> |
||||
</tr> |
||||
</table> |
||||
</td> |
||||
</tr> |
||||
</table> |
||||
</td> |
||||
</tr> |
||||
</table> |
||||
</DIV> |
||||
|
||||
<#include "foot.htm"> |
||||
|
||||
|
||||
|
||||
</BODY> |
||||
|
||||
</HTML> |
||||