📄 passportcenter.aspx
字号:
<%@ page language="C#" autoeventwireup="true" inherits="Passport_PassportCenter, HoWaveIMSV5.0" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>通行证中心</title>
<style type="text/css">
HTML {
HEIGHT: 100%; max-height: 100%;
}
body{font-size:12px;HEIGHT: 100%; max-height: 100%;}
#passport_content{width: auto;padding: 0px 0px 0px 0px;border:solid 1px blue;height:100%;OVERFLOW: hidden;}
#passport_navbar{list-style-type:none;}
</style>
<!--[if ie]>
<STYLE type="text/css">
#passport_content {
HEIGHT: 100%;
}
</STYLE>
<![endif]-->
<script type="text/javascript">
function initContent(url)
{
url = typeof url != 'undefined' ? url : '';
parent.passport_frame.location = url;
return false;
}
function ShowHideNav()
{
var obj=document.getElementById("passport_nav");
var explain=obj.style.display;
if(explain=="none")
{
obj.style.display="block";
obj.style.width="200px";
}
else
{
obj.style.display="none";
obj.style.width="0";
}
}
</script>
</head>
<body style="margin-top:3px;">
<form id="form1" runat="server">
<div>
<div id="passport_head" style="width:98%; border:solid 1px gray;height:50px; padding:5px; clear:both;">
<div id="passport_logo" style="width:150px;height:40px;border:solid 1px orange;float:left;"><img src="Images/passport_logo.gif" /></div>
<div id="passport_ad" style="width:auto;border:solid 1px orange;height:40px;padding:0px 0px 0x 150px;"><img src="Images/passport_ad.gif" /></div>
</div>
<div id="passport_main" style="width:98%; border:solid 1px gray;height:100px; padding:5px; clear:both; margin-top:5px;">
<div id="passport_nav" style="width:200px;height:100%;border:solid 1px black; float:left;">
<ul id="passport_navbar" style="list-style-type:none;">
<%-- <li ><a href="#" onclick="return initContent('Login.aspx');">登录</a></li>
<li><a href="#" onclick="return initContent('UserReg.aspx');">注册</a></li>
<li><a href="#" onclick="return initContent('forget_Password.aspx');">忘记密码</a></li>--%>
<li><a href="javascript:void(0)" onclick="MenuClick(this);" >个人信息管理</a>
<ul>
<li><a href="#" onclick="return initContent('PassportManager.aspx?');">通行证管理</a></li>
<li><a href="#" onclick="return initContent('PassportManager.aspx?Action=UserInfoDetail');">修改详细信息</a></li>
</ul>
</li>
<li>社区银行
<ul>
<li><a href="#" onclick="return initContent('TransferPoint.aspx');">通行币转换</a></li>
<li>转换记录</li>
</ul>
</li>
<li>充值管理
<ul>
<li><a href="#" onclick="return initContent('User_CardCharge.aspx');">充值卡充值</a></li>
<li>充值记录</li>
</ul>
</li>
<li>短信息
<ul>
<li><a href="#" onclick="return initContent('ManageSiteMessage.aspx');">撰写短消息</a></li>
<li>收件箱</li>
<li>已发送</li>
</ul>
</li>
<li>整合系统
<ul>
<li>BBS</li>
<li>BLOG</li>
<li>CMS</li>
</ul>
</li>
<li><a href="Logout.aspx">注销</a></li>
</ul>
</div>
<div id="passport_nav_closeButton" style="width:5px;float:left; vertical-align:middle"><a href="javascript:void(0)" onclick="ShowHideNav()">关闭/开启</a></div>
<div id="passport_content">
<iframe src="" frameborder="0" style="Z-INDEX: 1; VISIBILITY: inherit;width:100%;height:100%;" id="passport_frame" name="passport_frame" ></iframe>
<%-- <div id="passport_announce;" style="width:auto; padding:5px; text-align:center; border:solid 1px red; margin:5px;">站内公告</div>
<div id="passport_introduce" style="width:auto; padding:5px; text-align:center; border:solid 1px green; margin:5px;">会员须知</div>
<div id="passport_guide" style="width:auto; padding:5px; text-align:center; border:solid 1px green; margin:5px;">站内导航</div> --%>
</div>
</div>
<div id="passport_bottom" style="width:98%;border:solid 1px black;height:60px; margin:5px 0;padding:5px;">网站底部</div>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -