forked from liangrui1988/java-admin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
120 lines (104 loc) · 4.44 KB
/
Copy pathindex.html
File metadata and controls
120 lines (104 loc) · 4.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="renderer" content="webkit">
<title>主页</title>
<meta name="keywords" content="">
<meta name="description" content="">
<!--[if lt IE 9]>
<meta http-equiv="refresh" content="0;ie.html" />
<![endif]-->
<!-- <link href="common/main/css/bootstrap.min.css?v=3.3.6" rel="stylesheet"> -->
<!-- <link rel="common/main/shortcut icon" href="favicon.ico"> -->
<!-- <link href="common/main/css/animate.css" rel="stylesheet"> -->
<link href="common/all.css" rel="stylesheet">
<!-- <script type="text/javascript" src="common/all.js"></script> -->
<script type="text/javascript" src="common/jquery/jquery-1.12.3.js"></script>
<script type="text/javascript" src="common/jquery/jquery.validate/jquery.validate.js"></script>
<script type="text/javascript" src="common/jquery/jquery.validate/jquery.validate.method.js"></script>
<script type="text/javascript" src="common/bootstrap/js/bootstrap.js"></script>
<script type="text/javascript" src="common/util/common.js"></script>
<script type="text/javascript" src="common/sys.js"></script>
<link href="common/main/css/font-awesome.min.css?v=4.4.0" rel="stylesheet">
<link href="common/main/css/style.css?v=4.1.0" rel="stylesheet">
<link href="common/sweetalert/sweetalert.css" rel="stylesheet">
</head>
<body class="fixed-sidebar full-height-layout gray-bg"
style="overflow: hidden">
<div id="wrapper">
<!--左侧导航开始-->
<nav class="navbar-default navbar-static-side" role="navigation">
<div class="nav-close">
<i class="fa fa-times-circle"></i>
</div>
<div class="sidebar-collapse">
<ul class="nav" id="side-menu">
<li class="nav-header">
<div class="dropdown profile-element">
<a data-toggle="dropdown" class="dropdown-toggle" href="#"> <span
class="clear"> <span class="block m-t-xs"
style="font-size: 20px;"> <i class="fa fa-area-chart"></i>
<strong class="font-bold">Admin</strong>
</span>
</span>
</a>
</div>
<div class="logo-element">Admin</div>
</li>
<!-- <li class="hidden-folded padder m-t m-b-sm text-muted text-xs"> -->
<!-- <span class="ng-scope">分类</span> -->
<!-- </li> -->
<li><a class="J_menuItem" href="index_v1.html"> <i
class="fa fa-home"></i> <span class="nav-label">主页</span>
</a></li>
</ul>
</div>
</nav>
<!--左侧导航结束-->
<!--右侧部分开始-->
<div id="page-wrapper" class="gray-bg dashbard-1">
<div class="row border-bottom">
<nav class="navbar navbar-static-top" role="navigation"
style="margin-bottom: 0">
<div class="navbar-header">
<a class="navbar-minimalize minimalize-styl-2 btn btn-info "
href="#"><i class="fa fa-bars"></i> </a>
<!-- <form role="search" class="navbar-form-custom" method="post" -->
<!-- action="search_results.html"> -->
<!-- <div class="form-group"> -->
<!-- <input type="text" placeholder="请输入您需要查找的内容 …" -->
<!-- class="form-control" name="top-search" id="top-search"> -->
<!-- </div> -->
<!-- </form> -->
<div style="margin-left: 600px;width: 600px;">
<h2>你好:<label id="userNameLabel"></label>欢迎使用后台管理系统!</h2>
</div>
</div>
<!-- 右边 -->
<ul class="nav navbar-top-links navbar-right">
<li class="dropdown">
<a href="#" class="dropdown-toggle count-info" onclick="goLogout()"> 退出系统 </a>
</li>
</ul>
</nav>
</div>
<div class="row J_mainContent" id="content-main">
<iframe id="J_iframe" width="100%" height="100%"
src="index_v1.html?v=4.0" frameborder="0" data-id="index_v1.html"
seamless></iframe>
</div>
</div>
<!--右侧部分结束-->
</div>
<!-- 菜单 -->
<script type="text/javascript" src="common/menu.js"></script>
<script type="text/javascript" src="common/main/js/index.js"></script>
<script src="common/main/js/plugins/metisMenu/jquery.metisMenu.js"></script>
<script src="common/main/js/plugins/slimscroll/jquery.slimscroll.min.js"></script>
<!-- 自定义js -->
<script src="common/main/js/index-main.js?v=4.1.0"></script>
<script type="text/javascript" src="common/sweetalert/sweetalert.min.js"></script>
</body>
</html>