⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 top.php

📁 P流量放大程序
💻 PHP
字号:
<?php
require_once 'common.php';
?>
<!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>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=gbk" />
<link href="styles/general.css" rel="stylesheet" type="text/css" />

<style type="text/css">
#header-div {
  background: #4A4594;
  border-bottom: 1px solid #FFF;
}

#logo-div {
  height: 57px;
  float: left;
}

#submenu-div {
  height: 57px;
}

#submenu-div ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#submenu-div li {
  float: right;
  padding: 0 10px;
  margin: 5px 0;
  border-left: 1px solid #FFF;
}

#submenu-div a:visited, #submenu-div a:link {
  color: #FFF;
  text-decoration: none;
}

#submenu-div a:hover {
  color: #F5C29A;
}

#loading-div {
  clear: right;
  text-align: right;
  display: block;
}

#menu-div {
  background: #159BD0;
  font-weight: bold;
  padding-left: 30px;
  height: 24px;
}

#menu-div ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#menu-div li {
  float: left;
  padding: 0 20px;
  margin: 5px 0;
  border-right: 1px solid #192E32;
}

#menu-div a:visited, #menu-div a:link {
  text-decoration: none;
  color: #FFFFFF;
}

#menu-div a:hover {
  color: #FFFFFF;
}
</style>
<script type="text/javascript">
function modalDialog(url, name, width, height)
{
  if (width == undefined)
  {
    width = 400;
  }
  if (height == undefined)
  {
    height = 300;
  }

  x = (window.screen.width - width) / 2;
  y = (window.screen.height - height) / 2;
  try
  {
    window.showModalDialog(url, name, 'dialogWidth=' + (width) + 'px; dialogHeight=' + (height+5) + 'px; status=off');
  }
  catch (ex)
  {
    window.open(url, name, 'height='+height+', width='+width+', left='+x+', top='+y+', toolbar=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, modal=yes');
  }
}

</script>
</head>
<body>
<div id="header-div">
  <div id="logo-div"><img src="images/logo.gif" width="160" height="57" alt="winsock大神制作" /></div>
  <div id="submenu-div">
</div>
<div id="menu-div">
  <ul>
        <li style="float: right; border-right: 0; "><a href="index.php?action=logout" target="_top">退出</a></li>
    <li style="float: right; "><a href="clearcache.php" target="main-frame">清除缓存</a></li>
	    <li style="float: right; "><a href="../" target="_blank">查看网站</a></li>
  </ul>
  <br class="clear" />
</div>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -