📄 user.php
字号:
<? include("../conn.php");?>
<?
$tmp="http://".$_SERVER['HTTP_HOST']."/";
$sqladm="select * from admin";
$rsadmquery=mysql_query($sqladm);
$rsadm=mysql_fetch_array($rsadmquery);
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title><? echo $rsadm['webname']; ;?>:
<? if ($_GET['type']=="reg") {
echo "新站加入";
}else if (($_GET['type']=="edit") or ($_GET['type']=="login")) {
echo "修改资料";
}else if ($_GET['type']=="code") {
echo "取得代码";
}
;?></title>
<style type="text/css">
<!--
BODY{
font-size:14px;
margin: 0px;
background-color: #FFFFFF;
text-decoration: none;
}
A:link{
color: #003399;
text-decoration: none;
padding:0px;
}
A:active{
color: #ff0000;
padding:0px;
text-decoration: none;
}
A:visited{
color: #551a8b;
padding:0px;
text-decoration: none;
}
A:hover{
color: #FF0000;
padding:0px;
text-decoration: none;
}
.toplink:link, .toplink:active, .toplink:visited{
color: #666666;
text-decoration: underline;
}
.toplink:hover{
color: #FF0000;
text-decoration: underline;
}
.title1 {
font-size: 18px;
font-weight: bold;
color: 003399;
}
.title2 {
font-size: 14px;
color: 003399;
font-weight: bold;
}
.border1 {
border: 1px dashed #D4D4D4;
}
.titlekey {
color: #003399;
}
.link4:link, .link4:active, .link4:visited {
color: #FFFFFF;
padding:2px;
text-decoration: underline;
font-size: 14px;
background-color: #0063dc;
}
.link4:hover{
color: #FFFFFF;
padding:2px;
text-decoration: underline;
font-size: 14px;
background-color: #0063dc;
}
.notice {
color: #FF6600;
}
.middletxt {
font-size: 13px;
}
td {
font-size: 14px;
line-height: 22px;
}
.smallfont {
font-size: 12px;
line-height: 16px;
}
.collecttd2 {
font-size: 14px;
border-top: 1px none #CCCCCC;
border-right: 1px none #CCCCCC;
border-bottom: 1px dashed #CCCCCC;
border-left: 1px none #CCCCCC;
line-height: 18px;
}
.topborder2 {
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
border-top-color: #E5E5E5;
}
.bigfont15 {
font-size: 15px;
}
-->
</style>
<script language="JavaScript" src="../images/zhai.js" type="text/JavaScript"></script>
<style type="text/css">
<!--
.grayscript {font-size: 12px;
color: #666666;
text-decoration: none;
}
.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;
}
-->
</style>
</head>
<div align="center">
<center>
<table width="98%" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FDFDFD">
<tr>
<td width="5" rowspan="3"> </td>
<td rowspan="3" nowrap><a href="http://www.mmei8.com/"><img src="../images/logo.gif" alt="妹妹网摘收藏夹" border="0"></a></td>
<td height="25" align="right" nowrap style="font-size:12px"><span class=titlekey>
<span class=grayscript>|</span> <a onclick="this.style.behavior='url(#default#homepage)';this.setHomePage('<? echo $siteurl;?>');" href="#" class=toplink>设为首页</a> <span class=grayscript>|</span> <a href="#"><span class=toplink onclick="window.external.AddFavorite('<? echo $siteurl;?>', '<? echo $sitename;?>_网摘·网络书签·收藏夹')">加入收藏</span></a><span class=toplink onclick="window.external.AddFavorite('<? echo $siteurl;?>', '<? echo $sitename;?>_网摘·网络书签·收藏夹')"> <span class=grayscript>|</span> <a href="help.php" class=toplink>帮助</a> <span class=grayscript>|</span> <a href=/ class=toplink target=_blank>返回首页</a></span></td>
</tr>
<tr>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -