index2.html 66 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <title>AdminLTE 2 | Dashboard</title>
  7. <!-- Tell the browser to be responsive to screen width -->
  8. <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
  9. <!-- Bootstrap 3.3.7 -->
  10. <link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.min.css">
  11. <!-- Font Awesome -->
  12. <link rel="stylesheet" href="bower_components/font-awesome/css/font-awesome.min.css">
  13. <!-- Ionicons -->
  14. <link rel="stylesheet" href="bower_components/Ionicons/css/ionicons.min.css">
  15. <!-- jvectormap -->
  16. <link rel="stylesheet" href="bower_components/jvectormap/jquery-jvectormap.css">
  17. <!-- Theme style -->
  18. <link rel="stylesheet" href="dist/css/AdminLTE.min.css">
  19. <!-- AdminLTE Skins. Choose a skin from the css/skins
  20. folder instead of downloading all of them to reduce the load. -->
  21. <link rel="stylesheet" href="dist/css/skins/_all-skins.min.css">
  22. <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
  23. <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
  24. <!--[if lt IE 9]>
  25. <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
  26. <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
  27. <![endif]-->
  28. <!-- Google Font -->
  29. <link rel="stylesheet"
  30. href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic">
  31. </head>
  32. <body class="hold-transition skin-blue sidebar-mini">
  33. <div class="wrapper">
  34. <header class="main-header">
  35. <!-- Logo -->
  36. <a href="index2.html" class="logo">
  37. <!-- mini logo for sidebar mini 50x50 pixels -->
  38. <span class="logo-mini"><b>A</b>LT</span>
  39. <!-- logo for regular state and mobile devices -->
  40. <span class="logo-lg"><b>Admin</b>LTE</span>
  41. </a>
  42. <!-- Header Navbar: style can be found in header.less -->
  43. <nav class="navbar navbar-static-top">
  44. <!-- Sidebar toggle button-->
  45. <a href="#" class="sidebar-toggle" data-toggle="push-menu" role="button">
  46. <span class="sr-only">Toggle navigation</span>
  47. </a>
  48. <!-- Navbar Right Menu -->
  49. <div class="navbar-custom-menu">
  50. <ul class="nav navbar-nav">
  51. <!-- Messages: style can be found in dropdown.less-->
  52. <li class="dropdown messages-menu">
  53. <a href="#" class="dropdown-toggle" data-toggle="dropdown">
  54. <i class="fa fa-envelope-o"></i>
  55. <span class="label label-success">4</span>
  56. </a>
  57. <ul class="dropdown-menu">
  58. <li class="header">You have 4 messages</li>
  59. <li>
  60. <!-- inner menu: contains the actual data -->
  61. <ul class="menu">
  62. <li><!-- start message -->
  63. <a href="#">
  64. <div class="pull-left">
  65. <img src="dist/img/user2-160x160.jpg" class="img-circle" alt="User Image">
  66. </div>
  67. <h4>
  68. Support Team
  69. <small><i class="fa fa-clock-o"></i> 5 mins</small>
  70. </h4>
  71. <p>Why not buy a new awesome theme?</p>
  72. </a>
  73. </li>
  74. <!-- end message -->
  75. <li>
  76. <a href="#">
  77. <div class="pull-left">
  78. <img src="dist/img/user3-128x128.jpg" class="img-circle" alt="User Image">
  79. </div>
  80. <h4>
  81. AdminLTE Design Team
  82. <small><i class="fa fa-clock-o"></i> 2 hours</small>
  83. </h4>
  84. <p>Why not buy a new awesome theme?</p>
  85. </a>
  86. </li>
  87. <li>
  88. <a href="#">
  89. <div class="pull-left">
  90. <img src="dist/img/user4-128x128.jpg" class="img-circle" alt="User Image">
  91. </div>
  92. <h4>
  93. Developers
  94. <small><i class="fa fa-clock-o"></i> Today</small>
  95. </h4>
  96. <p>Why not buy a new awesome theme?</p>
  97. </a>
  98. </li>
  99. <li>
  100. <a href="#">
  101. <div class="pull-left">
  102. <img src="dist/img/user3-128x128.jpg" class="img-circle" alt="User Image">
  103. </div>
  104. <h4>
  105. Sales Department
  106. <small><i class="fa fa-clock-o"></i> Yesterday</small>
  107. </h4>
  108. <p>Why not buy a new awesome theme?</p>
  109. </a>
  110. </li>
  111. <li>
  112. <a href="#">
  113. <div class="pull-left">
  114. <img src="dist/img/user4-128x128.jpg" class="img-circle" alt="User Image">
  115. </div>
  116. <h4>
  117. Reviewers
  118. <small><i class="fa fa-clock-o"></i> 2 days</small>
  119. </h4>
  120. <p>Why not buy a new awesome theme?</p>
  121. </a>
  122. </li>
  123. </ul>
  124. </li>
  125. <li class="footer"><a href="#">See All Messages</a></li>
  126. </ul>
  127. </li>
  128. <!-- Notifications: style can be found in dropdown.less -->
  129. <li class="dropdown notifications-menu">
  130. <a href="#" class="dropdown-toggle" data-toggle="dropdown">
  131. <i class="fa fa-bell-o"></i>
  132. <span class="label label-warning">10</span>
  133. </a>
  134. <ul class="dropdown-menu">
  135. <li class="header">You have 10 notifications</li>
  136. <li>
  137. <!-- inner menu: contains the actual data -->
  138. <ul class="menu">
  139. <li>
  140. <a href="#">
  141. <i class="fa fa-users text-aqua"></i> 5 new members joined today
  142. </a>
  143. </li>
  144. <li>
  145. <a href="#">
  146. <i class="fa fa-warning text-yellow"></i> Very long description here that may not fit into the
  147. page and may cause design problems
  148. </a>
  149. </li>
  150. <li>
  151. <a href="#">
  152. <i class="fa fa-users text-red"></i> 5 new members joined
  153. </a>
  154. </li>
  155. <li>
  156. <a href="#">
  157. <i class="fa fa-shopping-cart text-green"></i> 25 sales made
  158. </a>
  159. </li>
  160. <li>
  161. <a href="#">
  162. <i class="fa fa-user text-red"></i> You changed your username
  163. </a>
  164. </li>
  165. </ul>
  166. </li>
  167. <li class="footer"><a href="#">View all</a></li>
  168. </ul>
  169. </li>
  170. <!-- Tasks: style can be found in dropdown.less -->
  171. <li class="dropdown tasks-menu">
  172. <a href="#" class="dropdown-toggle" data-toggle="dropdown">
  173. <i class="fa fa-flag-o"></i>
  174. <span class="label label-danger">9</span>
  175. </a>
  176. <ul class="dropdown-menu">
  177. <li class="header">You have 9 tasks</li>
  178. <li>
  179. <!-- inner menu: contains the actual data -->
  180. <ul class="menu">
  181. <li><!-- Task item -->
  182. <a href="#">
  183. <h3>
  184. Design some buttons
  185. <small class="pull-right">20%</small>
  186. </h3>
  187. <div class="progress xs">
  188. <div class="progress-bar progress-bar-aqua" style="width: 20%" role="progressbar"
  189. aria-valuenow="20" aria-valuemin="0" aria-valuemax="100">
  190. <span class="sr-only">20% Complete</span>
  191. </div>
  192. </div>
  193. </a>
  194. </li>
  195. <!-- end task item -->
  196. <li><!-- Task item -->
  197. <a href="#">
  198. <h3>
  199. Create a nice theme
  200. <small class="pull-right">40%</small>
  201. </h3>
  202. <div class="progress xs">
  203. <div class="progress-bar progress-bar-green" style="width: 40%" role="progressbar"
  204. aria-valuenow="20" aria-valuemin="0" aria-valuemax="100">
  205. <span class="sr-only">40% Complete</span>
  206. </div>
  207. </div>
  208. </a>
  209. </li>
  210. <!-- end task item -->
  211. <li><!-- Task item -->
  212. <a href="#">
  213. <h3>
  214. Some task I need to do
  215. <small class="pull-right">60%</small>
  216. </h3>
  217. <div class="progress xs">
  218. <div class="progress-bar progress-bar-red" style="width: 60%" role="progressbar"
  219. aria-valuenow="20" aria-valuemin="0" aria-valuemax="100">
  220. <span class="sr-only">60% Complete</span>
  221. </div>
  222. </div>
  223. </a>
  224. </li>
  225. <!-- end task item -->
  226. <li><!-- Task item -->
  227. <a href="#">
  228. <h3>
  229. Make beautiful transitions
  230. <small class="pull-right">80%</small>
  231. </h3>
  232. <div class="progress xs">
  233. <div class="progress-bar progress-bar-yellow" style="width: 80%" role="progressbar"
  234. aria-valuenow="20" aria-valuemin="0" aria-valuemax="100">
  235. <span class="sr-only">80% Complete</span>
  236. </div>
  237. </div>
  238. </a>
  239. </li>
  240. <!-- end task item -->
  241. </ul>
  242. </li>
  243. <li class="footer">
  244. <a href="#">View all tasks</a>
  245. </li>
  246. </ul>
  247. </li>
  248. <!-- User Account: style can be found in dropdown.less -->
  249. <li class="dropdown user user-menu">
  250. <a href="#" class="dropdown-toggle" data-toggle="dropdown">
  251. <img src="dist/img/user2-160x160.jpg" class="user-image" alt="User Image">
  252. <span class="hidden-xs">Alexander Pierce</span>
  253. </a>
  254. <ul class="dropdown-menu">
  255. <!-- User image -->
  256. <li class="user-header">
  257. <img src="dist/img/user2-160x160.jpg" class="img-circle" alt="User Image">
  258. <p>
  259. Alexander Pierce - Web Developer
  260. <small>Member since Nov. 2012</small>
  261. </p>
  262. </li>
  263. <!-- Menu Body -->
  264. <li class="user-body">
  265. <div class="row">
  266. <div class="col-xs-4 text-center">
  267. <a href="#">Followers</a>
  268. </div>
  269. <div class="col-xs-4 text-center">
  270. <a href="#">Sales</a>
  271. </div>
  272. <div class="col-xs-4 text-center">
  273. <a href="#">Friends</a>
  274. </div>
  275. </div>
  276. <!-- /.row -->
  277. </li>
  278. <!-- Menu Footer-->
  279. <li class="user-footer">
  280. <div class="pull-left">
  281. <a href="#" class="btn btn-default btn-flat">Profile</a>
  282. </div>
  283. <div class="pull-right">
  284. <a href="#" class="btn btn-default btn-flat">Sign out</a>
  285. </div>
  286. </li>
  287. </ul>
  288. </li>
  289. <!-- Control Sidebar Toggle Button -->
  290. <li>
  291. <a href="#" data-toggle="control-sidebar"><i class="fa fa-gears"></i></a>
  292. </li>
  293. </ul>
  294. </div>
  295. </nav>
  296. </header>
  297. <!-- Left side column. contains the logo and sidebar -->
  298. <aside class="main-sidebar">
  299. <!-- sidebar: style can be found in sidebar.less -->
  300. <section class="sidebar">
  301. <!-- Sidebar user panel -->
  302. <div class="user-panel">
  303. <div class="pull-left image">
  304. <img src="dist/img/user2-160x160.jpg" class="img-circle" alt="User Image">
  305. </div>
  306. <div class="pull-left info">
  307. <p>Alexander Pierce</p>
  308. <a href="#"><i class="fa fa-circle text-success"></i> Online</a>
  309. </div>
  310. </div>
  311. <!-- search form -->
  312. <form action="#" method="get" class="sidebar-form">
  313. <div class="input-group">
  314. <input type="text" name="q" class="form-control" placeholder="Search...">
  315. <span class="input-group-btn">
  316. <button type="submit" name="search" id="search-btn" class="btn btn-flat">
  317. <i class="fa fa-search"></i>
  318. </button>
  319. </span>
  320. </div>
  321. </form>
  322. <!-- /.search form -->
  323. <!-- sidebar menu: : style can be found in sidebar.less -->
  324. <ul class="sidebar-menu" data-widget="tree">
  325. <li class="header">MAIN NAVIGATION</li>
  326. <li class="active treeview menu-open">
  327. <a href="#">
  328. <i class="fa fa-dashboard"></i> <span>Dashboard</span>
  329. <span class="pull-right-container">
  330. <i class="fa fa-angle-left pull-right"></i>
  331. </span>
  332. </a>
  333. <ul class="treeview-menu">
  334. <li><a href="index.html"><i class="fa fa-circle-o"></i> Dashboard v1</a></li>
  335. <li class="active"><a href="index2.html"><i class="fa fa-circle-o"></i> Dashboard v2</a></li>
  336. </ul>
  337. </li>
  338. <li class="treeview">
  339. <a href="#">
  340. <i class="fa fa-files-o"></i>
  341. <span>Layout Options</span>
  342. <span class="pull-right-container">
  343. <span class="label label-primary pull-right">4</span>
  344. </span>
  345. </a>
  346. <ul class="treeview-menu">
  347. <li><a href="pages/layout/top-nav.html"><i class="fa fa-circle-o"></i> Top Navigation</a></li>
  348. <li><a href="pages/layout/boxed.html"><i class="fa fa-circle-o"></i> Boxed</a></li>
  349. <li><a href="pages/layout/fixed.html"><i class="fa fa-circle-o"></i> Fixed</a></li>
  350. <li><a href="pages/layout/collapsed-sidebar.html"><i class="fa fa-circle-o"></i> Collapsed Sidebar</a></li>
  351. </ul>
  352. </li>
  353. <li>
  354. <a href="pages/widgets.html">
  355. <i class="fa fa-th"></i> <span>Widgets</span>
  356. <span class="pull-right-container">
  357. <small class="label pull-right bg-green">new</small>
  358. </span>
  359. </a>
  360. </li>
  361. <li class="treeview">
  362. <a href="#">
  363. <i class="fa fa-pie-chart"></i>
  364. <span>Charts</span>
  365. <span class="pull-right-container">
  366. <i class="fa fa-angle-left pull-right"></i>
  367. </span>
  368. </a>
  369. <ul class="treeview-menu">
  370. <li><a href="pages/charts/chartjs.html"><i class="fa fa-circle-o"></i> ChartJS</a></li>
  371. <li><a href="pages/charts/morris.html"><i class="fa fa-circle-o"></i> Morris</a></li>
  372. <li><a href="pages/charts/flot.html"><i class="fa fa-circle-o"></i> Flot</a></li>
  373. <li><a href="pages/charts/inline.html"><i class="fa fa-circle-o"></i> Inline charts</a></li>
  374. </ul>
  375. </li>
  376. <li class="treeview">
  377. <a href="#">
  378. <i class="fa fa-laptop"></i>
  379. <span>UI Elements</span>
  380. <span class="pull-right-container">
  381. <i class="fa fa-angle-left pull-right"></i>
  382. </span>
  383. </a>
  384. <ul class="treeview-menu">
  385. <li><a href="pages/UI/general.html"><i class="fa fa-circle-o"></i> General</a></li>
  386. <li><a href="pages/UI/icons.html"><i class="fa fa-circle-o"></i> Icons</a></li>
  387. <li><a href="pages/UI/buttons.html"><i class="fa fa-circle-o"></i> Buttons</a></li>
  388. <li><a href="pages/UI/sliders.html"><i class="fa fa-circle-o"></i> Sliders</a></li>
  389. <li><a href="pages/UI/timeline.html"><i class="fa fa-circle-o"></i> Timeline</a></li>
  390. <li><a href="pages/UI/modals.html"><i class="fa fa-circle-o"></i> Modals</a></li>
  391. </ul>
  392. </li>
  393. <li class="treeview">
  394. <a href="#">
  395. <i class="fa fa-edit"></i> <span>Forms</span>
  396. <span class="pull-right-container">
  397. <i class="fa fa-angle-left pull-right"></i>
  398. </span>
  399. </a>
  400. <ul class="treeview-menu">
  401. <li><a href="pages/forms/general.html"><i class="fa fa-circle-o"></i> General Elements</a></li>
  402. <li><a href="pages/forms/advanced.html"><i class="fa fa-circle-o"></i> Advanced Elements</a></li>
  403. <li><a href="pages/forms/editors.html"><i class="fa fa-circle-o"></i> Editors</a></li>
  404. </ul>
  405. </li>
  406. <li class="treeview">
  407. <a href="#">
  408. <i class="fa fa-table"></i> <span>Tables</span>
  409. <span class="pull-right-container">
  410. <i class="fa fa-angle-left pull-right"></i>
  411. </span>
  412. </a>
  413. <ul class="treeview-menu">
  414. <li><a href="pages/tables/simple.html"><i class="fa fa-circle-o"></i> Simple tables</a></li>
  415. <li><a href="pages/tables/data.html"><i class="fa fa-circle-o"></i> Data tables</a></li>
  416. </ul>
  417. </li>
  418. <li>
  419. <a href="pages/calendar.html">
  420. <i class="fa fa-calendar"></i> <span>Calendar</span>
  421. <span class="pull-right-container">
  422. <small class="label pull-right bg-red">3</small>
  423. <small class="label pull-right bg-blue">17</small>
  424. </span>
  425. </a>
  426. </li>
  427. <li>
  428. <a href="pages/mailbox/mailbox.html">
  429. <i class="fa fa-envelope"></i> <span>Mailbox</span>
  430. <span class="pull-right-container">
  431. <small class="label pull-right bg-yellow">12</small>
  432. <small class="label pull-right bg-green">16</small>
  433. <small class="label pull-right bg-red">5</small>
  434. </span>
  435. </a>
  436. </li>
  437. <li class="treeview">
  438. <a href="#">
  439. <i class="fa fa-folder"></i> <span>Examples</span>
  440. <span class="pull-right-container">
  441. <i class="fa fa-angle-left pull-right"></i>
  442. </span>
  443. </a>
  444. <ul class="treeview-menu">
  445. <li><a href="pages/examples/invoice.html"><i class="fa fa-circle-o"></i> Invoice</a></li>
  446. <li><a href="pages/examples/profile.html"><i class="fa fa-circle-o"></i> Profile</a></li>
  447. <li><a href="pages/examples/login.html"><i class="fa fa-circle-o"></i> Login</a></li>
  448. <li><a href="pages/examples/register.html"><i class="fa fa-circle-o"></i> Register</a></li>
  449. <li><a href="pages/examples/lockscreen.html"><i class="fa fa-circle-o"></i> Lockscreen</a></li>
  450. <li><a href="pages/examples/404.html"><i class="fa fa-circle-o"></i> 404 Error</a></li>
  451. <li><a href="pages/examples/500.html"><i class="fa fa-circle-o"></i> 500 Error</a></li>
  452. <li><a href="pages/examples/blank.html"><i class="fa fa-circle-o"></i> Blank Page</a></li>
  453. <li><a href="pages/examples/pace.html"><i class="fa fa-circle-o"></i> Pace Page</a></li>
  454. </ul>
  455. </li>
  456. <li class="treeview">
  457. <a href="#">
  458. <i class="fa fa-share"></i> <span>Multilevel</span>
  459. <span class="pull-right-container">
  460. <i class="fa fa-angle-left pull-right"></i>
  461. </span>
  462. </a>
  463. <ul class="treeview-menu">
  464. <li><a href="#"><i class="fa fa-circle-o"></i> Level One</a></li>
  465. <li class="treeview">
  466. <a href="#"><i class="fa fa-circle-o"></i> Level One
  467. <span class="pull-right-container">
  468. <i class="fa fa-angle-left pull-right"></i>
  469. </span>
  470. </a>
  471. <ul class="treeview-menu">
  472. <li><a href="#"><i class="fa fa-circle-o"></i> Level Two</a></li>
  473. <li class="treeview">
  474. <a href="#"><i class="fa fa-circle-o"></i> Level Two
  475. <span class="pull-right-container">
  476. <i class="fa fa-angle-left pull-right"></i>
  477. </span>
  478. </a>
  479. <ul class="treeview-menu">
  480. <li><a href="#"><i class="fa fa-circle-o"></i> Level Three</a></li>
  481. <li><a href="#"><i class="fa fa-circle-o"></i> Level Three</a></li>
  482. </ul>
  483. </li>
  484. </ul>
  485. </li>
  486. <li><a href="#"><i class="fa fa-circle-o"></i> Level One</a></li>
  487. </ul>
  488. </li>
  489. <li><a href="https://adminlte.io/docs"><i class="fa fa-book"></i> <span>Documentation</span></a></li>
  490. <li class="header">LABELS</li>
  491. <li><a href="#"><i class="fa fa-circle-o text-red"></i> <span>Important</span></a></li>
  492. <li><a href="#"><i class="fa fa-circle-o text-yellow"></i> <span>Warning</span></a></li>
  493. <li><a href="#"><i class="fa fa-circle-o text-aqua"></i> <span>Information</span></a></li>
  494. </ul>
  495. </section>
  496. <!-- /.sidebar -->
  497. </aside>
  498. <!-- Content Wrapper. Contains page content -->
  499. <div class="content-wrapper">
  500. <!-- Content Header (Page header) -->
  501. <section class="content-header">
  502. <h1>
  503. Dashboard
  504. <small>Version 2.0</small>
  505. </h1>
  506. <ol class="breadcrumb">
  507. <li><a href="#"><i class="fa fa-dashboard"></i> Home</a></li>
  508. <li class="active">Dashboard</li>
  509. </ol>
  510. </section>
  511. <!-- Main content -->
  512. <section class="content">
  513. <!-- Info boxes -->
  514. <div class="row">
  515. <div class="col-md-3 col-sm-6 col-xs-12">
  516. <div class="info-box">
  517. <span class="info-box-icon bg-aqua"><i class="ion ion-ios-gear-outline"></i></span>
  518. <div class="info-box-content">
  519. <span class="info-box-text">CPU Traffic</span>
  520. <span class="info-box-number">90<small>%</small></span>
  521. </div>
  522. <!-- /.info-box-content -->
  523. </div>
  524. <!-- /.info-box -->
  525. </div>
  526. <!-- /.col -->
  527. <div class="col-md-3 col-sm-6 col-xs-12">
  528. <div class="info-box">
  529. <span class="info-box-icon bg-red"><i class="fa fa-google-plus"></i></span>
  530. <div class="info-box-content">
  531. <span class="info-box-text">Likes</span>
  532. <span class="info-box-number">41,410</span>
  533. </div>
  534. <!-- /.info-box-content -->
  535. </div>
  536. <!-- /.info-box -->
  537. </div>
  538. <!-- /.col -->
  539. <!-- fix for small devices only -->
  540. <div class="clearfix visible-sm-block"></div>
  541. <div class="col-md-3 col-sm-6 col-xs-12">
  542. <div class="info-box">
  543. <span class="info-box-icon bg-green"><i class="ion ion-ios-cart-outline"></i></span>
  544. <div class="info-box-content">
  545. <span class="info-box-text">Sales</span>
  546. <span class="info-box-number">760</span>
  547. </div>
  548. <!-- /.info-box-content -->
  549. </div>
  550. <!-- /.info-box -->
  551. </div>
  552. <!-- /.col -->
  553. <div class="col-md-3 col-sm-6 col-xs-12">
  554. <div class="info-box">
  555. <span class="info-box-icon bg-yellow"><i class="ion ion-ios-people-outline"></i></span>
  556. <div class="info-box-content">
  557. <span class="info-box-text">New Members</span>
  558. <span class="info-box-number">2,000</span>
  559. </div>
  560. <!-- /.info-box-content -->
  561. </div>
  562. <!-- /.info-box -->
  563. </div>
  564. <!-- /.col -->
  565. </div>
  566. <!-- /.row -->
  567. <div class="row">
  568. <div class="col-md-12">
  569. <div class="box">
  570. <div class="box-header with-border">
  571. <h3 class="box-title">Monthly Recap Report</h3>
  572. <div class="box-tools pull-right">
  573. <button type="button" class="btn btn-box-tool" data-widget="collapse"><i class="fa fa-minus"></i>
  574. </button>
  575. <div class="btn-group">
  576. <button type="button" class="btn btn-box-tool dropdown-toggle" data-toggle="dropdown">
  577. <i class="fa fa-wrench"></i></button>
  578. <ul class="dropdown-menu" role="menu">
  579. <li><a href="#">Action</a></li>
  580. <li><a href="#">Another action</a></li>
  581. <li><a href="#">Something else here</a></li>
  582. <li class="divider"></li>
  583. <li><a href="#">Separated link</a></li>
  584. </ul>
  585. </div>
  586. <button type="button" class="btn btn-box-tool" data-widget="remove"><i class="fa fa-times"></i></button>
  587. </div>
  588. </div>
  589. <!-- /.box-header -->
  590. <div class="box-body">
  591. <div class="row">
  592. <div class="col-md-8">
  593. <p class="text-center">
  594. <strong>Sales: 1 Jan, 2014 - 30 Jul, 2014</strong>
  595. </p>
  596. <div class="chart">
  597. <!-- Sales Chart Canvas -->
  598. <canvas id="salesChart" style="height: 180px;"></canvas>
  599. </div>
  600. <!-- /.chart-responsive -->
  601. </div>
  602. <!-- /.col -->
  603. <div class="col-md-4">
  604. <p class="text-center">
  605. <strong>Goal Completion</strong>
  606. </p>
  607. <div class="progress-group">
  608. <span class="progress-text">Add Products to Cart</span>
  609. <span class="progress-number"><b>160</b>/200</span>
  610. <div class="progress sm">
  611. <div class="progress-bar progress-bar-aqua" style="width: 80%"></div>
  612. </div>
  613. </div>
  614. <!-- /.progress-group -->
  615. <div class="progress-group">
  616. <span class="progress-text">Complete Purchase</span>
  617. <span class="progress-number"><b>310</b>/400</span>
  618. <div class="progress sm">
  619. <div class="progress-bar progress-bar-red" style="width: 80%"></div>
  620. </div>
  621. </div>
  622. <!-- /.progress-group -->
  623. <div class="progress-group">
  624. <span class="progress-text">Visit Premium Page</span>
  625. <span class="progress-number"><b>480</b>/800</span>
  626. <div class="progress sm">
  627. <div class="progress-bar progress-bar-green" style="width: 80%"></div>
  628. </div>
  629. </div>
  630. <!-- /.progress-group -->
  631. <div class="progress-group">
  632. <span class="progress-text">Send Inquiries</span>
  633. <span class="progress-number"><b>250</b>/500</span>
  634. <div class="progress sm">
  635. <div class="progress-bar progress-bar-yellow" style="width: 80%"></div>
  636. </div>
  637. </div>
  638. <!-- /.progress-group -->
  639. </div>
  640. <!-- /.col -->
  641. </div>
  642. <!-- /.row -->
  643. </div>
  644. <!-- ./box-body -->
  645. <div class="box-footer">
  646. <div class="row">
  647. <div class="col-sm-3 col-xs-6">
  648. <div class="description-block border-right">
  649. <span class="description-percentage text-green"><i class="fa fa-caret-up"></i> 17%</span>
  650. <h5 class="description-header">$35,210.43</h5>
  651. <span class="description-text">TOTAL REVENUE</span>
  652. </div>
  653. <!-- /.description-block -->
  654. </div>
  655. <!-- /.col -->
  656. <div class="col-sm-3 col-xs-6">
  657. <div class="description-block border-right">
  658. <span class="description-percentage text-yellow"><i class="fa fa-caret-left"></i> 0%</span>
  659. <h5 class="description-header">$10,390.90</h5>
  660. <span class="description-text">TOTAL COST</span>
  661. </div>
  662. <!-- /.description-block -->
  663. </div>
  664. <!-- /.col -->
  665. <div class="col-sm-3 col-xs-6">
  666. <div class="description-block border-right">
  667. <span class="description-percentage text-green"><i class="fa fa-caret-up"></i> 20%</span>
  668. <h5 class="description-header">$24,813.53</h5>
  669. <span class="description-text">TOTAL PROFIT</span>
  670. </div>
  671. <!-- /.description-block -->
  672. </div>
  673. <!-- /.col -->
  674. <div class="col-sm-3 col-xs-6">
  675. <div class="description-block">
  676. <span class="description-percentage text-red"><i class="fa fa-caret-down"></i> 18%</span>
  677. <h5 class="description-header">1200</h5>
  678. <span class="description-text">GOAL COMPLETIONS</span>
  679. </div>
  680. <!-- /.description-block -->
  681. </div>
  682. </div>
  683. <!-- /.row -->
  684. </div>
  685. <!-- /.box-footer -->
  686. </div>
  687. <!-- /.box -->
  688. </div>
  689. <!-- /.col -->
  690. </div>
  691. <!-- /.row -->
  692. <!-- Main row -->
  693. <div class="row">
  694. <!-- Left col -->
  695. <div class="col-md-8">
  696. <!-- MAP & BOX PANE -->
  697. <div class="box box-success">
  698. <div class="box-header with-border">
  699. <h3 class="box-title">Visitors Report</h3>
  700. <div class="box-tools pull-right">
  701. <button type="button" class="btn btn-box-tool" data-widget="collapse"><i class="fa fa-minus"></i>
  702. </button>
  703. <button type="button" class="btn btn-box-tool" data-widget="remove"><i class="fa fa-times"></i></button>
  704. </div>
  705. </div>
  706. <!-- /.box-header -->
  707. <div class="box-body no-padding">
  708. <div class="row">
  709. <div class="col-md-9 col-sm-8">
  710. <div class="pad">
  711. <!-- Map will be created here -->
  712. <div id="world-map-markers" style="height: 325px;"></div>
  713. </div>
  714. </div>
  715. <!-- /.col -->
  716. <div class="col-md-3 col-sm-4">
  717. <div class="pad box-pane-right bg-green" style="min-height: 280px">
  718. <div class="description-block margin-bottom">
  719. <div class="sparkbar pad" data-color="#fff">90,70,90,70,75,80,70</div>
  720. <h5 class="description-header">8390</h5>
  721. <span class="description-text">Visits</span>
  722. </div>
  723. <!-- /.description-block -->
  724. <div class="description-block margin-bottom">
  725. <div class="sparkbar pad" data-color="#fff">90,50,90,70,61,83,63</div>
  726. <h5 class="description-header">30%</h5>
  727. <span class="description-text">Referrals</span>
  728. </div>
  729. <!-- /.description-block -->
  730. <div class="description-block">
  731. <div class="sparkbar pad" data-color="#fff">90,50,90,70,61,83,63</div>
  732. <h5 class="description-header">70%</h5>
  733. <span class="description-text">Organic</span>
  734. </div>
  735. <!-- /.description-block -->
  736. </div>
  737. </div>
  738. <!-- /.col -->
  739. </div>
  740. <!-- /.row -->
  741. </div>
  742. <!-- /.box-body -->
  743. </div>
  744. <!-- /.box -->
  745. <div class="row">
  746. <div class="col-md-6">
  747. <!-- DIRECT CHAT -->
  748. <div class="box box-warning direct-chat direct-chat-warning">
  749. <div class="box-header with-border">
  750. <h3 class="box-title">Direct Chat</h3>
  751. <div class="box-tools pull-right">
  752. <span data-toggle="tooltip" title="3 New Messages" class="badge bg-yellow">3</span>
  753. <button type="button" class="btn btn-box-tool" data-widget="collapse"><i class="fa fa-minus"></i>
  754. </button>
  755. <button type="button" class="btn btn-box-tool" data-toggle="tooltip" title="Contacts"
  756. data-widget="chat-pane-toggle">
  757. <i class="fa fa-comments"></i></button>
  758. <button type="button" class="btn btn-box-tool" data-widget="remove"><i class="fa fa-times"></i>
  759. </button>
  760. </div>
  761. </div>
  762. <!-- /.box-header -->
  763. <div class="box-body">
  764. <!-- Conversations are loaded here -->
  765. <div class="direct-chat-messages">
  766. <!-- Message. Default to the left -->
  767. <div class="direct-chat-msg">
  768. <div class="direct-chat-info clearfix">
  769. <span class="direct-chat-name pull-left">Alexander Pierce</span>
  770. <span class="direct-chat-timestamp pull-right">23 Jan 2:00 pm</span>
  771. </div>
  772. <!-- /.direct-chat-info -->
  773. <img class="direct-chat-img" src="dist/img/user1-128x128.jpg" alt="message user image">
  774. <!-- /.direct-chat-img -->
  775. <div class="direct-chat-text">
  776. Is this template really for free? That's unbelievable!
  777. </div>
  778. <!-- /.direct-chat-text -->
  779. </div>
  780. <!-- /.direct-chat-msg -->
  781. <!-- Message to the right -->
  782. <div class="direct-chat-msg right">
  783. <div class="direct-chat-info clearfix">
  784. <span class="direct-chat-name pull-right">Sarah Bullock</span>
  785. <span class="direct-chat-timestamp pull-left">23 Jan 2:05 pm</span>
  786. </div>
  787. <!-- /.direct-chat-info -->
  788. <img class="direct-chat-img" src="dist/img/user3-128x128.jpg" alt="message user image">
  789. <!-- /.direct-chat-img -->
  790. <div class="direct-chat-text">
  791. You better believe it!
  792. </div>
  793. <!-- /.direct-chat-text -->
  794. </div>
  795. <!-- /.direct-chat-msg -->
  796. <!-- Message. Default to the left -->
  797. <div class="direct-chat-msg">
  798. <div class="direct-chat-info clearfix">
  799. <span class="direct-chat-name pull-left">Alexander Pierce</span>
  800. <span class="direct-chat-timestamp pull-right">23 Jan 5:37 pm</span>
  801. </div>
  802. <!-- /.direct-chat-info -->
  803. <img class="direct-chat-img" src="dist/img/user1-128x128.jpg" alt="message user image">
  804. <!-- /.direct-chat-img -->
  805. <div class="direct-chat-text">
  806. Working with AdminLTE on a great new app! Wanna join?
  807. </div>
  808. <!-- /.direct-chat-text -->
  809. </div>
  810. <!-- /.direct-chat-msg -->
  811. <!-- Message to the right -->
  812. <div class="direct-chat-msg right">
  813. <div class="direct-chat-info clearfix">
  814. <span class="direct-chat-name pull-right">Sarah Bullock</span>
  815. <span class="direct-chat-timestamp pull-left">23 Jan 6:10 pm</span>
  816. </div>
  817. <!-- /.direct-chat-info -->
  818. <img class="direct-chat-img" src="dist/img/user3-128x128.jpg" alt="message user image">
  819. <!-- /.direct-chat-img -->
  820. <div class="direct-chat-text">
  821. I would love to.
  822. </div>
  823. <!-- /.direct-chat-text -->
  824. </div>
  825. <!-- /.direct-chat-msg -->
  826. </div>
  827. <!--/.direct-chat-messages-->
  828. <!-- Contacts are loaded here -->
  829. <div class="direct-chat-contacts">
  830. <ul class="contacts-list">
  831. <li>
  832. <a href="#">
  833. <img class="contacts-list-img" src="dist/img/user1-128x128.jpg" alt="User Image">
  834. <div class="contacts-list-info">
  835. <span class="contacts-list-name">
  836. Count Dracula
  837. <small class="contacts-list-date pull-right">2/28/2015</small>
  838. </span>
  839. <span class="contacts-list-msg">How have you been? I was...</span>
  840. </div>
  841. <!-- /.contacts-list-info -->
  842. </a>
  843. </li>
  844. <!-- End Contact Item -->
  845. <li>
  846. <a href="#">
  847. <img class="contacts-list-img" src="dist/img/user7-128x128.jpg" alt="User Image">
  848. <div class="contacts-list-info">
  849. <span class="contacts-list-name">
  850. Sarah Doe
  851. <small class="contacts-list-date pull-right">2/23/2015</small>
  852. </span>
  853. <span class="contacts-list-msg">I will be waiting for...</span>
  854. </div>
  855. <!-- /.contacts-list-info -->
  856. </a>
  857. </li>
  858. <!-- End Contact Item -->
  859. <li>
  860. <a href="#">
  861. <img class="contacts-list-img" src="dist/img/user3-128x128.jpg" alt="User Image">
  862. <div class="contacts-list-info">
  863. <span class="contacts-list-name">
  864. Nadia Jolie
  865. <small class="contacts-list-date pull-right">2/20/2015</small>
  866. </span>
  867. <span class="contacts-list-msg">I'll call you back at...</span>
  868. </div>
  869. <!-- /.contacts-list-info -->
  870. </a>
  871. </li>
  872. <!-- End Contact Item -->
  873. <li>
  874. <a href="#">
  875. <img class="contacts-list-img" src="dist/img/user5-128x128.jpg" alt="User Image">
  876. <div class="contacts-list-info">
  877. <span class="contacts-list-name">
  878. Nora S. Vans
  879. <small class="contacts-list-date pull-right">2/10/2015</small>
  880. </span>
  881. <span class="contacts-list-msg">Where is your new...</span>
  882. </div>
  883. <!-- /.contacts-list-info -->
  884. </a>
  885. </li>
  886. <!-- End Contact Item -->
  887. <li>
  888. <a href="#">
  889. <img class="contacts-list-img" src="dist/img/user6-128x128.jpg" alt="User Image">
  890. <div class="contacts-list-info">
  891. <span class="contacts-list-name">
  892. John K.
  893. <small class="contacts-list-date pull-right">1/27/2015</small>
  894. </span>
  895. <span class="contacts-list-msg">Can I take a look at...</span>
  896. </div>
  897. <!-- /.contacts-list-info -->
  898. </a>
  899. </li>
  900. <!-- End Contact Item -->
  901. <li>
  902. <a href="#">
  903. <img class="contacts-list-img" src="dist/img/user8-128x128.jpg" alt="User Image">
  904. <div class="contacts-list-info">
  905. <span class="contacts-list-name">
  906. Kenneth M.
  907. <small class="contacts-list-date pull-right">1/4/2015</small>
  908. </span>
  909. <span class="contacts-list-msg">Never mind I found...</span>
  910. </div>
  911. <!-- /.contacts-list-info -->
  912. </a>
  913. </li>
  914. <!-- End Contact Item -->
  915. </ul>
  916. <!-- /.contatcts-list -->
  917. </div>
  918. <!-- /.direct-chat-pane -->
  919. </div>
  920. <!-- /.box-body -->
  921. <div class="box-footer">
  922. <form action="#" method="post">
  923. <div class="input-group">
  924. <input type="text" name="message" placeholder="Type Message ..." class="form-control">
  925. <span class="input-group-btn">
  926. <button type="button" class="btn btn-warning btn-flat">Send</button>
  927. </span>
  928. </div>
  929. </form>
  930. </div>
  931. <!-- /.box-footer-->
  932. </div>
  933. <!--/.direct-chat -->
  934. </div>
  935. <!-- /.col -->
  936. <div class="col-md-6">
  937. <!-- USERS LIST -->
  938. <div class="box box-danger">
  939. <div class="box-header with-border">
  940. <h3 class="box-title">Latest Members</h3>
  941. <div class="box-tools pull-right">
  942. <span class="label label-danger">8 New Members</span>
  943. <button type="button" class="btn btn-box-tool" data-widget="collapse"><i class="fa fa-minus"></i>
  944. </button>
  945. <button type="button" class="btn btn-box-tool" data-widget="remove"><i class="fa fa-times"></i>
  946. </button>
  947. </div>
  948. </div>
  949. <!-- /.box-header -->
  950. <div class="box-body no-padding">
  951. <ul class="users-list clearfix">
  952. <li>
  953. <img src="dist/img/user1-128x128.jpg" alt="User Image">
  954. <a class="users-list-name" href="#">Alexander Pierce</a>
  955. <span class="users-list-date">Today</span>
  956. </li>
  957. <li>
  958. <img src="dist/img/user8-128x128.jpg" alt="User Image">
  959. <a class="users-list-name" href="#">Norman</a>
  960. <span class="users-list-date">Yesterday</span>
  961. </li>
  962. <li>
  963. <img src="dist/img/user7-128x128.jpg" alt="User Image">
  964. <a class="users-list-name" href="#">Jane</a>
  965. <span class="users-list-date">12 Jan</span>
  966. </li>
  967. <li>
  968. <img src="dist/img/user6-128x128.jpg" alt="User Image">
  969. <a class="users-list-name" href="#">John</a>
  970. <span class="users-list-date">12 Jan</span>
  971. </li>
  972. <li>
  973. <img src="dist/img/user2-160x160.jpg" alt="User Image">
  974. <a class="users-list-name" href="#">Alexander</a>
  975. <span class="users-list-date">13 Jan</span>
  976. </li>
  977. <li>
  978. <img src="dist/img/user5-128x128.jpg" alt="User Image">
  979. <a class="users-list-name" href="#">Sarah</a>
  980. <span class="users-list-date">14 Jan</span>
  981. </li>
  982. <li>
  983. <img src="dist/img/user4-128x128.jpg" alt="User Image">
  984. <a class="users-list-name" href="#">Nora</a>
  985. <span class="users-list-date">15 Jan</span>
  986. </li>
  987. <li>
  988. <img src="dist/img/user3-128x128.jpg" alt="User Image">
  989. <a class="users-list-name" href="#">Nadia</a>
  990. <span class="users-list-date">15 Jan</span>
  991. </li>
  992. </ul>
  993. <!-- /.users-list -->
  994. </div>
  995. <!-- /.box-body -->
  996. <div class="box-footer text-center">
  997. <a href="javascript:void(0)" class="uppercase">View All Users</a>
  998. </div>
  999. <!-- /.box-footer -->
  1000. </div>
  1001. <!--/.box -->
  1002. </div>
  1003. <!-- /.col -->
  1004. </div>
  1005. <!-- /.row -->
  1006. <!-- TABLE: LATEST ORDERS -->
  1007. <div class="box box-info">
  1008. <div class="box-header with-border">
  1009. <h3 class="box-title">Latest Orders</h3>
  1010. <div class="box-tools pull-right">
  1011. <button type="button" class="btn btn-box-tool" data-widget="collapse"><i class="fa fa-minus"></i>
  1012. </button>
  1013. <button type="button" class="btn btn-box-tool" data-widget="remove"><i class="fa fa-times"></i></button>
  1014. </div>
  1015. </div>
  1016. <!-- /.box-header -->
  1017. <div class="box-body">
  1018. <div class="table-responsive">
  1019. <table class="table no-margin">
  1020. <thead>
  1021. <tr>
  1022. <th>Order ID</th>
  1023. <th>Item</th>
  1024. <th>Status</th>
  1025. <th>Popularity</th>
  1026. </tr>
  1027. </thead>
  1028. <tbody>
  1029. <tr>
  1030. <td><a href="pages/examples/invoice.html">OR9842</a></td>
  1031. <td>Call of Duty IV</td>
  1032. <td><span class="label label-success">Shipped</span></td>
  1033. <td>
  1034. <div class="sparkbar" data-color="#00a65a" data-height="20">90,80,90,-70,61,-83,63</div>
  1035. </td>
  1036. </tr>
  1037. <tr>
  1038. <td><a href="pages/examples/invoice.html">OR1848</a></td>
  1039. <td>Samsung Smart TV</td>
  1040. <td><span class="label label-warning">Pending</span></td>
  1041. <td>
  1042. <div class="sparkbar" data-color="#f39c12" data-height="20">90,80,-90,70,61,-83,68</div>
  1043. </td>
  1044. </tr>
  1045. <tr>
  1046. <td><a href="pages/examples/invoice.html">OR7429</a></td>
  1047. <td>iPhone 6 Plus</td>
  1048. <td><span class="label label-danger">Delivered</span></td>
  1049. <td>
  1050. <div class="sparkbar" data-color="#f56954" data-height="20">90,-80,90,70,-61,83,63</div>
  1051. </td>
  1052. </tr>
  1053. <tr>
  1054. <td><a href="pages/examples/invoice.html">OR7429</a></td>
  1055. <td>Samsung Smart TV</td>
  1056. <td><span class="label label-info">Processing</span></td>
  1057. <td>
  1058. <div class="sparkbar" data-color="#00c0ef" data-height="20">90,80,-90,70,-61,83,63</div>
  1059. </td>
  1060. </tr>
  1061. <tr>
  1062. <td><a href="pages/examples/invoice.html">OR1848</a></td>
  1063. <td>Samsung Smart TV</td>
  1064. <td><span class="label label-warning">Pending</span></td>
  1065. <td>
  1066. <div class="sparkbar" data-color="#f39c12" data-height="20">90,80,-90,70,61,-83,68</div>
  1067. </td>
  1068. </tr>
  1069. <tr>
  1070. <td><a href="pages/examples/invoice.html">OR7429</a></td>
  1071. <td>iPhone 6 Plus</td>
  1072. <td><span class="label label-danger">Delivered</span></td>
  1073. <td>
  1074. <div class="sparkbar" data-color="#f56954" data-height="20">90,-80,90,70,-61,83,63</div>
  1075. </td>
  1076. </tr>
  1077. <tr>
  1078. <td><a href="pages/examples/invoice.html">OR9842</a></td>
  1079. <td>Call of Duty IV</td>
  1080. <td><span class="label label-success">Shipped</span></td>
  1081. <td>
  1082. <div class="sparkbar" data-color="#00a65a" data-height="20">90,80,90,-70,61,-83,63</div>
  1083. </td>
  1084. </tr>
  1085. </tbody>
  1086. </table>
  1087. </div>
  1088. <!-- /.table-responsive -->
  1089. </div>
  1090. <!-- /.box-body -->
  1091. <div class="box-footer clearfix">
  1092. <a href="javascript:void(0)" class="btn btn-sm btn-info btn-flat pull-left">Place New Order</a>
  1093. <a href="javascript:void(0)" class="btn btn-sm btn-default btn-flat pull-right">View All Orders</a>
  1094. </div>
  1095. <!-- /.box-footer -->
  1096. </div>
  1097. <!-- /.box -->
  1098. </div>
  1099. <!-- /.col -->
  1100. <div class="col-md-4">
  1101. <!-- Info Boxes Style 2 -->
  1102. <div class="info-box bg-yellow">
  1103. <span class="info-box-icon"><i class="ion ion-ios-pricetag-outline"></i></span>
  1104. <div class="info-box-content">
  1105. <span class="info-box-text">Inventory</span>
  1106. <span class="info-box-number">5,200</span>
  1107. <div class="progress">
  1108. <div class="progress-bar" style="width: 50%"></div>
  1109. </div>
  1110. <span class="progress-description">
  1111. 50% Increase in 30 Days
  1112. </span>
  1113. </div>
  1114. <!-- /.info-box-content -->
  1115. </div>
  1116. <!-- /.info-box -->
  1117. <div class="info-box bg-green">
  1118. <span class="info-box-icon"><i class="ion ion-ios-heart-outline"></i></span>
  1119. <div class="info-box-content">
  1120. <span class="info-box-text">Mentions</span>
  1121. <span class="info-box-number">92,050</span>
  1122. <div class="progress">
  1123. <div class="progress-bar" style="width: 20%"></div>
  1124. </div>
  1125. <span class="progress-description">
  1126. 20% Increase in 30 Days
  1127. </span>
  1128. </div>
  1129. <!-- /.info-box-content -->
  1130. </div>
  1131. <!-- /.info-box -->
  1132. <div class="info-box bg-red">
  1133. <span class="info-box-icon"><i class="ion ion-ios-cloud-download-outline"></i></span>
  1134. <div class="info-box-content">
  1135. <span class="info-box-text">Downloads</span>
  1136. <span class="info-box-number">114,381</span>
  1137. <div class="progress">
  1138. <div class="progress-bar" style="width: 70%"></div>
  1139. </div>
  1140. <span class="progress-description">
  1141. 70% Increase in 30 Days
  1142. </span>
  1143. </div>
  1144. <!-- /.info-box-content -->
  1145. </div>
  1146. <!-- /.info-box -->
  1147. <div class="info-box bg-aqua">
  1148. <span class="info-box-icon"><i class="ion-ios-chatbubble-outline"></i></span>
  1149. <div class="info-box-content">
  1150. <span class="info-box-text">Direct Messages</span>
  1151. <span class="info-box-number">163,921</span>
  1152. <div class="progress">
  1153. <div class="progress-bar" style="width: 40%"></div>
  1154. </div>
  1155. <span class="progress-description">
  1156. 40% Increase in 30 Days
  1157. </span>
  1158. </div>
  1159. <!-- /.info-box-content -->
  1160. </div>
  1161. <!-- /.info-box -->
  1162. <div class="box box-default">
  1163. <div class="box-header with-border">
  1164. <h3 class="box-title">Browser Usage</h3>
  1165. <div class="box-tools pull-right">
  1166. <button type="button" class="btn btn-box-tool" data-widget="collapse"><i class="fa fa-minus"></i>
  1167. </button>
  1168. <button type="button" class="btn btn-box-tool" data-widget="remove"><i class="fa fa-times"></i></button>
  1169. </div>
  1170. </div>
  1171. <!-- /.box-header -->
  1172. <div class="box-body">
  1173. <div class="row">
  1174. <div class="col-md-8">
  1175. <div class="chart-responsive">
  1176. <canvas id="pieChart" height="150"></canvas>
  1177. </div>
  1178. <!-- ./chart-responsive -->
  1179. </div>
  1180. <!-- /.col -->
  1181. <div class="col-md-4">
  1182. <ul class="chart-legend clearfix">
  1183. <li><i class="fa fa-circle-o text-red"></i> Chrome</li>
  1184. <li><i class="fa fa-circle-o text-green"></i> IE</li>
  1185. <li><i class="fa fa-circle-o text-yellow"></i> FireFox</li>
  1186. <li><i class="fa fa-circle-o text-aqua"></i> Safari</li>
  1187. <li><i class="fa fa-circle-o text-light-blue"></i> Opera</li>
  1188. <li><i class="fa fa-circle-o text-gray"></i> Navigator</li>
  1189. </ul>
  1190. </div>
  1191. <!-- /.col -->
  1192. </div>
  1193. <!-- /.row -->
  1194. </div>
  1195. <!-- /.box-body -->
  1196. <div class="box-footer no-padding">
  1197. <ul class="nav nav-pills nav-stacked">
  1198. <li><a href="#">United States of America
  1199. <span class="pull-right text-red"><i class="fa fa-angle-down"></i> 12%</span></a></li>
  1200. <li><a href="#">India <span class="pull-right text-green"><i class="fa fa-angle-up"></i> 4%</span></a>
  1201. </li>
  1202. <li><a href="#">China
  1203. <span class="pull-right text-yellow"><i class="fa fa-angle-left"></i> 0%</span></a></li>
  1204. </ul>
  1205. </div>
  1206. <!-- /.footer -->
  1207. </div>
  1208. <!-- /.box -->
  1209. <!-- PRODUCT LIST -->
  1210. <div class="box box-primary">
  1211. <div class="box-header with-border">
  1212. <h3 class="box-title">Recently Added Products</h3>
  1213. <div class="box-tools pull-right">
  1214. <button type="button" class="btn btn-box-tool" data-widget="collapse"><i class="fa fa-minus"></i>
  1215. </button>
  1216. <button type="button" class="btn btn-box-tool" data-widget="remove"><i class="fa fa-times"></i></button>
  1217. </div>
  1218. </div>
  1219. <!-- /.box-header -->
  1220. <div class="box-body">
  1221. <ul class="products-list product-list-in-box">
  1222. <li class="item">
  1223. <div class="product-img">
  1224. <img src="dist/img/default-50x50.gif" alt="Product Image">
  1225. </div>
  1226. <div class="product-info">
  1227. <a href="javascript:void(0)" class="product-title">Samsung TV
  1228. <span class="label label-warning pull-right">$1800</span></a>
  1229. <span class="product-description">
  1230. Samsung 32" 1080p 60Hz LED Smart HDTV.
  1231. </span>
  1232. </div>
  1233. </li>
  1234. <!-- /.item -->
  1235. <li class="item">
  1236. <div class="product-img">
  1237. <img src="dist/img/default-50x50.gif" alt="Product Image">
  1238. </div>
  1239. <div class="product-info">
  1240. <a href="javascript:void(0)" class="product-title">Bicycle
  1241. <span class="label label-info pull-right">$700</span></a>
  1242. <span class="product-description">
  1243. 26" Mongoose Dolomite Men's 7-speed, Navy Blue.
  1244. </span>
  1245. </div>
  1246. </li>
  1247. <!-- /.item -->
  1248. <li class="item">
  1249. <div class="product-img">
  1250. <img src="dist/img/default-50x50.gif" alt="Product Image">
  1251. </div>
  1252. <div class="product-info">
  1253. <a href="javascript:void(0)" class="product-title">Xbox One <span
  1254. class="label label-danger pull-right">$350</span></a>
  1255. <span class="product-description">
  1256. Xbox One Console Bundle with Halo Master Chief Collection.
  1257. </span>
  1258. </div>
  1259. </li>
  1260. <!-- /.item -->
  1261. <li class="item">
  1262. <div class="product-img">
  1263. <img src="dist/img/default-50x50.gif" alt="Product Image">
  1264. </div>
  1265. <div class="product-info">
  1266. <a href="javascript:void(0)" class="product-title">PlayStation 4
  1267. <span class="label label-success pull-right">$399</span></a>
  1268. <span class="product-description">
  1269. PlayStation 4 500GB Console (PS4)
  1270. </span>
  1271. </div>
  1272. </li>
  1273. <!-- /.item -->
  1274. </ul>
  1275. </div>
  1276. <!-- /.box-body -->
  1277. <div class="box-footer text-center">
  1278. <a href="javascript:void(0)" class="uppercase">View All Products</a>
  1279. </div>
  1280. <!-- /.box-footer -->
  1281. </div>
  1282. <!-- /.box -->
  1283. </div>
  1284. <!-- /.col -->
  1285. </div>
  1286. <!-- /.row -->
  1287. </section>
  1288. <!-- /.content -->
  1289. </div>
  1290. <!-- /.content-wrapper -->
  1291. <footer class="main-footer">
  1292. <div class="pull-right hidden-xs">
  1293. <b>Version</b> 2.4.18
  1294. </div>
  1295. <strong>Copyright &copy; 2014-2019 <a href="https://adminlte.io">AdminLTE</a>.</strong> All rights
  1296. reserved.
  1297. </footer>
  1298. <!-- Control Sidebar -->
  1299. <aside class="control-sidebar control-sidebar-dark">
  1300. <!-- Create the tabs -->
  1301. <ul class="nav nav-tabs nav-justified control-sidebar-tabs">
  1302. <li><a href="#control-sidebar-home-tab" data-toggle="tab"><i class="fa fa-home"></i></a></li>
  1303. <li><a href="#control-sidebar-settings-tab" data-toggle="tab"><i class="fa fa-gears"></i></a></li>
  1304. </ul>
  1305. <!-- Tab panes -->
  1306. <div class="tab-content">
  1307. <!-- Home tab content -->
  1308. <div class="tab-pane" id="control-sidebar-home-tab">
  1309. <h3 class="control-sidebar-heading">Recent Activity</h3>
  1310. <ul class="control-sidebar-menu">
  1311. <li>
  1312. <a href="javascript:void(0)">
  1313. <i class="menu-icon fa fa-birthday-cake bg-red"></i>
  1314. <div class="menu-info">
  1315. <h4 class="control-sidebar-subheading">Langdon's Birthday</h4>
  1316. <p>Will be 23 on April 24th</p>
  1317. </div>
  1318. </a>
  1319. </li>
  1320. <li>
  1321. <a href="javascript:void(0)">
  1322. <i class="menu-icon fa fa-user bg-yellow"></i>
  1323. <div class="menu-info">
  1324. <h4 class="control-sidebar-subheading">Frodo Updated His Profile</h4>
  1325. <p>New phone +1(800)555-1234</p>
  1326. </div>
  1327. </a>
  1328. </li>
  1329. <li>
  1330. <a href="javascript:void(0)">
  1331. <i class="menu-icon fa fa-envelope-o bg-light-blue"></i>
  1332. <div class="menu-info">
  1333. <h4 class="control-sidebar-subheading">Nora Joined Mailing List</h4>
  1334. <p>nora@example.com</p>
  1335. </div>
  1336. </a>
  1337. </li>
  1338. <li>
  1339. <a href="javascript:void(0)">
  1340. <i class="menu-icon fa fa-file-code-o bg-green"></i>
  1341. <div class="menu-info">
  1342. <h4 class="control-sidebar-subheading">Cron Job 254 Executed</h4>
  1343. <p>Execution time 5 seconds</p>
  1344. </div>
  1345. </a>
  1346. </li>
  1347. </ul>
  1348. <!-- /.control-sidebar-menu -->
  1349. <h3 class="control-sidebar-heading">Tasks Progress</h3>
  1350. <ul class="control-sidebar-menu">
  1351. <li>
  1352. <a href="javascript:void(0)">
  1353. <h4 class="control-sidebar-subheading">
  1354. Custom Template Design
  1355. <span class="label label-danger pull-right">70%</span>
  1356. </h4>
  1357. <div class="progress progress-xxs">
  1358. <div class="progress-bar progress-bar-danger" style="width: 70%"></div>
  1359. </div>
  1360. </a>
  1361. </li>
  1362. <li>
  1363. <a href="javascript:void(0)">
  1364. <h4 class="control-sidebar-subheading">
  1365. Update Resume
  1366. <span class="label label-success pull-right">95%</span>
  1367. </h4>
  1368. <div class="progress progress-xxs">
  1369. <div class="progress-bar progress-bar-success" style="width: 95%"></div>
  1370. </div>
  1371. </a>
  1372. </li>
  1373. <li>
  1374. <a href="javascript:void(0)">
  1375. <h4 class="control-sidebar-subheading">
  1376. Laravel Integration
  1377. <span class="label label-warning pull-right">50%</span>
  1378. </h4>
  1379. <div class="progress progress-xxs">
  1380. <div class="progress-bar progress-bar-warning" style="width: 50%"></div>
  1381. </div>
  1382. </a>
  1383. </li>
  1384. <li>
  1385. <a href="javascript:void(0)">
  1386. <h4 class="control-sidebar-subheading">
  1387. Back End Framework
  1388. <span class="label label-primary pull-right">68%</span>
  1389. </h4>
  1390. <div class="progress progress-xxs">
  1391. <div class="progress-bar progress-bar-primary" style="width: 68%"></div>
  1392. </div>
  1393. </a>
  1394. </li>
  1395. </ul>
  1396. <!-- /.control-sidebar-menu -->
  1397. </div>
  1398. <!-- /.tab-pane -->
  1399. <!-- Settings tab content -->
  1400. <div class="tab-pane" id="control-sidebar-settings-tab">
  1401. <form method="post">
  1402. <h3 class="control-sidebar-heading">General Settings</h3>
  1403. <div class="form-group">
  1404. <label class="control-sidebar-subheading">
  1405. Report panel usage
  1406. <input type="checkbox" class="pull-right" checked>
  1407. </label>
  1408. <p>
  1409. Some information about this general settings option
  1410. </p>
  1411. </div>
  1412. <!-- /.form-group -->
  1413. <div class="form-group">
  1414. <label class="control-sidebar-subheading">
  1415. Allow mail redirect
  1416. <input type="checkbox" class="pull-right" checked>
  1417. </label>
  1418. <p>
  1419. Other sets of options are available
  1420. </p>
  1421. </div>
  1422. <!-- /.form-group -->
  1423. <div class="form-group">
  1424. <label class="control-sidebar-subheading">
  1425. Expose author name in posts
  1426. <input type="checkbox" class="pull-right" checked>
  1427. </label>
  1428. <p>
  1429. Allow the user to show his name in blog posts
  1430. </p>
  1431. </div>
  1432. <!-- /.form-group -->
  1433. <h3 class="control-sidebar-heading">Chat Settings</h3>
  1434. <div class="form-group">
  1435. <label class="control-sidebar-subheading">
  1436. Show me as online
  1437. <input type="checkbox" class="pull-right" checked>
  1438. </label>
  1439. </div>
  1440. <!-- /.form-group -->
  1441. <div class="form-group">
  1442. <label class="control-sidebar-subheading">
  1443. Turn off notifications
  1444. <input type="checkbox" class="pull-right">
  1445. </label>
  1446. </div>
  1447. <!-- /.form-group -->
  1448. <div class="form-group">
  1449. <label class="control-sidebar-subheading">
  1450. Delete chat history
  1451. <a href="javascript:void(0)" class="text-red pull-right"><i class="fa fa-trash-o"></i></a>
  1452. </label>
  1453. </div>
  1454. <!-- /.form-group -->
  1455. </form>
  1456. </div>
  1457. <!-- /.tab-pane -->
  1458. </div>
  1459. </aside>
  1460. <!-- /.control-sidebar -->
  1461. <!-- Add the sidebar's background. This div must be placed
  1462. immediately after the control sidebar -->
  1463. <div class="control-sidebar-bg"></div>
  1464. </div>
  1465. <!-- ./wrapper -->
  1466. <!-- jQuery 3 -->
  1467. <script src="bower_components/jquery/dist/jquery.min.js"></script>
  1468. <!-- Bootstrap 3.3.7 -->
  1469. <script src="bower_components/bootstrap/dist/js/bootstrap.min.js"></script>
  1470. <!-- FastClick -->
  1471. <script src="bower_components/fastclick/lib/fastclick.js"></script>
  1472. <!-- AdminLTE App -->
  1473. <script src="dist/js/adminlte.min.js"></script>
  1474. <!-- Sparkline -->
  1475. <script src="bower_components/jquery-sparkline/dist/jquery.sparkline.min.js"></script>
  1476. <!-- jvectormap -->
  1477. <script src="plugins/jvectormap/jquery-jvectormap-1.2.2.min.js"></script>
  1478. <script src="plugins/jvectormap/jquery-jvectormap-world-mill-en.js"></script>
  1479. <!-- SlimScroll -->
  1480. <script src="bower_components/jquery-slimscroll/jquery.slimscroll.min.js"></script>
  1481. <!-- ChartJS -->
  1482. <script src="bower_components/chart.js/Chart.js"></script>
  1483. <!-- AdminLTE dashboard demo (This is only for demo purposes) -->
  1484. <script src="dist/js/pages/dashboard2.js"></script>
  1485. <!-- AdminLTE for demo purposes -->
  1486. <script src="dist/js/demo.js"></script>
  1487. </body>
  1488. </html>