index2.html 66 KB

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