index2.html 58 KB

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