📄 head.htm
字号:
<!--<?php
print <<<EOT
-->
<html>
<head>
<title>{$guide}{$set['name']}{$seotitle}</title>
<meta http-equiv='Content-Type' content="text/html;charset={$charset}">
<meta name="keywords" content="{$set['keywords']}">
<meta name="description" content="{$set['description']}">
<!--css--><style type='text/css'>
body {PADDING-RIGHT:0px;PADDING-LEFT:0px;PADDING-BOTTOM:0px;MARGIN:0px auto;PADDING-TOP:0px;TEXT-ALIGN:center;background:#064891;}
body {FONT-SIZE:12px;COLOR:#006699;LINE-HEIGHT:16px;FONT-FAMILY:"宋体"}
form {MARGIN:0px}
td {FONT-SIZE:12px;LINE-HEIGHT:16px;FONT-FAMILY:"宋体"}
div {FONT-SIZE:12px;LINE-HEIGHT:16px;FONT-FAMILY:"宋体"}
A {FONT-SIZE:12px;COLOR:#006699;LINE-HEIGHT:16px;TEXT-DECORATION:none}
A:hover {COLOR:#ff3300;TEXT-DECORATION:underline}
input { border-top-width: 1px; padding-right: 1px; padding-left: 1px;
border-left-width: 1px; border-bottom-width: 1px; border-right-width: 1px;
padding-bottom: 1px; padding-top: 1px; height: 18px;
border-left-color: #c0c0c0; border-bottom-color: #c0c0c0;
border-top-color: #c0c0c0; border-right-color: #c0c0c0;
background-color: #FFFFFF; cursor: hand;
font-size: 9pt; font-family: "宋体";
}
.input {HEIGHT:20px}
.inputbox {BORDER-RIGHT: #aaa7a7 1px solid; BORDER-TOP: #aaa7a7 1px solid; FONT-SIZE: 12px; BACKGROUND: #ffffff; BORDER-LEFT: #aaa7a7 1px solid; COLOR: #3d4c5b; PADDING-TOP: 1px; BORDER-BOTTOM: #aaa7a7 1px solid; HEIGHT: 20px}
.box {BORDER-RIGHT:#cccccc 1px solid;BORDER-LEFT: #cccccc 1px solid}
.dh {FONT-WEIGHT:normal;FONT-SIZE:12px;COLOR:#000000;LINE-HEIGHT:120%;TEXT-ALIGN:center;TEXT-DECORATION:none}
.bbs_login {FONT-SIZE:12px;LINE-HEIGHT:18px;FONT-FAMILY:"宋体"; TEXT-DECORATION: none}
.bold {FONT-WEIGHT:bold;FONT-SIZE:14px;COLOR:#01466f}
.bold1 {FONT-WEIGHT:bold;FONT-SIZE:12px;COLOR:#01466f}
.about {FONT-SIZE:12px;COLOR:#666666;LINE-HEIGHT:180%;TEXT-DECORATION:none}
.newstd {BORDER-BOTTOM:#cccccc 1px dashe}
.newsspan {COLOR:#0007f}
.newsa:link {FONT-SIZE:13px;COLOR:#00007f;TEXT-DECORATION:none}
.newsa:visited {FONT-SIZE:13px;COLOR:#00007f;TEXT-DECORATION:none}
.newsa.hover {FONT-SIZE:13px;COLOR:#ff3300;TEXT-DECORATION:underline}
.newsa.active {FONT-SIZE:13px;COLOR:#99cc00;TEXT-DECORATION:none}
.sorttb1 {BORDER-RIGHT:#ff883a 1px solid;BORDER-TOP:#ff883a 1px solid;BORDER-LEFT:#ff883a 1px solid;BORDER-BOTTOM:#ff883a 1px solid}
.sorttb2 {BORDER-RIGHT:#49c6e3 1px solid;BORDER-TOP:#49c6e3 1px solid;BORDER-LEFT:#49c6e3 1px solid;BORDER-BOTTOM:#49c6e3 1px solid}
</style><!--css-->
</head>
<body>
<div align="center">
<center>
<table border="0" width="760" cellpadding="0" cellspacing="0" height="60" bgcolor="#FFFFFF">
<tr>
<td>
<div align="center">
<table border="0" cellpadding="0" cellspacing="0" width="100%" height="60">
<tr>
<td align="center"><img width="180" valign="middle" height="60" src="{$imgpath}/{$set['logo']}"></td>
<td align="center"><img width="470" valign="middle" height="60" src="{$imgpath}/{$set['banner']}"></td>
<td width="110" valign="middle" align="center" height="60">
<table height="60" cellspacing="0" cellpadding="0" width="110" align="center" valign="middle" border="0">
<tbody>
<tr align="center">
<td valign="middle" width="35"><img height="16" src="$imgpath/home.gif" width="16" align="right"></td>
<td valign="middle" width="75" align="left"><a onclick="this.style.behavior='url(#default#homepage)';this.setHomePage('{$set['url']}')" href="#">设为首页</a></td>
</tr>
<tr align="center">
<td valign="middle" width="35"><img height="17" src="$imgpath/email.gif" width="16" align="right"></td>
<td valign="middle" width="75" align="left"><a href="mailto:{$set['ceomail']}">联系站长</a></td>
</tr>
<tr align="center">
<td valign="middle" width="35"><img height="16" src="$imgpath/bookmark.gif" width="16" align="right"></td>
<td valign="middle" width="75" align="left"><a href="javascript:window.external.addFavorite('{$set['url']}','{$set['name']}')">加入收藏</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</center>
</div>
<!--
EOT;
if(!empty($sort)) {
$sortwidth=floor(760/(count($sort)+1));
$href_a=$set['ifhtml']=='1' ? "index.html" : "index.php";
print <<<EOT
-->
<div align="center">
<center>
<table class=dh cellspacing=0 cepadding=0 width="760" background="$imgpath/top-bottom-back.jpg" border=0 bgcolor="#FFFFFF">
<tbody>
<tr>
<td align=middle width="$sortwidth"><a href="{$href_a}">首页<a><td>
<!--
EOT;
foreach($sort as $value) {
$href_b=$set['ifhtml']=='1' ? "list_{$value['id']}.html" : "{$value['more']}";
print <<<EOT
-->
<td width=2><img height=30 src="$imgpath/top-line.jpg" width=2></td>
<td valign=middle width="$sortwidth"><a href="{$href_b}">{$value['name']}</a></td>
<!--
EOT;
}
print <<<EOT
-->
</tr>
</tbody>
</table>
</center>
</div>
<!--
EOT;
}
?>
-->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -