193 lines
8.1 KiB
Plaintext
193 lines
8.1 KiB
Plaintext
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="FrameMain.aspx.cs" Inherits="FrameMain" %>
|
|
|
|
<!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 runat="server">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1,maximum-scale=1, user-scalable=no">
|
|
<title>Flycan_ERP</title>
|
|
<link href="bootstrap-3.3.5-dist/css/bootstrap.min.css" title="" rel="stylesheet" />
|
|
<link title="" href="css/style.css" rel="stylesheet" type="text/css" />
|
|
<link title="blue" href="css/dermadefault.css" rel="stylesheet" type="text/css"/>
|
|
<link title="green" href="css/dermagreen.css" rel="stylesheet" type="text/css" disabled="disabled"/>
|
|
<link title="orange" href="css/dermaorange.css" rel="stylesheet" type="text/css" disabled="disabled"/>
|
|
<link href="css/templatecss.css" rel="stylesheet" title="" type="text/css" />
|
|
<script src="script/jquery-1.11.1.min.js" type="text/javascript"></script>
|
|
<script src="script/jquery.cookie.js" type="text/javascript"></script>
|
|
<script src="bootstrap-3.3.5-dist/js/bootstrap.min.js" type="text/javascript"></script>
|
|
<script type="text/javascript">
|
|
$(document).ready(function () {
|
|
checkmsg();
|
|
$(".sBox").find("li").click(function () {
|
|
$(".sBox").find("li").removeClass("active");
|
|
$(this).addClass("active");
|
|
});
|
|
});
|
|
function checkmsg() {
|
|
$.ajax({
|
|
type: "post",
|
|
url: "../AjaxFile/getxxtx.ashx",
|
|
dataType: "text",
|
|
data: "",
|
|
success: function (txsl) {
|
|
if (txsl != "") {
|
|
$("#xxtssl").html(txsl);
|
|
}
|
|
}
|
|
});
|
|
}
|
|
setInterval("checkmsg()", 20000);
|
|
function keyDown(e) {
|
|
var ev = window.event || e;
|
|
//13是键盘上面固定的回车键
|
|
if (ev.keyCode == 13) {
|
|
gettzgn();
|
|
}
|
|
}
|
|
function gettzgn() {
|
|
$.ajax({
|
|
type: "post",
|
|
url: "../AjaxFile/getkjcd.ashx",
|
|
dataType: "text",
|
|
data: "nr=" + $("#cdgnget").val(),
|
|
success: function (rkhz) {
|
|
if (rkhz != "") {
|
|
$("#myFrameId").attr("src", rkhz);
|
|
} else {
|
|
alert("没有找到想要的页面!")
|
|
}
|
|
}
|
|
});
|
|
}
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<nav class="nav navbar-default navbar-mystyle navbar-fixed-top">
|
|
<div class="navbar-header">
|
|
<button class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
|
|
<span class="icon-bar"></span>
|
|
<span class="icon-bar"></span>
|
|
<span class="icon-bar"></span>
|
|
</button>
|
|
<a class="navbar-brand mystyle-brand"><span class="glyphicon glyphicon-home"></span></a> </div>
|
|
<div class="collapse navbar-collapse">
|
|
<ul class="nav navbar-nav" id="Mkarear" runat="server"> </ul>
|
|
|
|
<ul class="nav navbar-nav">
|
|
<li class="dropdown li-border"><a href="#" class="dropdown-toggle mystyle-color" data-toggle="dropdown"><span id="usezh" runat="server" >00000000</span><span class="caret"></span></a>
|
|
<ul class="dropdown-menu">
|
|
<li><a href="../index.aspx?sions=no">退出</a></li>
|
|
</ul>
|
|
</li>
|
|
<li class="dropdown"><a href="#" class="dropdown-toggle mystyle-color" data-toggle="dropdown">换肤<span class="caret"></span></a>
|
|
<ul class="dropdown-menu changecolor">
|
|
<li id="blue"><a href="#">蓝色</a></li>
|
|
<li class="divider"></li>
|
|
<li id="green"><a href="#">绿色</a></li>
|
|
<li class="divider"></li>
|
|
<li id="orange"><a href="#">橙色</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</nav>
|
|
<div class="down-main">
|
|
<div class="left-main left-full">
|
|
<div class="sidebar-fold"><span class="glyphicon glyphicon-menu-hamburger"></span></div>
|
|
<div class="subNavBox">
|
|
<div class="sBox">
|
|
<div class="subNav sublist-down"><span class="title-icon glyphicon glyphicon-chevron-down"></span><span class="sublist-title">收藏菜单</span>
|
|
</div>
|
|
<ul class="navContent" id="gnscul" runat="server" style="display:block"> </ul>
|
|
</div>
|
|
|
|
<div class="sBox">
|
|
<div class="subNav sublist-down"><span class="title-icon glyphicon glyphicon-chevron-up"></span><span class="sublist-title">用户中心</span>
|
|
</div>
|
|
<ul class="navContent" style="display:none">
|
|
<li>
|
|
<div class="showtitle" style="width:100px;"><img src="img/leftimg.png" />账号管理</div>
|
|
<a href="Userinfo.aspx" target='myFrameName' ><span class="sublist-icon glyphicon glyphicon-user"></span><span class="sub-title">账号管理</span></a> </li>
|
|
</ul>
|
|
</div>
|
|
<div class="sBox">
|
|
<div class="subNav sublist-up"><span class="title-icon glyphicon glyphicon-chevron-up"></span><span class="sublist-title">关于我们</span></div>
|
|
<ul class="navContent" style="display:none">
|
|
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="right-product my-index right-full">
|
|
<iframe src="Console.aspx" frameborder="no" border="0" style="height:99%;width:100%;" scrolling="no" id="myFrameId" name="myFrameName" ></iframe>
|
|
</div>
|
|
</div>
|
|
<script type="text/javascript">
|
|
$(function () {
|
|
/*换肤*/
|
|
$(".dropdown .changecolor li").click(function () {
|
|
var style = $(this).attr("id");
|
|
$("link[title!='']").attr("disabled", "disabled");
|
|
$("link[title='" + style + "']").removeAttr("disabled");
|
|
|
|
$.cookie('mystyle', style, { expires: 7 }); // 存储一个带7天期限的 cookie
|
|
})
|
|
var cookie_style = $.cookie("mystyle");
|
|
if (cookie_style != null) {
|
|
$("link[title!='']").attr("disabled", "disabled");
|
|
$("link[title='" + cookie_style + "']").removeAttr("disabled");
|
|
}
|
|
/*左侧导航栏显示隐藏功能*/
|
|
$(".subNav").click(function () {
|
|
/*显示*/
|
|
if ($(this).find("span:first-child").attr('class') == "title-icon glyphicon glyphicon-chevron-down") {
|
|
$(this).find("span:first-child").removeClass("glyphicon-chevron-down");
|
|
$(this).find("span:first-child").addClass("glyphicon-chevron-up");
|
|
$(this).removeClass("sublist-down");
|
|
$(this).addClass("sublist-up");
|
|
}
|
|
/*隐藏*/
|
|
else {
|
|
$(this).find("span:first-child").removeClass("glyphicon-chevron-up");
|
|
$(this).find("span:first-child").addClass("glyphicon-chevron-down");
|
|
$(this).removeClass("sublist-up");
|
|
$(this).addClass("sublist-down");
|
|
}
|
|
// 修改数字控制速度, slideUp(500)控制卷起速度
|
|
$(this).next(".navContent").slideToggle(300).siblings(".navContent").slideUp(300);
|
|
})
|
|
/*左侧导航栏缩进功能*/
|
|
$(".left-main .sidebar-fold").click(function () {
|
|
|
|
if ($(this).parent().attr('class') == "left-main left-full") {
|
|
$(this).parent().removeClass("left-full");
|
|
$(this).parent().addClass("left-off");
|
|
|
|
$(this).parent().parent().find(".right-product").removeClass("right-full");
|
|
$(this).parent().parent().find(".right-product").addClass("right-off");
|
|
|
|
}
|
|
else {
|
|
$(this).parent().removeClass("left-off");
|
|
$(this).parent().addClass("left-full");
|
|
|
|
$(this).parent().parent().find(".right-product").removeClass("right-off");
|
|
$(this).parent().parent().find(".right-product").addClass("right-full");
|
|
|
|
}
|
|
})
|
|
|
|
/*左侧鼠标移入提示功能*/
|
|
$(".sBox ul li").mouseenter(function () {
|
|
if ($(this).find("span:last-child").css("display") == "none")
|
|
{ $(this).find("div").show(); }
|
|
}).mouseleave(function () { $(this).find("div").hide(); })
|
|
})
|
|
function setcdms(cdx) {
|
|
$(".getycli").fadeToggle(300);
|
|
}
|
|
</script>
|
|
</body>
|
|
</html>
|