Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
top.asp
Package: pinke2010.rar [view]
Upload User: pengwei803
Upload Date: 2021-02-10
Package Size: 3311k
Code Size: 3k
Category:
WEB(ASP,PHP,...)
Development Platform:
HTML/CSS
- <!--#include file="../../Ku_inc/Ku_sql.asp"-->
- <!--#include file="../../ku_inc/Ku_config.asp"-->
- <!-- #include file="../Session.asp"-->
- <!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>
- <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
- <title></title>
- </body>
- <style type="text/css">
- <!--
- body {
- background-color: #F1F1E8;
- margin: 0px;
- }
- #admin_logo {
- width: 220px;
- float: left;
- padding-top: 10px;
- background-position: center;
- text-align: center;
- font-family: Impact;
- font-size: 24px;
- color: #666666;
- letter-spacing: 2px;
- height: auto;
- }
- #admin_top {
- float: left;
- width: auto;
- }
- #admin_top ul {
- list-style-type: none;
- margin-top: 15px;
- margin-left: 5px;
- float: right;
- }
- #admin_top li {
- float: left;
- }
- #admin_top li a {
- display: block;
- float: left;
- width: 81px;
- height: 23px;
- color: #666666;
- text-decoration: none;
- margin-right: 5px;
- text-align: center;
- padding-top: 12px;
- padding-left: 20px;
- font-family: "宋体";
- font-size: 12px;
- }
- #admin_top li a:hover {
- color: #990000;
- text-decoration: none;
- }
- #admin_but_sortback {
- background-color: #ABACA0;
- height: 23px;
- clear: both;
- text-align: right;
- }
- #admin_but_sortback h6 {
- display: block;
- margin: 0px;
- width: 150px;
- height: 15px;
- background-image: url(images/homeicon.gif);
- padding-top: 5px;
- padding-right: 20px;
- padding-bottom: 0px;
- background-position: -10px 2px;
- }
- #admin_but_sortback a {
- font-family: "宋体";
- font-size: 12px;
- font-weight: normal;
- color: #FFFFFF;
- text-decoration: none;
- }
- #admin_top #icon1 {
- background-image: url(images/butback.gif);
- }
- #admin_top #icon2 {
- background-image: url(images/butback.gif);
- background-position: 646px;
- }
- #admin_top #icon3 {
- background-image: url(images/butback.gif);
- background-position: 537px;
- }
- #admin_top #icon4 {
- background-image: url(images/butback.gif);
- background-position: 428px;
- }
- #admin_top #icon5 {
- background-image: url(images/butback.gif);
- background-position: 319px;
- }
- #admin_top #icon6 {
- background-image: url(images/butback.gif);
- background-position: 210px;
- }
- #admin_top #icon7 {
- background-image: url(images/butback.gif);
- background-position: 101px;
- }
- -->
- </style>
- <base target="ku_main3">
- <body>
- <div id="admin_logo"><%=Ku_name%></div>
- <div id="admin_top">
- <ul>
- <li><a href="../main.asp" id="icon1">管理首页</a></li>
- <li><a href="Sys_left.asp" id="icon2" target="ku_main1">系统管理</a></li>
- <li><a href="Info_left.asp" id="icon3" target="ku_main1">信息管理</a></li>
- <li><a href="User_left.asp" id="icon4" target="ku_main1">会员管理</a></li>
- <li><a href="Data_left.asp" id="icon5" target="ku_main1">数据管理</a></li>
- <li><a href="Chajian_left.asp" id="icon6" target="ku_main1">插件管理</a></li>
- <li><a href="../Ku_check.asp?action=ku_logout" id="icon7" target="_parent">退 出</a></li>
- </ul>
- </div>
- <div id="admin_but_sortback"></div>
- </html>