📄 header.htm
字号:
<?php
if(!$tablecolor){
$tablecolor = '#005C99';
$bcolor = '#FFFFFF';
$tablewidth = '98%';
}
print <<<xydw_end
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>网站管理系统——Powered br XYDW</title>
<style type="text/css">
<!--
BODY {
font-family:"宋体";
font-size:12px;
line-height: 18px;
background: #F3F9FE;
margin-top:0px;
scrollbar-3dlight-color :#F3F9FE;
scrollbar-highlight-color : #FFFFFF;
scrollbar-face-color : #FFFFFF;
scrollbar-arrow-color : #000000;
}
A {
text-decoration:none;
color:#000000;
}
A:hover{
text-decoration:underline;
color:#6666FF;
}
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: Verdana, Arial, Helvetica, sans-serif, 宋体; color: $textcolor;
}
textarea { border-width: 1; border-color: #c0c0c0; background-color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif, 宋体; font-size: 9pt; cursor: hand; color: $textcolor;
}
select { border-width: 1; border-color: #c0c0c0; background-color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif, 宋体; font-size:9pt; cursor: hand; color: $textcolor;
}
TD {
font-size: 12px;
color: #000000;
line-height: 18px;
}
.head {
background-color:#005C99;
color:#FFFFFF;
font-weight:bold;
}
.head A {
text-decoration:none;
color:#FFFFFF;
}
.head A:hover{
text-decoration:underline;
color:#FFFF33;
}
-->
</style>
</head>
<body>
<table width='$tablewidth' align="center" cellspacing="1px" bgcolor="$tablecolor" cellpadding="3px">
<tr>
<td width="180" valign="top" bgcolor="$bcolor">
{$admin_left}
</td>
<td valign="top" bgcolor="$bcolor">
<table width="100%" border="0" cellpadding="3px" cellspacing="1px" align="center">
<tr>
<td class=head align=center width='25%'><a href='http://www.xydw.com/client/index.php?show=new' target=_blank>查看程序最新版本</a></td><td class=head align=center width='25%'><a href='http://www.xydw.com/bbs/index.php' target=_blank>用户交流及风格下载</a></td><td class=head align=center width='25%'><a href='http://www.xydw.com/bbs/index.php' target=_blank>报告错误以及建议</a></td><td height="25" class=head width='25%' align=center>{$isxydwusers}</td>
</tr>
<tr>
<td colspan='4'>
xydw_end;
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -