?? user_index_top.asp
字號:
<!--#include file="conn.asp"-->
<!--#include file="user_chkpass.asp"-->
<!--#include file="inc/function.asp"-->
<%
dim myurl
if Application(cachename&"info")(32)="true" then
myurl="http://"&trim(DecodeCookie(Request.Cookies(cookiesname)("UserName")))&"."&lcase(trim(Application(cachename&"info")(6)))
else
myurl=""
end if
%>
<html>
<head>
<title>oBlog后臺管理頁面</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
a:link {
color:#000000;
text-decoration:none;
font-size: 12px;
}
a:hover {color:#CC3300;}
a:visited {color:#000000;text-decoration:none}
td {FONT-SIZE: 9pt;COLOR: #000000; FONT-FAMILY: "宋體"}
img {filter:Alpha(opacity:100); chroma(color=#FFFFFF)}
</style>
<base target="main">
<script>
function preloadImg(src)
{
var img=new Image();
img.src=src
}
preloadImg("images/admin_top_open.gif");
var displayBar=true;
function switchBar(obj)
{
if (displayBar)
{
parent.frame.cols="0,*";
displayBar=false;
obj.src="images/admin_top_open.gif";
obj.title="打開左邊管理菜單";
}
else{
parent.frame.cols="180,*";
displayBar=true;
obj.src="images/admin_top_close.gif";
obj.title="關閉左邊管理菜單";
}
}
</script>
</head>
<body leftmargin="0" topmargin="0">
<table width="100%" height="100%" border=0 cellpadding=0 cellspacing=0 bgcolor="#CCCCCC">
<tr valign=middle>
<td width=30 bgcolor="#CC66FF"> <img onclick="switchBar(this)" src="images/admin_top_close.gif" title="關閉左邊管理菜單" style="cursor:hand">
</td>
<td width=351 bgcolor="#CC66FF"> <%if myurl<>"" then%>
我的域名:<a href=<%=myurl%> target='_blank'><%=myurl%></a> <%end if%></td>
<td width=238 bgcolor="#CC66FF">
<div align="center"><a href=user_help.asp target=_blank >使用幫助</a> | <a href=blog.asp?name=<%=DecodeCookie(Request.Cookies(cookiesname)("UserName"))%> target=_blank >打開我的BLOG</a> | <a href="index.asp" target="_blank">站點首頁</a></div> </td>
</tr>
</table>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -