index2.html 59 KB

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