Files
2026-02-07 15:48:27 +08:00

143 lines
5.3 KiB
Plaintext

<%@ Page Title="" Language="C#" AutoEventWireup="true" CodeBehind="top.aspx.cs" Inherits="Mtxfw.VipSite.top" %>
<!DOCTYPE html>
<html>
<head runat="server">
<title></title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=7,IE=9,IE=10" />
<script src="/Scripts/jquery-1.9.1.min.js" type="text/javascript"></script>
<script src="/Scripts/common.js" type="text/javascript"></script>
<link href="/css/bootstrap.min.css" type="text/css" rel="stylesheet" />
<!-- Basic Styles -->
<meta name="description" content="">
<meta name="author" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="stylesheet" type="text/css" media="screen" href="/css/bootstrap.css">
<!--[if IE 7]>
<link rel="stylesheet" type="text/css" media="screen" href="/css/font-awesome-ie7.min.css">
<![endif]-->
<link rel="stylesheet" type="text/css" media="screen" href="/css/smartadmin-production.css">
<link rel="stylesheet" type="text/css" media="screen" href="/css/smartadmin-skins.css">
<link rel="stylesheet" type="text/css" media="screen" href="/css/your_style.css">
<!-- Demo purpose only: goes with demo.js, you can delete this css when designing your own WebApp -->
<link rel="stylesheet" type="text/css" media="screen" href="/css/demo.css">
<!-- FAVICONS -->
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<link rel="stylesheet" type="text/css" href="/css/cjadd.css">
<script type="text/javascript">
function onttype(t) {
$.post("/Ajax.ashx", { action: 'setttype', ttype: t }, function (data) {
if (data == 0) {
var mhref = parent.mainFrame.location.toString();
parent.mainFrame.location = mhref;
}
});
}
$(document).ready(function () {
var infotime1;
UpdateUser_OnLine();
clearTimeout(infotime1);
infotime1 = setInterval("UpdateUser_OnLine()", 100000);
var Memberttype=<%=Memberttype %>;
$("#ttype" + Memberttype).prop("checked",true);
});
</script>
<script type="text/javascript">
function closeLeft() {
if ($(window.parent.fst).attr("cols") == "220,0,*") {
$(window.parent.fst).attr("cols", "0,14,*");
$(window.parent.midFrame).find("#switchs").attr("src", "/images/arrow-r.gif");
} else {
$(window.parent.fst).attr("cols", "220,0,*");
$(window.parent.midFrame).find("#switchs").attr("src", "/images/arrow-l.gif");
}
}
</script>
</head>
<body>
<header id="header">
<div id="logo-group">
<input id="treeid1" value="" type="hidden" />
<input id="treeid2" value="" type="hidden" />
<!-- PLACE YOUR LOGO HERE -->
<span id="logo"> <img src="/images/adminlogo.png" alt="SenTrader"> </span>
<!-- END LOGO PLACEHOLDER -->
<!-- AJAX-DROPDOWN : control this dropdown height, look and feel from the LESS variable file -->
<!-- END AJAX-DROPDOWN -->
</div>
<div style=" float:left; width:400px; line-height:60px; font-size:16px; font-weight:bold;">
<!--<%if (gtype == 0)
{ %>
<span onclick="onttype(0)"><input id="ttype0" name="ttype" value="0" type="radio" />总公司</span>
<span onclick="onttype(1)"><input id="ttype1" name="ttype" value="0" type="radio" />分公司1</span>
<span onclick="onttype(2)"><input id="ttype2" name="ttype" value="0" type="radio" />分公司2</span>
<span onclick="onttype(-1)"><input id="ttype-1" name="ttype" value="0" type="radio" />所有数据</span>
<%} %> -->
</div>
<!-- pulled right: nav area -->
<div class="pull-right righticon">
<div id="logout" class="btn-header transparent pull-right">
<span> <a href="/Logout.aspx" title="登出" data-logout-msg="退出后关闭这个流览器以加强安全性" target="_top"><i class="fa fa-sign-out"></i></a> </span>
</div>
<!-- 隐藏菜单 -->
<div id="hide-menu" class="btn-header pull-right">
<span> <a href="javascript:void(0);" onclick="closeLeft()" title="显示/隐藏菜单"><i class="fa fa-reorder"></i></a> </span>
</div>
<!-- 语言切换 -->
<ul class="list-inline text-center zh_change pull-right">
<!--li>
<a href="?lan=zh_CN" class="btn btn-primary btn-circle">
<b style="width:100%; display:block"> 简</b>
</a>
</li>
<li>
<a href="?lan=zh_TW" class="btn btn-info btn-circle">
<b style="width:100%; display:block"> 繁 </b>
</a>
</li-->
<li style=" line-height:30px;">
<a href="<%=(IFStores == 0?"/Member_Inbox.aspx":"/Admin_Member_infos.aspx") %>" target="mainFrame">未读信息 (<span id="msgCount"><%=msgCount%></span>)</a>
</li>
</ul>
</div>
<!-- end pulled right: nav area -->
</header>
<!-- END HEADER -->
</body>
</html>