index2.html 63 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236
  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. <!-- Bootstrap 3.3.2 -->
  8. <link href="bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
  9. <!-- Font Awesome Icons -->
  10. <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" type="text/css" />
  11. <!-- Ionicons -->
  12. <link href="https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css" rel="stylesheet" type="text/css" />
  13. <!-- Morris chart -->
  14. <link href="plugins/morris/morris.css" rel="stylesheet" type="text/css" />
  15. <!-- jvectormap -->
  16. <link href="plugins/jvectormap/jquery-jvectormap-1.2.2.css" rel="stylesheet" type="text/css" />
  17. <!-- Daterange picker -->
  18. <link href="plugins/daterangepicker/daterangepicker-bs3.css" rel="stylesheet" type="text/css" />
  19. <!-- Theme style -->
  20. <link href="dist/css/AdminLTE.min.css" rel="stylesheet" type="text/css" />
  21. <!-- AdminLTE Skins. Choose a skin from the css/skins
  22. folder instead of downloading all of them to reduce the load. -->
  23. <link href="dist/css/skins/_all-skins.min.css" rel="stylesheet" type="text/css" />
  24. <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
  25. <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
  26. <!--[if lt IE 9]>
  27. <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
  28. <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
  29. <![endif]-->
  30. </head>
  31. <body class="skin-blue sidebar-mini sidebar-collapse">
  32. <div class="wrapper">
  33. <header class="main-header">
  34. <!-- Logo -->
  35. <a href="index2.html" class="logo">
  36. <!-- mini logo for sidebar mini 50x50 pixels -->
  37. <span class="logo-mini"><b>A</b>LT</span>
  38. <!-- logo for regular state and mobile devices -->
  39. <span class="logo-lg"><b>Admin</b>LTE</span>
  40. </a>
  41. <!-- Header Navbar: style can be found in header.less -->
  42. <nav class="navbar navbar-static-top" role="navigation">
  43. <!-- Sidebar toggle button-->
  44. <a href="#" class="sidebar-toggle" data-toggle="offcanvas" role="button">
  45. <span class="sr-only">Toggle navigation</span>
  46. </a>
  47. <!-- Navbar Right Menu -->
  48. <div class="navbar-custom-menu">
  49. <ul class="nav navbar-nav">
  50. <!-- Messages: style can be found in dropdown.less-->
  51. <li class="dropdown messages-menu">
  52. <a href="#" class="dropdown-toggle" data-toggle="dropdown">
  53. <i class="fa fa-envelope-o"></i>
  54. <span class="label label-success">4</span>
  55. </a>
  56. <ul class="dropdown-menu">
  57. <li class="header">You have 4 messages</li>
  58. <li>
  59. <!-- inner menu: contains the actual data -->
  60. <ul class="menu">
  61. <li><!-- start message -->
  62. <a href="#">
  63. <div class="pull-left">
  64. <img src="dist/img/user2-160x160.jpg" class="img-circle" alt="User Image"/>
  65. </div>
  66. <h4>
  67. Support Team
  68. <small><i class="fa fa-clock-o"></i> 5 mins</small>
  69. </h4>
  70. <p>Why not buy a new awesome theme?</p>
  71. </a>
  72. </li><!-- end message -->
  73. <li>
  74. <a href="#">
  75. <div class="pull-left">
  76. <img src="dist/img/user3-128x128.jpg" class="img-circle" alt="user image"/>
  77. </div>
  78. <h4>
  79. AdminLTE Design Team
  80. <small><i class="fa fa-clock-o"></i> 2 hours</small>
  81. </h4>
  82. <p>Why not buy a new awesome theme?</p>
  83. </a>
  84. </li>
  85. <li>
  86. <a href="#">
  87. <div class="pull-left">
  88. <img src="dist/img/user4-128x128.jpg" class="img-circle" alt="user image"/>
  89. </div>
  90. <h4>
  91. Developers
  92. <small><i class="fa fa-clock-o"></i> Today</small>
  93. </h4>
  94. <p>Why not buy a new awesome theme?</p>
  95. </a>
  96. </li>
  97. <li>
  98. <a href="#">
  99. <div class="pull-left">
  100. <img src="dist/img/user3-128x128.jpg" class="img-circle" alt="user image"/>
  101. </div>
  102. <h4>
  103. Sales Department
  104. <small><i class="fa fa-clock-o"></i> Yesterday</small>
  105. </h4>
  106. <p>Why not buy a new awesome theme?</p>
  107. </a>
  108. </li>
  109. <li>
  110. <a href="#">
  111. <div class="pull-left">
  112. <img src="dist/img/user4-128x128.jpg" class="img-circle" alt="user image"/>
  113. </div>
  114. <h4>
  115. Reviewers
  116. <small><i class="fa fa-clock-o"></i> 2 days</small>
  117. </h4>
  118. <p>Why not buy a new awesome theme?</p>
  119. </a>
  120. </li>
  121. </ul>
  122. </li>
  123. <li class="footer"><a href="#">See All Messages</a></li>
  124. </ul>
  125. </li>
  126. <!-- Notifications: style can be found in dropdown.less -->
  127. <li class="dropdown notifications-menu">
  128. <a href="#" class="dropdown-toggle" data-toggle="dropdown">
  129. <i class="fa fa-bell-o"></i>
  130. <span class="label label-warning">10</span>
  131. </a>
  132. <ul class="dropdown-menu">
  133. <li class="header">You have 10 notifications</li>
  134. <li>
  135. <!-- inner menu: contains the actual data -->
  136. <ul class="menu">
  137. <li>
  138. <a href="#">
  139. <i class="fa fa-users text-aqua"></i> 5 new members joined today
  140. </a>
  141. </li>
  142. <li>
  143. <a href="#">
  144. <i class="fa fa-warning text-yellow"></i> Very long description here that may not fit into the page and may cause design problems
  145. </a>
  146. </li>
  147. <li>
  148. <a href="#">
  149. <i class="fa fa-users text-red"></i> 5 new members joined
  150. </a>
  151. </li>
  152. <li>
  153. <a href="#">
  154. <i class="fa fa-shopping-cart text-green"></i> 25 sales made
  155. </a>
  156. </li>
  157. <li>
  158. <a href="#">
  159. <i class="fa fa-user text-red"></i> You changed your username
  160. </a>
  161. </li>
  162. </ul>
  163. </li>
  164. <li class="footer"><a href="#">View all</a></li>
  165. </ul>
  166. </li>
  167. <!-- Tasks: style can be found in dropdown.less -->
  168. <li class="dropdown tasks-menu">
  169. <a href="#" class="dropdown-toggle" data-toggle="dropdown">
  170. <i class="fa fa-flag-o"></i>
  171. <span class="label label-danger">9</span>
  172. </a>
  173. <ul class="dropdown-menu">
  174. <li class="header">You have 9 tasks</li>
  175. <li>
  176. <!-- inner menu: contains the actual data -->
  177. <ul class="menu">
  178. <li><!-- Task item -->
  179. <a href="#">
  180. <h3>
  181. Design some buttons
  182. <small class="pull-right">20%</small>
  183. </h3>
  184. <div class="progress xs">
  185. <div class="progress-bar progress-bar-aqua" style="width: 20%" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100">
  186. <span class="sr-only">20% Complete</span>
  187. </div>
  188. </div>
  189. </a>
  190. </li><!-- end task item -->
  191. <li><!-- Task item -->
  192. <a href="#">
  193. <h3>
  194. Create a nice theme
  195. <small class="pull-right">40%</small>
  196. </h3>
  197. <div class="progress xs">
  198. <div class="progress-bar progress-bar-green" style="width: 40%" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100">
  199. <span class="sr-only">40% Complete</span>
  200. </div>
  201. </div>
  202. </a>
  203. </li><!-- end task item -->
  204. <li><!-- Task item -->
  205. <a href="#">
  206. <h3>
  207. Some task I need to do
  208. <small class="pull-right">60%</small>
  209. </h3>
  210. <div class="progress xs">
  211. <div class="progress-bar progress-bar-red" style="width: 60%" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100">
  212. <span class="sr-only">60% Complete</span>
  213. </div>
  214. </div>
  215. </a>
  216. </li><!-- end task item -->
  217. <li><!-- Task item -->
  218. <a href="#">
  219. <h3>
  220. Make beautiful transitions
  221. <small class="pull-right">80%</small>
  222. </h3>
  223. <div class="progress xs">
  224. <div class="progress-bar progress-bar-yellow" style="width: 80%" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100">
  225. <span class="sr-only">80% Complete</span>
  226. </div>
  227. </div>
  228. </a>
  229. </li><!-- end task item -->
  230. </ul>
  231. </li>
  232. <li class="footer">
  233. <a href="#">View all tasks</a>
  234. </li>
  235. </ul>
  236. </li>
  237. <!-- User Account: style can be found in dropdown.less -->
  238. <li class="dropdown user user-menu">
  239. <a href="#" class="dropdown-toggle" data-toggle="dropdown">
  240. <img src="dist/img/user2-160x160.jpg" class="user-image" alt="User Image"/>
  241. <span class="hidden-xs">Alexander Pierce</span>
  242. </a>
  243. <ul class="dropdown-menu">
  244. <!-- User image -->
  245. <li class="user-header">
  246. <img src="dist/img/user2-160x160.jpg" class="img-circle" alt="User Image" />
  247. <p>
  248. Alexander Pierce - Web Developer
  249. <small>Member since Nov. 2012</small>
  250. </p>
  251. </li>
  252. <!-- Menu Body -->
  253. <li class="user-body">
  254. <div class="col-xs-4 text-center">
  255. <a href="#">Followers</a>
  256. </div>
  257. <div class="col-xs-4 text-center">
  258. <a href="#">Sales</a>
  259. </div>
  260. <div class="col-xs-4 text-center">
  261. <a href="#">Friends</a>
  262. </div>
  263. </li>
  264. <!-- Menu Footer-->
  265. <li class="user-footer">
  266. <div class="pull-left">
  267. <a href="#" class="btn btn-default btn-flat">Profile</a>
  268. </div>
  269. <div class="pull-right">
  270. <a href="#" class="btn btn-default btn-flat">Sign out</a>
  271. </div>
  272. </li>
  273. </ul>
  274. </li>
  275. <!-- Control Sidebar Toggle Button -->
  276. <li>
  277. <a href="#" data-toggle="control-sidebar"><i class="fa fa-outdent"></i></a>
  278. </li>
  279. </ul>
  280. </div>
  281. </nav>
  282. </header>
  283. <!-- Left side column. contains the logo and sidebar -->
  284. <aside class="main-sidebar">
  285. <!-- sidebar: style can be found in sidebar.less -->
  286. <section class="sidebar">
  287. <!-- Sidebar user panel -->
  288. <div class="user-panel">
  289. <div class="pull-left image">
  290. <img src="dist/img/user2-160x160.jpg" class="img-circle" alt="User Image" />
  291. </div>
  292. <div class="pull-left info">
  293. <p>Alexander Pierce</p>
  294. <a href="#"><i class="fa fa-circle text-success"></i> Online</a>
  295. </div>
  296. </div>
  297. <!-- search form -->
  298. <form action="#" method="get" class="sidebar-form">
  299. <div class="input-group">
  300. <input type="text" name="q" class="form-control" placeholder="Search..."/>
  301. <span class="input-group-btn">
  302. <button type='submit' name='search' id='search-btn' class="btn btn-flat"><i class="fa fa-search"></i></button>
  303. </span>
  304. </div>
  305. </form>
  306. <!-- /.search form -->
  307. <!-- sidebar menu: : style can be found in sidebar.less -->
  308. <ul class="sidebar-menu">
  309. <li class="header">MAIN NAVIGATION</li>
  310. <li class="active treeview">
  311. <a href="#">
  312. <i class="fa fa-dashboard"></i> <span>Dashboard</span> <i class="fa fa-angle-left pull-right"></i>
  313. </a>
  314. <ul class="treeview-menu">
  315. <li><a href="index.html"><i class="fa fa-circle-o"></i> Dashboard v1</a></li>
  316. <li class="active"><a href="index2.html"><i class="fa fa-circle-o"></i> Dashboard v2</a></li>
  317. </ul>
  318. </li>
  319. <li class="treeview">
  320. <a href="#">
  321. <i class="fa fa-files-o"></i>
  322. <span>Layout Options</span>
  323. <span class="label label-primary pull-right">4</span>
  324. </a>
  325. <ul class="treeview-menu">
  326. <li><a href="pages/layout/top-nav.html"><i class="fa fa-circle-o"></i> Top Navigation</a></li>
  327. <li><a href="pages/layout/boxed.html"><i class="fa fa-circle-o"></i> Boxed</a></li>
  328. <li><a href="pages/layout/fixed.html"><i class="fa fa-circle-o"></i> Fixed</a></li>
  329. <li><a href="pages/layout/collapsed-sidebar.html"><i class="fa fa-circle-o"></i> Collapsed Sidebar</a></li>
  330. </ul>
  331. </li>
  332. <li>
  333. <a href="pages/widgets.html">
  334. <i class="fa fa-th"></i> <span>Widgets</span> <small class="label pull-right bg-green">new</small>
  335. </a>
  336. </li>
  337. <li class="treeview">
  338. <a href="#">
  339. <i class="fa fa-pie-chart"></i>
  340. <span>Charts</span>
  341. <i class="fa fa-angle-left pull-right"></i>
  342. </a>
  343. <ul class="treeview-menu">
  344. <li><a href="pages/charts/morris.html"><i class="fa fa-circle-o"></i> Morris</a></li>
  345. <li><a href="pages/charts/flot.html"><i class="fa fa-circle-o"></i> Flot</a></li>
  346. <li><a href="pages/charts/inline.html"><i class="fa fa-circle-o"></i> Inline charts</a></li>
  347. </ul>
  348. </li>
  349. <li class="treeview">
  350. <a href="#">
  351. <i class="fa fa-laptop"></i>
  352. <span>UI Elements</span>
  353. <i class="fa fa-angle-left pull-right"></i>
  354. </a>
  355. <ul class="treeview-menu">
  356. <li><a href="pages/UI/general.html"><i class="fa fa-circle-o"></i> General</a></li>
  357. <li><a href="pages/UI/icons.html"><i class="fa fa-circle-o"></i> Icons</a></li>
  358. <li><a href="pages/UI/buttons.html"><i class="fa fa-circle-o"></i> Buttons</a></li>
  359. <li><a href="pages/UI/sliders.html"><i class="fa fa-circle-o"></i> Sliders</a></li>
  360. <li><a href="pages/UI/timeline.html"><i class="fa fa-circle-o"></i> Timeline</a></li>
  361. <li><a href="pages/UI/modals.html"><i class="fa fa-circle-o"></i> Modals</a></li>
  362. </ul>
  363. </li>
  364. <li class="treeview">
  365. <a href="#">
  366. <i class="fa fa-edit"></i> <span>Forms</span>
  367. <i class="fa fa-angle-left pull-right"></i>
  368. </a>
  369. <ul class="treeview-menu">
  370. <li><a href="pages/forms/general.html"><i class="fa fa-circle-o"></i> General Elements</a></li>
  371. <li><a href="pages/forms/advanced.html"><i class="fa fa-circle-o"></i> Advanced Elements</a></li>
  372. <li><a href="pages/forms/editors.html"><i class="fa fa-circle-o"></i> Editors</a></li>
  373. </ul>
  374. </li>
  375. <li class="treeview">
  376. <a href="#">
  377. <i class="fa fa-table"></i> <span>Tables</span>
  378. <i class="fa fa-angle-left pull-right"></i>
  379. </a>
  380. <ul class="treeview-menu">
  381. <li><a href="pages/tables/simple.html"><i class="fa fa-circle-o"></i> Simple tables</a></li>
  382. <li><a href="pages/tables/data.html"><i class="fa fa-circle-o"></i> Data tables</a></li>
  383. </ul>
  384. </li>
  385. <li>
  386. <a href="pages/calendar.html">
  387. <i class="fa fa-calendar"></i> <span>Calendar</span>
  388. <small class="label pull-right bg-red">3</small>
  389. </a>
  390. </li>
  391. <li>
  392. <a href="pages/mailbox/mailbox.html">
  393. <i class="fa fa-envelope"></i> <span>Mailbox</span>
  394. <small class="label pull-right bg-yellow">12</small>
  395. </a>
  396. </li>
  397. <li class="treeview">
  398. <a href="#">
  399. <i class="fa fa-folder"></i> <span>Examples</span>
  400. <i class="fa fa-angle-left pull-right"></i>
  401. </a>
  402. <ul class="treeview-menu">
  403. <li><a href="pages/examples/invoice.html"><i class="fa fa-circle-o"></i> Invoice</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-danger"></i> <span>Important</span></a></li>
  438. <li><a href="#"><i class="fa fa-circle-o text-warning"></i> <span>Warning</span></a></li>
  439. <li><a href="#"><i class="fa fa-circle-o text-info"></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-responsive">
  527. <!-- Sales Chart Canvas -->
  528. <canvas id="salesChart" height="180"></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><!-- /.col -->
  645. <div class="col-md-4">
  646. <!-- Info Boxes Style 2 -->
  647. <div class="info-box bg-yellow">
  648. <span class="info-box-icon"><i class="ion ion-ios-pricetag-outline"></i></span>
  649. <div class="info-box-content">
  650. <span class="info-box-text">Inventory</span>
  651. <span class="info-box-number">5,200</span>
  652. <div class="progress">
  653. <div class="progress-bar" style="width: 50%"></div>
  654. </div>
  655. <span class="progress-description">
  656. 50% Increase in 30 Days
  657. </span>
  658. </div><!-- /.info-box-content -->
  659. </div><!-- /.info-box -->
  660. <div class="info-box bg-green">
  661. <span class="info-box-icon"><i class="ion ion-ios-heart-outline"></i></span>
  662. <div class="info-box-content">
  663. <span class="info-box-text">Mentions</span>
  664. <span class="info-box-number">92,050</span>
  665. <div class="progress">
  666. <div class="progress-bar" style="width: 20%"></div>
  667. </div>
  668. <span class="progress-description">
  669. 20% Increase in 30 Days
  670. </span>
  671. </div><!-- /.info-box-content -->
  672. </div><!-- /.info-box -->
  673. <div class="info-box bg-red">
  674. <span class="info-box-icon"><i class="ion ion-ios-cloud-download-outline"></i></span>
  675. <div class="info-box-content">
  676. <span class="info-box-text">Downloads</span>
  677. <span class="info-box-number">114,381</span>
  678. <div class="progress">
  679. <div class="progress-bar" style="width: 70%"></div>
  680. </div>
  681. <span class="progress-description">
  682. 70% Increase in 30 Days
  683. </span>
  684. </div><!-- /.info-box-content -->
  685. </div><!-- /.info-box -->
  686. <div class="info-box bg-aqua">
  687. <span class="info-box-icon"><i class="ion-ios-chatbubble-outline"></i></span>
  688. <div class="info-box-content">
  689. <span class="info-box-text">Direct Messages</span>
  690. <span class="info-box-number">163,921</span>
  691. <div class="progress">
  692. <div class="progress-bar" style="width: 40%"></div>
  693. </div>
  694. <span class="progress-description">
  695. 40% Increase in 30 Days
  696. </span>
  697. </div><!-- /.info-box-content -->
  698. </div><!-- /.info-box -->
  699. </div><!-- /.col -->
  700. </div><!-- /.row -->
  701. <div class='row'>
  702. <div class='col-md-4'>
  703. <!-- DIRECT CHAT -->
  704. <div class="box box-warning direct-chat direct-chat-warning">
  705. <div class="box-header with-border">
  706. <h3 class="box-title">Direct Chat</h3>
  707. <div class="box-tools pull-right">
  708. <span data-toggle="tooltip" title="3 New Messages" class='badge bg-yellow'>3</span>
  709. <button class="btn btn-box-tool" data-widget="collapse"><i class="fa fa-minus"></i></button>
  710. <button class="btn btn-box-tool" data-toggle="tooltip" title="Contacts" data-widget="chat-pane-toggle"><i class="fa fa-comments"></i></button>
  711. <button class="btn btn-box-tool" data-widget="remove"><i class="fa fa-times"></i></button>
  712. </div>
  713. </div><!-- /.box-header -->
  714. <div class="box-body">
  715. <!-- Conversations are loaded here -->
  716. <div class="direct-chat-messages">
  717. <!-- Message. Default to the left -->
  718. <div class="direct-chat-msg">
  719. <div class='direct-chat-info clearfix'>
  720. <span class='direct-chat-name pull-left'>Alexander Pierce</span>
  721. <span class='direct-chat-timestamp pull-right'>23 Jan 2:00 pm</span>
  722. </div><!-- /.direct-chat-info -->
  723. <img class="direct-chat-img" src="dist/img/user1-128x128.jpg" alt="message user image" /><!-- /.direct-chat-img -->
  724. <div class="direct-chat-text">
  725. Is this template really for free? That's unbelievable!
  726. </div><!-- /.direct-chat-text -->
  727. </div><!-- /.direct-chat-msg -->
  728. <!-- Message to the right -->
  729. <div class="direct-chat-msg right">
  730. <div class='direct-chat-info clearfix'>
  731. <span class='direct-chat-name pull-right'>Sarah Bullock</span>
  732. <span class='direct-chat-timestamp pull-left'>23 Jan 2:05 pm</span>
  733. </div><!-- /.direct-chat-info -->
  734. <img class="direct-chat-img" src="dist/img/user3-128x128.jpg" alt="message user image" /><!-- /.direct-chat-img -->
  735. <div class="direct-chat-text">
  736. You better believe it!
  737. </div><!-- /.direct-chat-text -->
  738. </div><!-- /.direct-chat-msg -->
  739. <!-- Message. Default to the left -->
  740. <div class="direct-chat-msg">
  741. <div class='direct-chat-info clearfix'>
  742. <span class='direct-chat-name pull-left'>Alexander Pierce</span>
  743. <span class='direct-chat-timestamp pull-right'>23 Jan 5:37 pm</span>
  744. </div><!-- /.direct-chat-info -->
  745. <img class="direct-chat-img" src="dist/img/user1-128x128.jpg" alt="message user image" /><!-- /.direct-chat-img -->
  746. <div class="direct-chat-text">
  747. Working with AdminLTE on a great new app! Wanna join?
  748. </div><!-- /.direct-chat-text -->
  749. </div><!-- /.direct-chat-msg -->
  750. <!-- Message to the right -->
  751. <div class="direct-chat-msg right">
  752. <div class='direct-chat-info clearfix'>
  753. <span class='direct-chat-name pull-right'>Sarah Bullock</span>
  754. <span class='direct-chat-timestamp pull-left'>23 Jan 6:10 pm</span>
  755. </div><!-- /.direct-chat-info -->
  756. <img class="direct-chat-img" src="dist/img/user3-128x128.jpg" alt="message user image" /><!-- /.direct-chat-img -->
  757. <div class="direct-chat-text">
  758. I would love to.
  759. </div><!-- /.direct-chat-text -->
  760. </div><!-- /.direct-chat-msg -->
  761. </div><!--/.direct-chat-messages-->
  762. <!-- Contacts are loaded here -->
  763. <div class="direct-chat-contacts">
  764. <ul class='contacts-list'>
  765. <li>
  766. <a href='#'>
  767. <img class='contacts-list-img' src='dist/img/user1-128x128.jpg'/>
  768. <div class='contacts-list-info'>
  769. <span class='contacts-list-name'>
  770. Count Dracula
  771. <small class='contacts-list-date pull-right'>2/28/2015</small>
  772. </span>
  773. <span class='contacts-list-msg'>How have you been? I was...</span>
  774. </div><!-- /.contacts-list-info -->
  775. </a>
  776. </li><!-- End Contact Item -->
  777. <li>
  778. <a href='#'>
  779. <img class='contacts-list-img' src='dist/img/user7-128x128.jpg'/>
  780. <div class='contacts-list-info'>
  781. <span class='contacts-list-name'>
  782. Sarah Doe
  783. <small class='contacts-list-date pull-right'>2/23/2015</small>
  784. </span>
  785. <span class='contacts-list-msg'>I will be waiting for...</span>
  786. </div><!-- /.contacts-list-info -->
  787. </a>
  788. </li><!-- End Contact Item -->
  789. <li>
  790. <a href='#'>
  791. <img class='contacts-list-img' src='dist/img/user3-128x128.jpg'/>
  792. <div class='contacts-list-info'>
  793. <span class='contacts-list-name'>
  794. Nadia Jolie
  795. <small class='contacts-list-date pull-right'>2/20/2015</small>
  796. </span>
  797. <span class='contacts-list-msg'>I'll call you back at...</span>
  798. </div><!-- /.contacts-list-info -->
  799. </a>
  800. </li><!-- End Contact Item -->
  801. <li>
  802. <a href='#'>
  803. <img class='contacts-list-img' src='dist/img/user5-128x128.jpg'/>
  804. <div class='contacts-list-info'>
  805. <span class='contacts-list-name'>
  806. Nora S. Vans
  807. <small class='contacts-list-date pull-right'>2/10/2015</small>
  808. </span>
  809. <span class='contacts-list-msg'>Where is your new...</span>
  810. </div><!-- /.contacts-list-info -->
  811. </a>
  812. </li><!-- End Contact Item -->
  813. <li>
  814. <a href='#'>
  815. <img class='contacts-list-img' src='dist/img/user6-128x128.jpg'/>
  816. <div class='contacts-list-info'>
  817. <span class='contacts-list-name'>
  818. John K.
  819. <small class='contacts-list-date pull-right'>1/27/2015</small>
  820. </span>
  821. <span class='contacts-list-msg'>Can I take a look at...</span>
  822. </div><!-- /.contacts-list-info -->
  823. </a>
  824. </li><!-- End Contact Item -->
  825. <li>
  826. <a href='#'>
  827. <img class='contacts-list-img' src='dist/img/user8-128x128.jpg'/>
  828. <div class='contacts-list-info'>
  829. <span class='contacts-list-name'>
  830. Kenneth M.
  831. <small class='contacts-list-date pull-right'>1/4/2015</small>
  832. </span>
  833. <span class='contacts-list-msg'>Never mind I found...</span>
  834. </div><!-- /.contacts-list-info -->
  835. </a>
  836. </li><!-- End Contact Item -->
  837. </ul><!-- /.contatcts-list -->
  838. </div><!-- /.direct-chat-pane -->
  839. </div><!-- /.box-body -->
  840. <div class="box-footer">
  841. <form action="#" method="post">
  842. <div class="input-group">
  843. <input type="text" name="message" placeholder="Type Message ..." class="form-control"/>
  844. <span class="input-group-btn">
  845. <button type="button" class="btn btn-warning btn-flat">Send</button>
  846. </span>
  847. </div>
  848. </form>
  849. </div><!-- /.box-footer-->
  850. </div><!--/.direct-chat -->
  851. </div><!-- /.col -->
  852. <div class='col-md-4'>
  853. <!-- USERS LIST -->
  854. <div class="box box-danger">
  855. <div class="box-header with-border">
  856. <h3 class="box-title">Latest Members</h3>
  857. <div class="box-tools pull-right">
  858. <span class="label label-danger">8 New Members</span>
  859. <button class="btn btn-box-tool" data-widget="collapse"><i class="fa fa-minus"></i></button>
  860. <button class="btn btn-box-tool" data-widget="remove"><i class="fa fa-times"></i></button>
  861. </div>
  862. </div><!-- /.box-header -->
  863. <div class="box-body no-padding">
  864. <ul class="users-list clearfix">
  865. <li>
  866. <img src="dist/img/user1-128x128.jpg" alt="User Image"/>
  867. <a class="users-list-name" href="#">Alexander Pierce</a>
  868. <span class="users-list-date">Today</span>
  869. </li>
  870. <li>
  871. <img src="dist/img/user8-128x128.jpg" alt="User Image"/>
  872. <a class="users-list-name" href="#">Norman</a>
  873. <span class="users-list-date">Yesterday</span>
  874. </li>
  875. <li>
  876. <img src="dist/img/user7-128x128.jpg" alt="User Image"/>
  877. <a class="users-list-name" href="#">Jane</a>
  878. <span class="users-list-date">12 Jan</span>
  879. </li>
  880. <li>
  881. <img src="dist/img/user6-128x128.jpg" alt="User Image"/>
  882. <a class="users-list-name" href="#">John</a>
  883. <span class="users-list-date">12 Jan</span>
  884. </li>
  885. <li>
  886. <img src="dist/img/user2-160x160.jpg" alt="User Image"/>
  887. <a class="users-list-name" href="#">Alexander</a>
  888. <span class="users-list-date">13 Jan</span>
  889. </li>
  890. <li>
  891. <img src="dist/img/user5-128x128.jpg" alt="User Image"/>
  892. <a class="users-list-name" href="#">Sarah</a>
  893. <span class="users-list-date">14 Jan</span>
  894. </li>
  895. <li>
  896. <img src="dist/img/user4-128x128.jpg" alt="User Image"/>
  897. <a class="users-list-name" href="#">Nora</a>
  898. <span class="users-list-date">15 Jan</span>
  899. </li>
  900. <li>
  901. <img src="dist/img/user3-128x128.jpg" alt="User Image"/>
  902. <a class="users-list-name" href="#">Nadia</a>
  903. <span class="users-list-date">15 Jan</span>
  904. </li>
  905. </ul><!-- /.users-list -->
  906. </div><!-- /.box-body -->
  907. <div class="box-footer text-center">
  908. <a href="javascript::" class="uppercase">View All Users</a>
  909. </div><!-- /.box-footer -->
  910. </div><!--/.box -->
  911. </div><!-- /.col -->
  912. <div class='col-md-4'>
  913. <div class="box box-default">
  914. <div class="box-header with-border">
  915. <h3 class="box-title">Browser Usage</h3>
  916. <div class="box-tools pull-right">
  917. <button class="btn btn-box-tool" data-widget="collapse"><i class="fa fa-minus"></i></button>
  918. <button class="btn btn-box-tool" data-widget="remove"><i class="fa fa-times"></i></button>
  919. </div>
  920. </div><!-- /.box-header -->
  921. <div class="box-body">
  922. <div class="row">
  923. <div class="col-md-8">
  924. <div class="chart-responsive">
  925. <canvas id="pieChart" height="150"></canvas>
  926. </div><!-- ./chart-responsive -->
  927. </div><!-- /.col -->
  928. <div class="col-md-4">
  929. <ul class="chart-legend clearfix">
  930. <li><i class="fa fa-circle-o text-red"></i> Chrome</li>
  931. <li><i class="fa fa-circle-o text-green"></i> IE</li>
  932. <li><i class="fa fa-circle-o text-yellow"></i> FireFox</li>
  933. <li><i class="fa fa-circle-o text-aqua"></i> Safari</li>
  934. <li><i class="fa fa-circle-o text-light-blue"></i> Opera</li>
  935. <li><i class="fa fa-circle-o text-gray"></i> Navigator</li>
  936. </ul>
  937. </div><!-- /.col -->
  938. </div><!-- /.row -->
  939. </div><!-- /.box-body -->
  940. <div class="box-footer no-padding">
  941. <ul class="nav nav-pills nav-stacked">
  942. <li><a href="#">United States of America <span class="pull-right text-red"><i class="fa fa-angle-down"></i> 12%</span></a></li>
  943. <li><a href="#">India <span class="pull-right text-green"><i class="fa fa-angle-up"></i> 4%</span></a></li>
  944. <li><a href="#">China <span class="pull-right text-yellow"><i class="fa fa-angle-left"></i> 0%</span></a></li>
  945. </ul>
  946. </div><!-- /.footer -->
  947. </div><!-- /.box -->
  948. </div><!-- /.col -->
  949. </div><!-- /.row -->
  950. <div class="row">
  951. <div class="col-md-8">
  952. <!-- TABLE: LATEST ORDERS -->
  953. <div class="box box-info">
  954. <div class="box-header with-border">
  955. <h3 class="box-title">Latest Orders</h3>
  956. <div class="box-tools pull-right">
  957. <button class="btn btn-box-tool" data-widget="collapse"><i class="fa fa-minus"></i></button>
  958. <button class="btn btn-box-tool" data-widget="remove"><i class="fa fa-times"></i></button>
  959. </div>
  960. </div><!-- /.box-header -->
  961. <div class="box-body">
  962. <div class="table-responsive">
  963. <table class="table no-margin">
  964. <thead>
  965. <tr>
  966. <th>Order ID</th>
  967. <th>Item</th>
  968. <th>Status</th>
  969. <th>Popularity</th>
  970. </tr>
  971. </thead>
  972. <tbody>
  973. <tr>
  974. <td><a href="pages/examples/invoice.html">OR9842</a></td>
  975. <td>Call of Duty IV</td>
  976. <td><span class="label label-success">Shipped</span></td>
  977. <td><div class="sparkbar" data-color="#00a65a" data-height="20">90,80,90,-70,61,-83,63</div></td>
  978. </tr>
  979. <tr>
  980. <td><a href="pages/examples/invoice.html">OR1848</a></td>
  981. <td>Samsung Smart TV</td>
  982. <td><span class="label label-warning">Pending</span></td>
  983. <td><div class="sparkbar" data-color="#f39c12" data-height="20">90,80,-90,70,61,-83,68</div></td>
  984. </tr>
  985. <tr>
  986. <td><a href="pages/examples/invoice.html">OR7429</a></td>
  987. <td>iPhone 6 Plus</td>
  988. <td><span class="label label-danger">Delivered</span></td>
  989. <td><div class="sparkbar" data-color="#f56954" data-height="20">90,-80,90,70,-61,83,63</div></td>
  990. </tr>
  991. <tr>
  992. <td><a href="pages/examples/invoice.html">OR7429</a></td>
  993. <td>Samsung Smart TV</td>
  994. <td><span class="label label-info">Processing</span></td>
  995. <td><div class="sparkbar" data-color="#00c0ef" data-height="20">90,80,-90,70,-61,83,63</div></td>
  996. </tr>
  997. <tr>
  998. <td><a href="pages/examples/invoice.html">OR1848</a></td>
  999. <td>Samsung Smart TV</td>
  1000. <td><span class="label label-warning">Pending</span></td>
  1001. <td><div class="sparkbar" data-color="#f39c12" data-height="20">90,80,-90,70,61,-83,68</div></td>
  1002. </tr>
  1003. <tr>
  1004. <td><a href="pages/examples/invoice.html">OR7429</a></td>
  1005. <td>iPhone 6 Plus</td>
  1006. <td><span class="label label-danger">Delivered</span></td>
  1007. <td><div class="sparkbar" data-color="#f56954" data-height="20">90,-80,90,70,-61,83,63</div></td>
  1008. </tr>
  1009. <tr>
  1010. <td><a href="pages/examples/invoice.html">OR9842</a></td>
  1011. <td>Call of Duty IV</td>
  1012. <td><span class="label label-success">Shipped</span></td>
  1013. <td><div class="sparkbar" data-color="#00a65a" data-height="20">90,80,90,-70,61,-83,63</div></td>
  1014. </tr>
  1015. </tbody>
  1016. </table>
  1017. </div><!-- /.table-responsive -->
  1018. </div><!-- /.box-body -->
  1019. <div class="box-footer clearfix">
  1020. <a href="javascript::;" class="btn btn-sm btn-info btn-flat pull-left">Place New Order</a>
  1021. <a href="javascript::;" class="btn btn-sm btn-default btn-flat pull-right">View All Orders</a>
  1022. </div><!-- /.box-footer -->
  1023. </div><!-- /.box -->
  1024. </div><!-- /.col -->
  1025. <div class="col-md-4">
  1026. <!-- PRODUCT LIST -->
  1027. <div class="box box-primary">
  1028. <div class="box-header with-border">
  1029. <h3 class="box-title">Recently Added Products</h3>
  1030. <div class="box-tools pull-right">
  1031. <button class="btn btn-box-tool" data-widget="collapse"><i class="fa fa-minus"></i></button>
  1032. <button class="btn btn-box-tool" data-widget="remove"><i class="fa fa-times"></i></button>
  1033. </div>
  1034. </div><!-- /.box-header -->
  1035. <div class="box-body">
  1036. <ul class="products-list product-list-in-box">
  1037. <li class="item">
  1038. <div class="product-img">
  1039. <img src="dist/img/default-50x50.gif" alt="Product Image"/>
  1040. </div>
  1041. <div class="product-info">
  1042. <a href="javascript::;" class="product-title">Samsung TV <span class="label label-warning pull-right">$1800</span></a>
  1043. <span class="product-description">
  1044. Samsung 32" 1080p 60Hz LED Smart HDTV.
  1045. </span>
  1046. </div>
  1047. </li><!-- /.item -->
  1048. <li class="item">
  1049. <div class="product-img">
  1050. <img src="dist/img/default-50x50.gif" alt="Product Image"/>
  1051. </div>
  1052. <div class="product-info">
  1053. <a href="javascript::;" class="product-title">Bicycle <span class="label label-info pull-right">$700</span></a>
  1054. <span class="product-description">
  1055. 26" Mongoose Dolomite Men's 7-speed, Navy Blue.
  1056. </span>
  1057. </div>
  1058. </li><!-- /.item -->
  1059. <li class="item">
  1060. <div class="product-img">
  1061. <img src="dist/img/default-50x50.gif" alt="Product Image"/>
  1062. </div>
  1063. <div class="product-info">
  1064. <a href="javascript::;" class="product-title">Xbox One <span class="label label-danger pull-right">$350</span></a>
  1065. <span class="product-description">
  1066. Xbox One Console Bundle with Halo Master Chief Collection.
  1067. </span>
  1068. </div>
  1069. </li><!-- /.item -->
  1070. <li class="item">
  1071. <div class="product-img">
  1072. <img src="dist/img/default-50x50.gif" alt="Product Image"/>
  1073. </div>
  1074. <div class="product-info">
  1075. <a href="javascript::;" class="product-title">PlayStation 4 <span class="label label-success pull-right">$399</span></a>
  1076. <span class="product-description">
  1077. PlayStation 4 500GB Console (PS4)
  1078. </span>
  1079. </div>
  1080. </li><!-- /.item -->
  1081. </ul>
  1082. </div><!-- /.box-body -->
  1083. <div class="box-footer text-center">
  1084. <a href="javascript::;" class="uppercase">View All Products</a>
  1085. </div><!-- /.box-footer -->
  1086. </div><!-- /.box -->
  1087. </div><!-- /.col -->
  1088. </div><!-- /.row -->
  1089. </section><!-- /.content -->
  1090. </div><!-- /.content-wrapper -->
  1091. <footer class="main-footer">
  1092. <div class="pull-right hidden-xs">
  1093. <b>Version</b> 2.0
  1094. </div>
  1095. <strong>Copyright &copy; 2014-2015 <a href="http://almsaeedstudio.com">Almsaeed Studio</a>.</strong> All rights reserved.
  1096. </footer>
  1097. <!-- Control Sidebar -->
  1098. <aside class="control-sidebar">
  1099. <!-- Create the tabs -->
  1100. <ul class="nav nav-tabs nav-justified control-sidebar-tabs">
  1101. <li class="active"><a href="#control-sidebar-home-tab" data-toggle="tab"><i class="fa fa-home"></i></a></li>
  1102. <li><a href="#control-sidebar-stats-tab" data-toggle="tab"><i class="fa fa-pie-chart"></i></a></li>
  1103. <li><a href="#control-sidebar-settings-tab" data-toggle="tab"><i class="fa fa-gears"></i></a></li>
  1104. </ul>
  1105. <!-- Tab panes -->
  1106. <div class="tab-content">
  1107. <!-- Home tab content -->
  1108. <div class="tab-pane active" id="control-sidebar-home-tab">
  1109. <h5 class="control-sidebar-heading">News Feed</h5>
  1110. <h5 class="control-sidebar-heading">Mail</h5>
  1111. <h5 class="control-sidebar-heading">Todo List</h5>
  1112. </div><!-- /.tab-pane -->
  1113. <!-- Stats tab content -->
  1114. <div class="tab-pane" id="control-sidebar-stats-tab">Stats Tab Content</div><!-- /.tab-pane -->
  1115. <!-- Settings tab content -->
  1116. <div class="tab-pane" id="control-sidebar-settings-tab">
  1117. <form method="post">
  1118. <h5 class="control-sidebar-heading">General Settings</h5>
  1119. <div class="form-group">
  1120. <label class="control-sidebar-subheading">
  1121. Report panel usage
  1122. <input type="checkbox" class="pull-right" checked />
  1123. </label>
  1124. <p>
  1125. Some information about this general settings option
  1126. </p>
  1127. </div><!-- /.form-group -->
  1128. <div class="form-group">
  1129. <label class="control-sidebar-subheading">
  1130. Allow mail redirect
  1131. <input type="checkbox" class="pull-right" checked />
  1132. </label>
  1133. <p>
  1134. Other sets of options are available
  1135. </p>
  1136. </div><!-- /.form-group -->
  1137. <div class="form-group">
  1138. <label class="control-sidebar-subheading">
  1139. Expose author name in posts
  1140. <input type="checkbox" class="pull-right" checked />
  1141. </label>
  1142. <p>
  1143. Allow the user to show his name in blog posts
  1144. </p>
  1145. </div><!-- /.form-group -->
  1146. <h5 class="control-sidebar-heading">Chat Settings</h5>
  1147. <div class="form-group">
  1148. <label class="control-sidebar-subheading">
  1149. Show me as online
  1150. <input type="checkbox" class="pull-right" checked />
  1151. </label>
  1152. </div><!-- /.form-group -->
  1153. <div class="form-group">
  1154. <label class="control-sidebar-subheading">
  1155. Turn off notifications
  1156. <input type="checkbox" class="pull-right" />
  1157. </label>
  1158. </div><!-- /.form-group -->
  1159. <div class="form-group">
  1160. <label class="control-sidebar-subheading">
  1161. Delete chat history
  1162. <a href="javascript::;" class="text-red pull-right"><i class="fa fa-trash-o"></i></a>
  1163. </label>
  1164. </div><!-- /.form-group -->
  1165. </form>
  1166. </div><!-- /.tab-pane -->
  1167. </div>
  1168. </aside>
  1169. </div><!-- ./wrapper -->
  1170. <!-- jQuery 2.1.3 -->
  1171. <script src="plugins/jQuery/jQuery-2.1.3.min.js"></script>
  1172. <!-- Bootstrap 3.3.2 JS -->
  1173. <script src="bootstrap/js/bootstrap.min.js" type="text/javascript"></script>
  1174. <!-- FastClick -->
  1175. <script src='plugins/fastclick/fastclick.min.js'></script>
  1176. <!-- AdminLTE App -->
  1177. <script src="dist/js/app.min.js" type="text/javascript"></script>
  1178. <!-- Sparkline -->
  1179. <script src="plugins/sparkline/jquery.sparkline.min.js" type="text/javascript"></script>
  1180. <!-- jvectormap -->
  1181. <script src="plugins/jvectormap/jquery-jvectormap-1.2.2.min.js" type="text/javascript"></script>
  1182. <script src="plugins/jvectormap/jquery-jvectormap-world-mill-en.js" type="text/javascript"></script>
  1183. <!-- daterangepicker -->
  1184. <script src="plugins/daterangepicker/daterangepicker.js" type="text/javascript"></script>
  1185. <!-- datepicker -->
  1186. <script src="plugins/datepicker/bootstrap-datepicker.js" type="text/javascript"></script>
  1187. <!-- iCheck -->
  1188. <script src="plugins/iCheck/icheck.min.js" type="text/javascript"></script>
  1189. <!-- SlimScroll 1.3.0 -->
  1190. <script src="plugins/slimScroll/jquery.slimscroll.min.js" type="text/javascript"></script>
  1191. <!-- ChartJS 1.0.1 -->
  1192. <script src="plugins/chartjs/Chart.min.js" type="text/javascript"></script>
  1193. <!-- AdminLTE dashboard demo (This is only for demo purposes) -->
  1194. <script src="dist/js/pages/dashboard2.js" type="text/javascript"></script>
  1195. <!-- AdminLTE for demo purposes --
  1196. <script src="dist/js/demo.js" type="text/javascript"></script-->
  1197. </body>
  1198. </html>