📄 topuser.php
字号:
<style type="text/css">
<!--
BODY{
font-size:10px;
margin: 0px;
background-color: #FFFFFF;
text-decoration: none;
margin-top: 5px;
}
A:link{
color: #003399;
text-decoration: underline;
}
A:active{
color: #ff0000;
text-decoration: underline;
}
A:visited{
color: #551a8b;
text-decoration: underline;
}
A:hover{
color: #FF0000;
text-decoration: none;
}
.toplink:link,.toplink:active,.toplink:visited{
color: #666666;
text-decoration: underline;
}
.toplink:hover{
color: #FF0000;
text-decoration: underline;
}
.link3:link,.link3:active,.link3:visited,.link3:hover{
color: #003399;
text-decoration:none;
padding: 2px;
}
.link2:link,.link2:active,.link2:visited{
color: #075db3;
padding:2px;
text-decoration: underline;
font-size: 14px;
}
.link2:hover{
color: #FFFFFF;
padding:2px;
background-color:#0063dc;
text-decoration: underline;
font-size: 14px;
}
.button{
font-size: 12px;
}
.topnav {
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: none;
border-left-style: solid;
border-top-color: #FFcc00;
border-right-color: #FFcc00;
border-bottom-color: #FFcc00;
border-left-color: #FFcc00;
font-size: 14px;
background-color: #FFF0AE;
cursor: hand;
}
.topnav2 {
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: none;
border-left-style: solid;
border-top-color: #FFcc00;
border-right-color: #FFcc00;
border-bottom-color: #FFcc00;
border-left-color: #FFcc00;
font-size: 14px;
background-color: #FFFFFF;
cursor: hand;
}
.grayscript {
font-size: 12px;
color: #666666;
text-decoration: none;
}
.title2 {
font-size: 14px;
color: 003399;
font-weight: bold;
}
.titlekey {
color: #003399;
}
.notice {
color: #FF6600;
}
.middletxt {
font-size: 13px;
line-height: 22px;
}
.border2 {
border: 1px solid #cccccc;
}
.grayscript3 {
font-size: 13px;
color: #666666;
text-decoration: none;
}
td {
font-size: 10px;
}
.smallfont {
font-size: 12px;
line-height: 16px;
}
#sidebar {
cLEAR:right;FLOAT: right; WidTH:235px;PADDING-RIGHT: 20px
}
#info {
width:100%;
}
#content {
cLEAR:both;FLOAT: left; WidTH: 74%
}
#bottom {
FLOAT: left; WidTH: 100%
}
body,td,th {
font-size: 9pt;
}
a {
font-size: 9pt;
}
-->
</style><div align="right">
<? include("conn.php");?>
<? include("include/function.php");?>
<? include("include/setup.php");?>
<?
$userid=$_COOKIE[userid];
if($userid==""){
?>
<a href="login.php" target="_top" class=toplink>登录</a> <span class="style1">|</span> <a href="register.php" target="_top" class=toplink>注册</a>
<?
}else{
echo("<span class='notice'>");
echo("欢迎 ".$userid."");
echo("</span>");
?>
<a href="logout.php" target="_top" class=toplink>注销</a>
<?
}
?>
</div>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -