widgets.html 71 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <title>AdminLTE 2 | Widgets</title>
  7. <!-- Tell the browser to be responsive to screen width -->
  8. <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
  9. <!-- Bootstrap 3.3.5 -->
  10. <link rel="stylesheet" href="../bootstrap/css/bootstrap.min.css">
  11. <!-- Font Awesome -->
  12. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
  13. <!-- Ionicons -->
  14. <link rel="stylesheet" href="https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css">
  15. <!-- Theme style -->
  16. <link rel="stylesheet" href="../dist/css/AdminLTE.min.css">
  17. <!-- AdminLTE Skins. Choose a skin from the css/skins
  18. folder instead of downloading all of them to reduce the load. -->
  19. <link rel="stylesheet" href="../dist/css/skins/_all-skins.min.css">
  20. <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
  21. <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
  22. <!--[if lt IE 9]>
  23. <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
  24. <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
  25. <![endif]-->
  26. </head>
  27. <body class="hold-transition skin-blue sidebar-mini">
  28. <div class="wrapper">
  29. <header class="main-header">
  30. <!-- Logo -->
  31. <a href="index2.html" class="logo">
  32. <!-- mini logo for sidebar mini 50x50 pixels -->
  33. <span class="logo-mini"><b>A</b>LT</span>
  34. <!-- logo for regular state and mobile devices -->
  35. <span class="logo-lg"><b>Admin</b>LTE</span>
  36. </a>
  37. <!-- Header Navbar: style can be found in header.less -->
  38. <nav class="navbar navbar-static-top" role="navigation">
  39. <!-- Sidebar toggle button-->
  40. <a href="#" class="sidebar-toggle" data-toggle="offcanvas" role="button">
  41. <span class="sr-only">Toggle navigation</span>
  42. <span class="icon-bar"></span>
  43. <span class="icon-bar"></span>
  44. <span class="icon-bar"></span>
  45. </a>
  46. <div class="navbar-custom-menu">
  47. <ul class="nav navbar-nav">
  48. <!-- Messages: style can be found in dropdown.less-->
  49. <li class="dropdown messages-menu">
  50. <a href="#" class="dropdown-toggle" data-toggle="dropdown">
  51. <i class="fa fa-envelope-o"></i>
  52. <span class="label label-success">4</span>
  53. </a>
  54. <ul class="dropdown-menu">
  55. <li class="header">You have 4 messages</li>
  56. <li>
  57. <!-- inner menu: contains the actual data -->
  58. <ul class="menu">
  59. <li><!-- start message -->
  60. <a href="#">
  61. <div class="pull-left">
  62. <img src="../dist/img/user2-160x160.jpg" class="img-circle" alt="User Image">
  63. </div>
  64. <h4>
  65. Support Team
  66. <small><i class="fa fa-clock-o"></i> 5 mins</small>
  67. </h4>
  68. <p>Why not buy a new awesome theme?</p>
  69. </a>
  70. </li>
  71. <!-- end message -->
  72. <li>
  73. <a href="#">
  74. <div class="pull-left">
  75. <img src="../dist/img/user3-128x128.jpg" class="img-circle" alt="User Image">
  76. </div>
  77. <h4>
  78. AdminLTE Design Team
  79. <small><i class="fa fa-clock-o"></i> 2 hours</small>
  80. </h4>
  81. <p>Why not buy a new awesome theme?</p>
  82. </a>
  83. </li>
  84. <li>
  85. <a href="#">
  86. <div class="pull-left">
  87. <img src="../dist/img/user4-128x128.jpg" class="img-circle" alt="User Image">
  88. </div>
  89. <h4>
  90. Developers
  91. <small><i class="fa fa-clock-o"></i> Today</small>
  92. </h4>
  93. <p>Why not buy a new awesome theme?</p>
  94. </a>
  95. </li>
  96. <li>
  97. <a href="#">
  98. <div class="pull-left">
  99. <img src="../dist/img/user3-128x128.jpg" class="img-circle" alt="User Image">
  100. </div>
  101. <h4>
  102. Sales Department
  103. <small><i class="fa fa-clock-o"></i> Yesterday</small>
  104. </h4>
  105. <p>Why not buy a new awesome theme?</p>
  106. </a>
  107. </li>
  108. <li>
  109. <a href="#">
  110. <div class="pull-left">
  111. <img src="../dist/img/user4-128x128.jpg" class="img-circle" alt="User Image">
  112. </div>
  113. <h4>
  114. Reviewers
  115. <small><i class="fa fa-clock-o"></i> 2 days</small>
  116. </h4>
  117. <p>Why not buy a new awesome theme?</p>
  118. </a>
  119. </li>
  120. </ul>
  121. </li>
  122. <li class="footer"><a href="#">See All Messages</a></li>
  123. </ul>
  124. </li>
  125. <!-- Notifications: style can be found in dropdown.less -->
  126. <li class="dropdown notifications-menu">
  127. <a href="#" class="dropdown-toggle" data-toggle="dropdown">
  128. <i class="fa fa-bell-o"></i>
  129. <span class="label label-warning">10</span>
  130. </a>
  131. <ul class="dropdown-menu">
  132. <li class="header">You have 10 notifications</li>
  133. <li>
  134. <!-- inner menu: contains the actual data -->
  135. <ul class="menu">
  136. <li>
  137. <a href="#">
  138. <i class="fa fa-users text-aqua"></i> 5 new members joined today
  139. </a>
  140. </li>
  141. <li>
  142. <a href="#">
  143. <i class="fa fa-warning text-yellow"></i> Very long description here that may not fit into the
  144. 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-light-blue"></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>
  191. <!-- end task item -->
  192. <li><!-- Task item -->
  193. <a href="#">
  194. <h3>
  195. Create a nice theme
  196. <small class="pull-right">40%</small>
  197. </h3>
  198. <div class="progress xs">
  199. <div class="progress-bar progress-bar-green" style="width: 40%" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100">
  200. <span class="sr-only">40% Complete</span>
  201. </div>
  202. </div>
  203. </a>
  204. </li>
  205. <!-- end task item -->
  206. <li><!-- Task item -->
  207. <a href="#">
  208. <h3>
  209. Some task I need to do
  210. <small class="pull-right">60%</small>
  211. </h3>
  212. <div class="progress xs">
  213. <div class="progress-bar progress-bar-red" style="width: 60%" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100">
  214. <span class="sr-only">60% Complete</span>
  215. </div>
  216. </div>
  217. </a>
  218. </li>
  219. <!-- end task item -->
  220. <li><!-- Task item -->
  221. <a href="#">
  222. <h3>
  223. Make beautiful transitions
  224. <small class="pull-right">80%</small>
  225. </h3>
  226. <div class="progress xs">
  227. <div class="progress-bar progress-bar-yellow" style="width: 80%" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100">
  228. <span class="sr-only">80% Complete</span>
  229. </div>
  230. </div>
  231. </a>
  232. </li>
  233. <!-- end task item -->
  234. </ul>
  235. </li>
  236. <li class="footer">
  237. <a href="#">View all tasks</a>
  238. </li>
  239. </ul>
  240. </li>
  241. <!-- User Account: style can be found in dropdown.less -->
  242. <li class="dropdown user user-menu">
  243. <a href="#" class="dropdown-toggle" data-toggle="dropdown">
  244. <img src="../dist/img/user2-160x160.jpg" class="user-image" alt="User Image">
  245. <span class="hidden-xs">Alexander Pierce</span>
  246. </a>
  247. <ul class="dropdown-menu">
  248. <!-- User image -->
  249. <li class="user-header">
  250. <img src="../dist/img/user2-160x160.jpg" class="img-circle" alt="User Image">
  251. <p>
  252. Alexander Pierce - Web Developer
  253. <small>Member since Nov. 2012</small>
  254. </p>
  255. </li>
  256. <!-- Menu Body -->
  257. <li class="user-body">
  258. <div class="row">
  259. <div class="col-xs-4 text-center">
  260. <a href="#">Followers</a>
  261. </div>
  262. <div class="col-xs-4 text-center">
  263. <a href="#">Sales</a>
  264. </div>
  265. <div class="col-xs-4 text-center">
  266. <a href="#">Friends</a>
  267. </div>
  268. </div>
  269. <!-- /.row -->
  270. </li>
  271. <!-- Menu Footer-->
  272. <li class="user-footer">
  273. <div class="pull-left">
  274. <a href="#" class="btn btn-default btn-flat">Profile</a>
  275. </div>
  276. <div class="pull-right">
  277. <a href="#" class="btn btn-default btn-flat">Sign out</a>
  278. </div>
  279. </li>
  280. </ul>
  281. </li>
  282. <!-- Control Sidebar Toggle Button -->
  283. <li>
  284. <a href="#" data-toggle="control-sidebar"><i class="fa fa-gears"></i></a>
  285. </li>
  286. </ul>
  287. </div>
  288. </nav>
  289. </header>
  290. <!-- Left side column. contains the logo and sidebar -->
  291. <aside class="main-sidebar">
  292. <!-- sidebar: style can be found in sidebar.less -->
  293. <section class="sidebar">
  294. <!-- Sidebar user panel -->
  295. <div class="user-panel">
  296. <div class="pull-left image">
  297. <img src="../dist/img/user2-160x160.jpg" class="img-circle" alt="User Image">
  298. </div>
  299. <div class="pull-left info">
  300. <p>Alexander Pierce</p>
  301. <a href="#"><i class="fa fa-circle text-success"></i> Online</a>
  302. </div>
  303. </div>
  304. <!-- search form -->
  305. <form action="#" method="get" class="sidebar-form">
  306. <div class="input-group">
  307. <input type="text" name="q" class="form-control" placeholder="Search...">
  308. <span class="input-group-btn">
  309. <button type="submit" name="search" id="search-btn" class="btn btn-flat"><i class="fa fa-search"></i>
  310. </button>
  311. </span>
  312. </div>
  313. </form>
  314. <!-- /.search form -->
  315. <!-- sidebar menu: : style can be found in sidebar.less -->
  316. <ul class="sidebar-menu">
  317. <li class="header">MAIN NAVIGATION</li>
  318. <li class="treeview">
  319. <a href="#">
  320. <i class="fa fa-dashboard"></i> <span>Dashboard</span> <i class="fa fa-angle-left pull-right"></i>
  321. </a>
  322. <ul class="treeview-menu">
  323. <li><a href="../index.html"><i class="fa fa-circle-o"></i> Dashboard v1</a></li>
  324. <li><a href="../index2.html"><i class="fa fa-circle-o"></i> Dashboard v2</a></li>
  325. </ul>
  326. </li>
  327. <li class="treeview">
  328. <a href="#">
  329. <i class="fa fa-files-o"></i>
  330. <span>Layout Options</span>
  331. <span class="label label-primary pull-right">4</span>
  332. </a>
  333. <ul class="treeview-menu">
  334. <li><a href="layout/top-nav.html"><i class="fa fa-circle-o"></i> Top Navigation</a></li>
  335. <li><a href="layout/boxed.html"><i class="fa fa-circle-o"></i> Boxed</a></li>
  336. <li><a href="layout/fixed.html"><i class="fa fa-circle-o"></i> Fixed</a></li>
  337. <li><a href="layout/collapsed-sidebar.html"><i class="fa fa-circle-o"></i> Collapsed Sidebar</a></li>
  338. </ul>
  339. </li>
  340. <li class="active">
  341. <a href="widgets.html">
  342. <i class="fa fa-th"></i> <span>Widgets</span>
  343. <small class="label pull-right bg-green">new</small>
  344. </a>
  345. </li>
  346. <li class="treeview">
  347. <a href="#">
  348. <i class="fa fa-pie-chart"></i>
  349. <span>Charts</span>
  350. <i class="fa fa-angle-left pull-right"></i>
  351. </a>
  352. <ul class="treeview-menu">
  353. <li><a href="charts/chartjs.html"><i class="fa fa-circle-o"></i> ChartJS</a></li>
  354. <li><a href="charts/morris.html"><i class="fa fa-circle-o"></i> Morris</a></li>
  355. <li><a href="charts/flot.html"><i class="fa fa-circle-o"></i> Flot</a></li>
  356. <li><a href="charts/inline.html"><i class="fa fa-circle-o"></i> Inline charts</a></li>
  357. </ul>
  358. </li>
  359. <li class="treeview">
  360. <a href="#">
  361. <i class="fa fa-laptop"></i>
  362. <span>UI Elements</span>
  363. <i class="fa fa-angle-left pull-right"></i>
  364. </a>
  365. <ul class="treeview-menu">
  366. <li><a href="UI/general.html"><i class="fa fa-circle-o"></i> General</a></li>
  367. <li><a href="UI/icons.html"><i class="fa fa-circle-o"></i> Icons</a></li>
  368. <li><a href="UI/buttons.html"><i class="fa fa-circle-o"></i> Buttons</a></li>
  369. <li><a href="UI/sliders.html"><i class="fa fa-circle-o"></i> Sliders</a></li>
  370. <li><a href="UI/timeline.html"><i class="fa fa-circle-o"></i> Timeline</a></li>
  371. <li><a href="UI/modals.html"><i class="fa fa-circle-o"></i> Modals</a></li>
  372. </ul>
  373. </li>
  374. <li class="treeview">
  375. <a href="#">
  376. <i class="fa fa-edit"></i> <span>Forms</span>
  377. <i class="fa fa-angle-left pull-right"></i>
  378. </a>
  379. <ul class="treeview-menu">
  380. <li><a href="forms/general.html"><i class="fa fa-circle-o"></i> General Elements</a></li>
  381. <li><a href="forms/advanced.html"><i class="fa fa-circle-o"></i> Advanced Elements</a></li>
  382. <li><a href="forms/editors.html"><i class="fa fa-circle-o"></i> Editors</a></li>
  383. </ul>
  384. </li>
  385. <li class="treeview">
  386. <a href="#">
  387. <i class="fa fa-table"></i> <span>Tables</span>
  388. <i class="fa fa-angle-left pull-right"></i>
  389. </a>
  390. <ul class="treeview-menu">
  391. <li><a href="tables/simple.html"><i class="fa fa-circle-o"></i> Simple tables</a></li>
  392. <li><a href="tables/data.html"><i class="fa fa-circle-o"></i> Data tables</a></li>
  393. </ul>
  394. </li>
  395. <li>
  396. <a href="calendar.html">
  397. <i class="fa fa-calendar"></i> <span>Calendar</span>
  398. <small class="label pull-right bg-red">3</small>
  399. </a>
  400. </li>
  401. <li>
  402. <a href="mailbox/mailbox.html">
  403. <i class="fa fa-envelope"></i> <span>Mailbox</span>
  404. <small class="label pull-right bg-yellow">12</small>
  405. </a>
  406. </li>
  407. <li class="treeview">
  408. <a href="#">
  409. <i class="fa fa-folder"></i> <span>Examples</span>
  410. <i class="fa fa-angle-left pull-right"></i>
  411. </a>
  412. <ul class="treeview-menu">
  413. <li><a href="examples/invoice.html"><i class="fa fa-circle-o"></i> Invoice</a></li>
  414. <li><a href="examples/profile.html"><i class="fa fa-circle-o"></i> Profile</a></li>
  415. <li><a href="examples/login.html"><i class="fa fa-circle-o"></i> Login</a></li>
  416. <li><a href="examples/register.html"><i class="fa fa-circle-o"></i> Register</a></li>
  417. <li><a href="examples/lockscreen.html"><i class="fa fa-circle-o"></i> Lockscreen</a></li>
  418. <li><a href="examples/404.html"><i class="fa fa-circle-o"></i> 404 Error</a></li>
  419. <li><a href="examples/500.html"><i class="fa fa-circle-o"></i> 500 Error</a></li>
  420. <li><a href="examples/blank.html"><i class="fa fa-circle-o"></i> Blank Page</a></li>
  421. <li><a href="examples/pace.html"><i class="fa fa-circle-o"></i> Pace Page</a></li>
  422. </ul>
  423. </li>
  424. <li class="treeview">
  425. <a href="#">
  426. <i class="fa fa-share"></i> <span>Multilevel</span>
  427. <i class="fa fa-angle-left pull-right"></i>
  428. </a>
  429. <ul class="treeview-menu">
  430. <li><a href="#"><i class="fa fa-circle-o"></i> Level One</a></li>
  431. <li>
  432. <a href="#"><i class="fa fa-circle-o"></i> Level One <i class="fa fa-angle-left pull-right"></i></a>
  433. <ul class="treeview-menu">
  434. <li><a href="#"><i class="fa fa-circle-o"></i> Level Two</a></li>
  435. <li>
  436. <a href="#"><i class="fa fa-circle-o"></i> Level Two <i class="fa fa-angle-left pull-right"></i></a>
  437. <ul class="treeview-menu">
  438. <li><a href="#"><i class="fa fa-circle-o"></i> Level Three</a></li>
  439. <li><a href="#"><i class="fa fa-circle-o"></i> Level Three</a></li>
  440. </ul>
  441. </li>
  442. </ul>
  443. </li>
  444. <li><a href="#"><i class="fa fa-circle-o"></i> Level One</a></li>
  445. </ul>
  446. </li>
  447. <li><a href="../documentation/index.html"><i class="fa fa-book"></i> <span>Documentation</span></a></li>
  448. <li class="header">LABELS</li>
  449. <li><a href="#"><i class="fa fa-circle-o text-red"></i> <span>Important</span></a></li>
  450. <li><a href="#"><i class="fa fa-circle-o text-yellow"></i> <span>Warning</span></a></li>
  451. <li><a href="#"><i class="fa fa-circle-o text-aqua"></i> <span>Information</span></a></li>
  452. </ul>
  453. </section>
  454. <!-- /.sidebar -->
  455. </aside>
  456. <!-- Content Wrapper. Contains page content -->
  457. <div class="content-wrapper">
  458. <!-- Content Header (Page header) -->
  459. <section class="content-header">
  460. <h1>
  461. Widgets
  462. <small>Preview page</small>
  463. </h1>
  464. <ol class="breadcrumb">
  465. <li><a href="#"><i class="fa fa-dashboard"></i> Home</a></li>
  466. <li class="active">Widgets</li>
  467. </ol>
  468. </section>
  469. <!-- Main content -->
  470. <section class="content">
  471. <div class="row">
  472. <div class="col-md-3 col-sm-6 col-xs-12">
  473. <div class="info-box">
  474. <span class="info-box-icon bg-aqua"><i class="fa fa-envelope-o"></i></span>
  475. <div class="info-box-content">
  476. <span class="info-box-text">Messages</span>
  477. <span class="info-box-number">1,410</span>
  478. </div>
  479. <!-- /.info-box-content -->
  480. </div>
  481. <!-- /.info-box -->
  482. </div>
  483. <!-- /.col -->
  484. <div class="col-md-3 col-sm-6 col-xs-12">
  485. <div class="info-box">
  486. <span class="info-box-icon bg-green"><i class="fa fa-flag-o"></i></span>
  487. <div class="info-box-content">
  488. <span class="info-box-text">Bookmarks</span>
  489. <span class="info-box-number">410</span>
  490. </div>
  491. <!-- /.info-box-content -->
  492. </div>
  493. <!-- /.info-box -->
  494. </div>
  495. <!-- /.col -->
  496. <div class="col-md-3 col-sm-6 col-xs-12">
  497. <div class="info-box">
  498. <span class="info-box-icon bg-yellow"><i class="fa fa-files-o"></i></span>
  499. <div class="info-box-content">
  500. <span class="info-box-text">Uploads</span>
  501. <span class="info-box-number">13,648</span>
  502. </div>
  503. <!-- /.info-box-content -->
  504. </div>
  505. <!-- /.info-box -->
  506. </div>
  507. <!-- /.col -->
  508. <div class="col-md-3 col-sm-6 col-xs-12">
  509. <div class="info-box">
  510. <span class="info-box-icon bg-red"><i class="fa fa-star-o"></i></span>
  511. <div class="info-box-content">
  512. <span class="info-box-text">Likes</span>
  513. <span class="info-box-number">93,139</span>
  514. </div>
  515. <!-- /.info-box-content -->
  516. </div>
  517. <!-- /.info-box -->
  518. </div>
  519. <!-- /.col -->
  520. </div>
  521. <!-- /.row -->
  522. <!-- =========================================================== -->
  523. <div class="row">
  524. <div class="col-md-3 col-sm-6 col-xs-12">
  525. <div class="info-box bg-aqua">
  526. <span class="info-box-icon"><i class="fa fa-bookmark-o"></i></span>
  527. <div class="info-box-content">
  528. <span class="info-box-text">Bookmarks</span>
  529. <span class="info-box-number">41,410</span>
  530. <div class="progress">
  531. <div class="progress-bar" style="width: 70%"></div>
  532. </div>
  533. <span class="progress-description">
  534. 70% Increase in 30 Days
  535. </span>
  536. </div>
  537. <!-- /.info-box-content -->
  538. </div>
  539. <!-- /.info-box -->
  540. </div>
  541. <!-- /.col -->
  542. <div class="col-md-3 col-sm-6 col-xs-12">
  543. <div class="info-box bg-green">
  544. <span class="info-box-icon"><i class="fa fa-thumbs-o-up"></i></span>
  545. <div class="info-box-content">
  546. <span class="info-box-text">Likes</span>
  547. <span class="info-box-number">41,410</span>
  548. <div class="progress">
  549. <div class="progress-bar" style="width: 70%"></div>
  550. </div>
  551. <span class="progress-description">
  552. 70% Increase in 30 Days
  553. </span>
  554. </div>
  555. <!-- /.info-box-content -->
  556. </div>
  557. <!-- /.info-box -->
  558. </div>
  559. <!-- /.col -->
  560. <div class="col-md-3 col-sm-6 col-xs-12">
  561. <div class="info-box bg-yellow">
  562. <span class="info-box-icon"><i class="fa fa-calendar"></i></span>
  563. <div class="info-box-content">
  564. <span class="info-box-text">Events</span>
  565. <span class="info-box-number">41,410</span>
  566. <div class="progress">
  567. <div class="progress-bar" style="width: 70%"></div>
  568. </div>
  569. <span class="progress-description">
  570. 70% Increase in 30 Days
  571. </span>
  572. </div>
  573. <!-- /.info-box-content -->
  574. </div>
  575. <!-- /.info-box -->
  576. </div>
  577. <!-- /.col -->
  578. <div class="col-md-3 col-sm-6 col-xs-12">
  579. <div class="info-box bg-red">
  580. <span class="info-box-icon"><i class="fa fa-comments-o"></i></span>
  581. <div class="info-box-content">
  582. <span class="info-box-text">Comments</span>
  583. <span class="info-box-number">41,410</span>
  584. <div class="progress">
  585. <div class="progress-bar" style="width: 70%"></div>
  586. </div>
  587. <span class="progress-description">
  588. 70% Increase in 30 Days
  589. </span>
  590. </div>
  591. <!-- /.info-box-content -->
  592. </div>
  593. <!-- /.info-box -->
  594. </div>
  595. <!-- /.col -->
  596. </div>
  597. <!-- /.row -->
  598. <!-- =========================================================== -->
  599. <!-- Small boxes (Stat box) -->
  600. <div class="row">
  601. <div class="col-lg-3 col-xs-6">
  602. <!-- small box -->
  603. <div class="small-box bg-aqua">
  604. <div class="inner">
  605. <h3>150</h3>
  606. <p>New Orders</p>
  607. </div>
  608. <div class="icon">
  609. <i class="fa fa-shopping-cart"></i>
  610. </div>
  611. <a href="#" class="small-box-footer">
  612. More info <i class="fa fa-arrow-circle-right"></i>
  613. </a>
  614. </div>
  615. </div>
  616. <!-- ./col -->
  617. <div class="col-lg-3 col-xs-6">
  618. <!-- small box -->
  619. <div class="small-box bg-green">
  620. <div class="inner">
  621. <h3>53<sup style="font-size: 20px">%</sup></h3>
  622. <p>Bounce Rate</p>
  623. </div>
  624. <div class="icon">
  625. <i class="ion ion-stats-bars"></i>
  626. </div>
  627. <a href="#" class="small-box-footer">
  628. More info <i class="fa fa-arrow-circle-right"></i>
  629. </a>
  630. </div>
  631. </div>
  632. <!-- ./col -->
  633. <div class="col-lg-3 col-xs-6">
  634. <!-- small box -->
  635. <div class="small-box bg-yellow">
  636. <div class="inner">
  637. <h3>44</h3>
  638. <p>User Registrations</p>
  639. </div>
  640. <div class="icon">
  641. <i class="ion ion-person-add"></i>
  642. </div>
  643. <a href="#" class="small-box-footer">
  644. More info <i class="fa fa-arrow-circle-right"></i>
  645. </a>
  646. </div>
  647. </div>
  648. <!-- ./col -->
  649. <div class="col-lg-3 col-xs-6">
  650. <!-- small box -->
  651. <div class="small-box bg-red">
  652. <div class="inner">
  653. <h3>65</h3>
  654. <p>Unique Visitors</p>
  655. </div>
  656. <div class="icon">
  657. <i class="ion ion-pie-graph"></i>
  658. </div>
  659. <a href="#" class="small-box-footer">
  660. More info <i class="fa fa-arrow-circle-right"></i>
  661. </a>
  662. </div>
  663. </div>
  664. <!-- ./col -->
  665. </div>
  666. <!-- /.row -->
  667. <!-- =========================================================== -->
  668. <div class="row">
  669. <div class="col-md-3">
  670. <div class="box box-default collapsed-box">
  671. <div class="box-header with-border">
  672. <h3 class="box-title">Expandable</h3>
  673. <div class="box-tools pull-right">
  674. <button type="button" class="btn btn-box-tool" data-widget="collapse"><i class="fa fa-plus"></i>
  675. </button>
  676. </div>
  677. <!-- /.box-tools -->
  678. </div>
  679. <!-- /.box-header -->
  680. <div class="box-body">
  681. The body of the box
  682. </div>
  683. <!-- /.box-body -->
  684. </div>
  685. <!-- /.box -->
  686. </div>
  687. <!-- /.col -->
  688. <div class="col-md-3">
  689. <div class="box box-success">
  690. <div class="box-header with-border">
  691. <h3 class="box-title">Removable</h3>
  692. <div class="box-tools pull-right">
  693. <button type="button" class="btn btn-box-tool" data-widget="remove"><i class="fa fa-times"></i></button>
  694. </div>
  695. <!-- /.box-tools -->
  696. </div>
  697. <!-- /.box-header -->
  698. <div class="box-body">
  699. The body of the box
  700. </div>
  701. <!-- /.box-body -->
  702. </div>
  703. <!-- /.box -->
  704. </div>
  705. <!-- /.col -->
  706. <div class="col-md-3">
  707. <div class="box box-warning">
  708. <div class="box-header with-border">
  709. <h3 class="box-title">Collapsable</h3>
  710. <div class="box-tools pull-right">
  711. <button type="button" class="btn btn-box-tool" data-widget="collapse"><i class="fa fa-minus"></i>
  712. </button>
  713. </div>
  714. <!-- /.box-tools -->
  715. </div>
  716. <!-- /.box-header -->
  717. <div class="box-body">
  718. The body of the box
  719. </div>
  720. <!-- /.box-body -->
  721. </div>
  722. <!-- /.box -->
  723. </div>
  724. <!-- /.col -->
  725. <div class="col-md-3">
  726. <div class="box box-danger">
  727. <div class="box-header">
  728. <h3 class="box-title">Loading state</h3>
  729. </div>
  730. <div class="box-body">
  731. The body of the box
  732. </div>
  733. <!-- /.box-body -->
  734. <!-- Loading (remove the following to stop the loading)-->
  735. <div class="overlay">
  736. <i class="fa fa-refresh fa-spin"></i>
  737. </div>
  738. <!-- end loading -->
  739. </div>
  740. <!-- /.box -->
  741. </div>
  742. <!-- /.col -->
  743. </div>
  744. <!-- /.row -->
  745. <!-- =========================================================== -->
  746. <div class="row">
  747. <div class="col-md-3">
  748. <div class="box box-default collapsed-box box-solid">
  749. <div class="box-header with-border">
  750. <h3 class="box-title">Expandable</h3>
  751. <div class="box-tools pull-right">
  752. <button type="button" class="btn btn-box-tool" data-widget="collapse"><i class="fa fa-plus"></i>
  753. </button>
  754. </div>
  755. <!-- /.box-tools -->
  756. </div>
  757. <!-- /.box-header -->
  758. <div class="box-body">
  759. The body of the box
  760. </div>
  761. <!-- /.box-body -->
  762. </div>
  763. <!-- /.box -->
  764. </div>
  765. <!-- /.col -->
  766. <div class="col-md-3">
  767. <div class="box box-success box-solid">
  768. <div class="box-header with-border">
  769. <h3 class="box-title">Removable</h3>
  770. <div class="box-tools pull-right">
  771. <button type="button" class="btn btn-box-tool" data-widget="remove"><i class="fa fa-times"></i></button>
  772. </div>
  773. <!-- /.box-tools -->
  774. </div>
  775. <!-- /.box-header -->
  776. <div class="box-body">
  777. The body of the box
  778. </div>
  779. <!-- /.box-body -->
  780. </div>
  781. <!-- /.box -->
  782. </div>
  783. <!-- /.col -->
  784. <div class="col-md-3">
  785. <div class="box box-warning box-solid">
  786. <div class="box-header with-border">
  787. <h3 class="box-title">Collapsable</h3>
  788. <div class="box-tools pull-right">
  789. <button type="button" class="btn btn-box-tool" data-widget="collapse"><i class="fa fa-minus"></i>
  790. </button>
  791. </div>
  792. <!-- /.box-tools -->
  793. </div>
  794. <!-- /.box-header -->
  795. <div class="box-body">
  796. The body of the box
  797. </div>
  798. <!-- /.box-body -->
  799. </div>
  800. <!-- /.box -->
  801. </div>
  802. <!-- /.col -->
  803. <div class="col-md-3">
  804. <div class="box box-danger box-solid">
  805. <div class="box-header">
  806. <h3 class="box-title">Loading state</h3>
  807. </div>
  808. <div class="box-body">
  809. The body of the box
  810. </div>
  811. <!-- /.box-body -->
  812. <!-- Loading (remove the following to stop the loading)-->
  813. <div class="overlay">
  814. <i class="fa fa-refresh fa-spin"></i>
  815. </div>
  816. <!-- end loading -->
  817. </div>
  818. <!-- /.box -->
  819. </div>
  820. <!-- /.col -->
  821. </div>
  822. <!-- /.row -->
  823. <!-- =========================================================== -->
  824. <!-- Direct Chat -->
  825. <div class="row">
  826. <div class="col-md-3">
  827. <!-- DIRECT CHAT PRIMARY -->
  828. <div class="box box-primary direct-chat direct-chat-primary">
  829. <div class="box-header with-border">
  830. <h3 class="box-title">Direct Chat</h3>
  831. <div class="box-tools pull-right">
  832. <span data-toggle="tooltip" title="3 New Messages" class="badge bg-light-blue">3</span>
  833. <button type="button" class="btn btn-box-tool" data-widget="collapse"><i class="fa fa-minus"></i>
  834. </button>
  835. <button type="button" class="btn btn-box-tool" data-toggle="tooltip" title="Contacts" data-widget="chat-pane-toggle">
  836. <i class="fa fa-comments"></i></button>
  837. <button type="button" class="btn btn-box-tool" data-widget="remove"><i class="fa fa-times"></i></button>
  838. </div>
  839. </div>
  840. <!-- /.box-header -->
  841. <div class="box-body">
  842. <!-- Conversations are loaded here -->
  843. <div class="direct-chat-messages">
  844. <!-- Message. Default to the left -->
  845. <div class="direct-chat-msg">
  846. <div class="direct-chat-info clearfix">
  847. <span class="direct-chat-name pull-left">Alexander Pierce</span>
  848. <span class="direct-chat-timestamp pull-right">23 Jan 2:00 pm</span>
  849. </div>
  850. <!-- /.direct-chat-info -->
  851. <img class="direct-chat-img" src="../dist/img/user1-128x128.jpg" alt="Message User Image"><!-- /.direct-chat-img -->
  852. <div class="direct-chat-text">
  853. Is this template really for free? That's unbelievable!
  854. </div>
  855. <!-- /.direct-chat-text -->
  856. </div>
  857. <!-- /.direct-chat-msg -->
  858. <!-- Message to the right -->
  859. <div class="direct-chat-msg right">
  860. <div class="direct-chat-info clearfix">
  861. <span class="direct-chat-name pull-right">Sarah Bullock</span>
  862. <span class="direct-chat-timestamp pull-left">23 Jan 2:05 pm</span>
  863. </div>
  864. <!-- /.direct-chat-info -->
  865. <img class="direct-chat-img" src="../dist/img/user3-128x128.jpg" alt="Message User Image"><!-- /.direct-chat-img -->
  866. <div class="direct-chat-text">
  867. You better believe it!
  868. </div>
  869. <!-- /.direct-chat-text -->
  870. </div>
  871. <!-- /.direct-chat-msg -->
  872. </div>
  873. <!--/.direct-chat-messages-->
  874. <!-- Contacts are loaded here -->
  875. <div class="direct-chat-contacts">
  876. <ul class="contacts-list">
  877. <li>
  878. <a href="#">
  879. <img class="contacts-list-img" src="../dist/img/user1-128x128.jpg">
  880. <div class="contacts-list-info">
  881. <span class="contacts-list-name">
  882. Count Dracula
  883. <small class="contacts-list-date pull-right">2/28/2015</small>
  884. </span>
  885. <span class="contacts-list-msg">How have you been? I was...</span>
  886. </div>
  887. <!-- /.contacts-list-info -->
  888. </a>
  889. </li>
  890. <!-- End Contact Item -->
  891. </ul>
  892. <!-- /.contatcts-list -->
  893. </div>
  894. <!-- /.direct-chat-pane -->
  895. </div>
  896. <!-- /.box-body -->
  897. <div class="box-footer">
  898. <form action="#" method="post">
  899. <div class="input-group">
  900. <input type="text" name="message" placeholder="Type Message ..." class="form-control">
  901. <span class="input-group-btn">
  902. <button type="submit" class="btn btn-primary btn-flat">Send</button>
  903. </span>
  904. </div>
  905. </form>
  906. </div>
  907. <!-- /.box-footer-->
  908. </div>
  909. <!--/.direct-chat -->
  910. </div>
  911. <!-- /.col -->
  912. <div class="col-md-3">
  913. <!-- DIRECT CHAT SUCCESS -->
  914. <div class="box box-success direct-chat direct-chat-success">
  915. <div class="box-header with-border">
  916. <h3 class="box-title">Direct Chat</h3>
  917. <div class="box-tools pull-right">
  918. <span data-toggle="tooltip" title="3 New Messages" class="badge bg-green">3</span>
  919. <button type="button" class="btn btn-box-tool" data-widget="collapse"><i class="fa fa-minus"></i>
  920. </button>
  921. <button type="button" class="btn btn-box-tool" data-toggle="tooltip" title="Contacts" data-widget="chat-pane-toggle">
  922. <i class="fa fa-comments"></i></button>
  923. <button type="button" class="btn btn-box-tool" data-widget="remove"><i class="fa fa-times"></i></button>
  924. </div>
  925. </div>
  926. <!-- /.box-header -->
  927. <div class="box-body">
  928. <!-- Conversations are loaded here -->
  929. <div class="direct-chat-messages">
  930. <!-- Message. Default to the left -->
  931. <div class="direct-chat-msg">
  932. <div class="direct-chat-info clearfix">
  933. <span class="direct-chat-name pull-left">Alexander Pierce</span>
  934. <span class="direct-chat-timestamp pull-right">23 Jan 2:00 pm</span>
  935. </div>
  936. <!-- /.direct-chat-info -->
  937. <img class="direct-chat-img" src="../dist/img/user1-128x128.jpg" alt="Message User Image"><!-- /.direct-chat-img -->
  938. <div class="direct-chat-text">
  939. Is this template really for free? That's unbelievable!
  940. </div>
  941. <!-- /.direct-chat-text -->
  942. </div>
  943. <!-- /.direct-chat-msg -->
  944. <!-- Message to the right -->
  945. <div class="direct-chat-msg right">
  946. <div class="direct-chat-info clearfix">
  947. <span class="direct-chat-name pull-right">Sarah Bullock</span>
  948. <span class="direct-chat-timestamp pull-left">23 Jan 2:05 pm</span>
  949. </div>
  950. <!-- /.direct-chat-info -->
  951. <img class="direct-chat-img" src="../dist/img/user3-128x128.jpg" alt="Message User Image"><!-- /.direct-chat-img -->
  952. <div class="direct-chat-text">
  953. You better believe it!
  954. </div>
  955. <!-- /.direct-chat-text -->
  956. </div>
  957. <!-- /.direct-chat-msg -->
  958. </div>
  959. <!--/.direct-chat-messages-->
  960. <!-- Contacts are loaded here -->
  961. <div class="direct-chat-contacts">
  962. <ul class="contacts-list">
  963. <li>
  964. <a href="#">
  965. <img class="contacts-list-img" src="../dist/img/user1-128x128.jpg">
  966. <div class="contacts-list-info">
  967. <span class="contacts-list-name">
  968. Count Dracula
  969. <small class="contacts-list-date pull-right">2/28/2015</small>
  970. </span>
  971. <span class="contacts-list-msg">How have you been? I was...</span>
  972. </div>
  973. <!-- /.contacts-list-info -->
  974. </a>
  975. </li>
  976. <!-- End Contact Item -->
  977. </ul>
  978. <!-- /.contatcts-list -->
  979. </div>
  980. <!-- /.direct-chat-pane -->
  981. </div>
  982. <!-- /.box-body -->
  983. <div class="box-footer">
  984. <form action="#" method="post">
  985. <div class="input-group">
  986. <input type="text" name="message" placeholder="Type Message ..." class="form-control">
  987. <span class="input-group-btn">
  988. <button type="submit" class="btn btn-success btn-flat">Send</button>
  989. </span>
  990. </div>
  991. </form>
  992. </div>
  993. <!-- /.box-footer-->
  994. </div>
  995. <!--/.direct-chat -->
  996. </div>
  997. <!-- /.col -->
  998. <div class="col-md-3">
  999. <!-- DIRECT CHAT WARNING -->
  1000. <div class="box box-warning direct-chat direct-chat-warning">
  1001. <div class="box-header with-border">
  1002. <h3 class="box-title">Direct Chat</h3>
  1003. <div class="box-tools pull-right">
  1004. <span data-toggle="tooltip" title="3 New Messages" class="badge bg-yellow">3</span>
  1005. <button type="button" class="btn btn-box-tool" data-widget="collapse"><i class="fa fa-minus"></i>
  1006. </button>
  1007. <button type="button" class="btn btn-box-tool" data-toggle="tooltip" title="Contacts" data-widget="chat-pane-toggle">
  1008. <i class="fa fa-comments"></i></button>
  1009. <button type="button" class="btn btn-box-tool" data-widget="remove"><i class="fa fa-times"></i></button>
  1010. </div>
  1011. </div>
  1012. <!-- /.box-header -->
  1013. <div class="box-body">
  1014. <!-- Conversations are loaded here -->
  1015. <div class="direct-chat-messages">
  1016. <!-- Message. Default to the left -->
  1017. <div class="direct-chat-msg">
  1018. <div class="direct-chat-info clearfix">
  1019. <span class="direct-chat-name pull-left">Alexander Pierce</span>
  1020. <span class="direct-chat-timestamp pull-right">23 Jan 2:00 pm</span>
  1021. </div>
  1022. <!-- /.direct-chat-info -->
  1023. <img class="direct-chat-img" src="../dist/img/user1-128x128.jpg" alt="Message User Image"><!-- /.direct-chat-img -->
  1024. <div class="direct-chat-text">
  1025. Is this template really for free? That's unbelievable!
  1026. </div>
  1027. <!-- /.direct-chat-text -->
  1028. </div>
  1029. <!-- /.direct-chat-msg -->
  1030. <!-- Message to the right -->
  1031. <div class="direct-chat-msg right">
  1032. <div class="direct-chat-info clearfix">
  1033. <span class="direct-chat-name pull-right">Sarah Bullock</span>
  1034. <span class="direct-chat-timestamp pull-left">23 Jan 2:05 pm</span>
  1035. </div>
  1036. <!-- /.direct-chat-info -->
  1037. <img class="direct-chat-img" src="../dist/img/user3-128x128.jpg" alt="Message User Image"><!-- /.direct-chat-img -->
  1038. <div class="direct-chat-text">
  1039. You better believe it!
  1040. </div>
  1041. <!-- /.direct-chat-text -->
  1042. </div>
  1043. <!-- /.direct-chat-msg -->
  1044. </div>
  1045. <!--/.direct-chat-messages-->
  1046. <!-- Contacts are loaded here -->
  1047. <div class="direct-chat-contacts">
  1048. <ul class="contacts-list">
  1049. <li>
  1050. <a href="#">
  1051. <img class="contacts-list-img" src="../dist/img/user1-128x128.jpg">
  1052. <div class="contacts-list-info">
  1053. <span class="contacts-list-name">
  1054. Count Dracula
  1055. <small class="contacts-list-date pull-right">2/28/2015</small>
  1056. </span>
  1057. <span class="contacts-list-msg">How have you been? I was...</span>
  1058. </div>
  1059. <!-- /.contacts-list-info -->
  1060. </a>
  1061. </li>
  1062. <!-- End Contact Item -->
  1063. </ul>
  1064. <!-- /.contatcts-list -->
  1065. </div>
  1066. <!-- /.direct-chat-pane -->
  1067. </div>
  1068. <!-- /.box-body -->
  1069. <div class="box-footer">
  1070. <form action="#" method="post">
  1071. <div class="input-group">
  1072. <input type="text" name="message" placeholder="Type Message ..." class="form-control">
  1073. <span class="input-group-btn">
  1074. <button type="submit" class="btn btn-warning btn-flat">Send</button>
  1075. </span>
  1076. </div>
  1077. </form>
  1078. </div>
  1079. <!-- /.box-footer-->
  1080. </div>
  1081. <!--/.direct-chat -->
  1082. </div>
  1083. <!-- /.col -->
  1084. <div class="col-md-3">
  1085. <!-- DIRECT CHAT DANGER -->
  1086. <div class="box box-danger direct-chat direct-chat-danger">
  1087. <div class="box-header with-border">
  1088. <h3 class="box-title">Direct Chat</h3>
  1089. <div class="box-tools pull-right">
  1090. <span data-toggle="tooltip" title="3 New Messages" class="badge bg-red">3</span>
  1091. <button type="button" class="btn btn-box-tool" data-widget="collapse"><i class="fa fa-minus"></i>
  1092. </button>
  1093. <button type="button" class="btn btn-box-tool" data-toggle="tooltip" title="Contacts" data-widget="chat-pane-toggle">
  1094. <i class="fa fa-comments"></i></button>
  1095. <button type="button" class="btn btn-box-tool" data-widget="remove"><i class="fa fa-times"></i></button>
  1096. </div>
  1097. </div>
  1098. <!-- /.box-header -->
  1099. <div class="box-body">
  1100. <!-- Conversations are loaded here -->
  1101. <div class="direct-chat-messages">
  1102. <!-- Message. Default to the left -->
  1103. <div class="direct-chat-msg">
  1104. <div class="direct-chat-info clearfix">
  1105. <span class="direct-chat-name pull-left">Alexander Pierce</span>
  1106. <span class="direct-chat-timestamp pull-right">23 Jan 2:00 pm</span>
  1107. </div>
  1108. <!-- /.direct-chat-info -->
  1109. <img class="direct-chat-img" src="../dist/img/user1-128x128.jpg" alt="Message User Image"><!-- /.direct-chat-img -->
  1110. <div class="direct-chat-text">
  1111. Is this template really for free? That's unbelievable!
  1112. </div>
  1113. <!-- /.direct-chat-text -->
  1114. </div>
  1115. <!-- /.direct-chat-msg -->
  1116. <!-- Message to the right -->
  1117. <div class="direct-chat-msg right">
  1118. <div class="direct-chat-info clearfix">
  1119. <span class="direct-chat-name pull-right">Sarah Bullock</span>
  1120. <span class="direct-chat-timestamp pull-left">23 Jan 2:05 pm</span>
  1121. </div>
  1122. <!-- /.direct-chat-info -->
  1123. <img class="direct-chat-img" src="../dist/img/user3-128x128.jpg" alt="Message User Image"><!-- /.direct-chat-img -->
  1124. <div class="direct-chat-text">
  1125. You better believe it!
  1126. </div>
  1127. <!-- /.direct-chat-text -->
  1128. </div>
  1129. <!-- /.direct-chat-msg -->
  1130. </div>
  1131. <!--/.direct-chat-messages-->
  1132. <!-- Contacts are loaded here -->
  1133. <div class="direct-chat-contacts">
  1134. <ul class="contacts-list">
  1135. <li>
  1136. <a href="#">
  1137. <img class="contacts-list-img" src="../dist/img/user1-128x128.jpg">
  1138. <div class="contacts-list-info">
  1139. <span class="contacts-list-name">
  1140. Count Dracula
  1141. <small class="contacts-list-date pull-right">2/28/2015</small>
  1142. </span>
  1143. <span class="contacts-list-msg">How have you been? I was...</span>
  1144. </div>
  1145. <!-- /.contacts-list-info -->
  1146. </a>
  1147. </li>
  1148. <!-- End Contact Item -->
  1149. </ul>
  1150. <!-- /.contatcts-list -->
  1151. </div>
  1152. <!-- /.direct-chat-pane -->
  1153. </div>
  1154. <!-- /.box-body -->
  1155. <div class="box-footer">
  1156. <form action="#" method="post">
  1157. <div class="input-group">
  1158. <input type="text" name="message" placeholder="Type Message ..." class="form-control">
  1159. <span class="input-group-btn">
  1160. <button type="submit" class="btn btn-danger btn-flat">Send</button>
  1161. </span>
  1162. </div>
  1163. </form>
  1164. </div>
  1165. <!-- /.box-footer-->
  1166. </div>
  1167. <!--/.direct-chat -->
  1168. </div>
  1169. <!-- /.col -->
  1170. </div>
  1171. <!-- /.row -->
  1172. <h2 class="page-header">Social Widgets</h2>
  1173. <div class="row">
  1174. <div class="col-md-4">
  1175. <!-- Widget: user widget style 1 -->
  1176. <div class="box box-widget widget-user-2">
  1177. <!-- Add the bg color to the header using any of the bg-* classes -->
  1178. <div class="widget-user-header bg-yellow">
  1179. <div class="widget-user-image">
  1180. <img class="img-circle" src="../dist/img/user7-128x128.jpg" alt="User Avatar">
  1181. </div>
  1182. <!-- /.widget-user-image -->
  1183. <h3 class="widget-user-username">Nadia Carmichael</h3>
  1184. <h5 class="widget-user-desc">Lead Developer</h5>
  1185. </div>
  1186. <div class="box-footer no-padding">
  1187. <ul class="nav nav-stacked">
  1188. <li><a href="#">Projects <span class="pull-right badge bg-blue">31</span></a></li>
  1189. <li><a href="#">Tasks <span class="pull-right badge bg-aqua">5</span></a></li>
  1190. <li><a href="#">Completed Projects <span class="pull-right badge bg-green">12</span></a></li>
  1191. <li><a href="#">Followers <span class="pull-right badge bg-red">842</span></a></li>
  1192. </ul>
  1193. </div>
  1194. </div>
  1195. <!-- /.widget-user -->
  1196. </div>
  1197. <!-- /.col -->
  1198. <div class="col-md-4">
  1199. <!-- Widget: user widget style 1 -->
  1200. <div class="box box-widget widget-user">
  1201. <!-- Add the bg color to the header using any of the bg-* classes -->
  1202. <div class="widget-user-header bg-aqua-active">
  1203. <h3 class="widget-user-username">Alexander Pierce</h3>
  1204. <h5 class="widget-user-desc">Founder &amp; CEO</h5>
  1205. </div>
  1206. <div class="widget-user-image">
  1207. <img class="img-circle" src="../dist/img/user1-128x128.jpg" alt="User Avatar">
  1208. </div>
  1209. <div class="box-footer">
  1210. <div class="row">
  1211. <div class="col-sm-4 border-right">
  1212. <div class="description-block">
  1213. <h5 class="description-header">3,200</h5>
  1214. <span class="description-text">SALES</span>
  1215. </div>
  1216. <!-- /.description-block -->
  1217. </div>
  1218. <!-- /.col -->
  1219. <div class="col-sm-4 border-right">
  1220. <div class="description-block">
  1221. <h5 class="description-header">13,000</h5>
  1222. <span class="description-text">FOLLOWERS</span>
  1223. </div>
  1224. <!-- /.description-block -->
  1225. </div>
  1226. <!-- /.col -->
  1227. <div class="col-sm-4">
  1228. <div class="description-block">
  1229. <h5 class="description-header">35</h5>
  1230. <span class="description-text">PRODUCTS</span>
  1231. </div>
  1232. <!-- /.description-block -->
  1233. </div>
  1234. <!-- /.col -->
  1235. </div>
  1236. <!-- /.row -->
  1237. </div>
  1238. </div>
  1239. <!-- /.widget-user -->
  1240. </div>
  1241. <!-- /.col -->
  1242. <div class="col-md-4">
  1243. <!-- Widget: user widget style 1 -->
  1244. <div class="box box-widget widget-user">
  1245. <!-- Add the bg color to the header using any of the bg-* classes -->
  1246. <div class="widget-user-header bg-black" style="background: url('../dist/img/photo1.png') center center;">
  1247. <h3 class="widget-user-username">Elizabeth Pierce</h3>
  1248. <h5 class="widget-user-desc">Web Designer</h5>
  1249. </div>
  1250. <div class="widget-user-image">
  1251. <img class="img-circle" src="../dist/img/user3-128x128.jpg" alt="User Avatar">
  1252. </div>
  1253. <div class="box-footer">
  1254. <div class="row">
  1255. <div class="col-sm-4 border-right">
  1256. <div class="description-block">
  1257. <h5 class="description-header">3,200</h5>
  1258. <span class="description-text">SALES</span>
  1259. </div>
  1260. <!-- /.description-block -->
  1261. </div>
  1262. <!-- /.col -->
  1263. <div class="col-sm-4 border-right">
  1264. <div class="description-block">
  1265. <h5 class="description-header">13,000</h5>
  1266. <span class="description-text">FOLLOWERS</span>
  1267. </div>
  1268. <!-- /.description-block -->
  1269. </div>
  1270. <!-- /.col -->
  1271. <div class="col-sm-4">
  1272. <div class="description-block">
  1273. <h5 class="description-header">35</h5>
  1274. <span class="description-text">PRODUCTS</span>
  1275. </div>
  1276. <!-- /.description-block -->
  1277. </div>
  1278. <!-- /.col -->
  1279. </div>
  1280. <!-- /.row -->
  1281. </div>
  1282. </div>
  1283. <!-- /.widget-user -->
  1284. </div>
  1285. <!-- /.col -->
  1286. </div>
  1287. <!-- /.row -->
  1288. <div class="row">
  1289. <div class="col-md-6">
  1290. <!-- Box Comment -->
  1291. <div class="box box-widget">
  1292. <div class="box-header with-border">
  1293. <div class="user-block">
  1294. <img class="img-circle" src="../dist/img/user1-128x128.jpg" alt="User Image">
  1295. <span class="username"><a href="#">Jonathan Burke Jr.</a></span>
  1296. <span class="description">Shared publicly - 7:30 PM Today</span>
  1297. </div>
  1298. <!-- /.user-block -->
  1299. <div class="box-tools">
  1300. <button type="button" class="btn btn-box-tool" data-toggle="tooltip" title="Mark as read">
  1301. <i class="fa fa-circle-o"></i></button>
  1302. <button type="button" class="btn btn-box-tool" data-widget="collapse"><i class="fa fa-minus"></i>
  1303. </button>
  1304. <button type="button" class="btn btn-box-tool" data-widget="remove"><i class="fa fa-times"></i></button>
  1305. </div>
  1306. <!-- /.box-tools -->
  1307. </div>
  1308. <!-- /.box-header -->
  1309. <div class="box-body">
  1310. <img class="img-responsive pad" src="../dist/img/photo2.png" alt="Photo">
  1311. <p>I took this photo this morning. What do you guys think?</p>
  1312. <button type="button" class="btn btn-default btn-xs"><i class="fa fa-share"></i> Share</button>
  1313. <button type="button" class="btn btn-default btn-xs"><i class="fa fa-thumbs-o-up"></i> Like</button>
  1314. <span class="pull-right text-muted">127 likes - 3 comments</span>
  1315. </div>
  1316. <!-- /.box-body -->
  1317. <div class="box-footer box-comments">
  1318. <div class="box-comment">
  1319. <!-- User image -->
  1320. <img class="img-circle img-sm" src="../dist/img/user3-128x128.jpg" alt="User Image">
  1321. <div class="comment-text">
  1322. <span class="username">
  1323. Maria Gonzales
  1324. <span class="text-muted pull-right">8:03 PM Today</span>
  1325. </span><!-- /.username -->
  1326. It is a long established fact that a reader will be distracted
  1327. by the readable content of a page when looking at its layout.
  1328. </div>
  1329. <!-- /.comment-text -->
  1330. </div>
  1331. <!-- /.box-comment -->
  1332. <div class="box-comment">
  1333. <!-- User image -->
  1334. <img class="img-circle img-sm" src="../dist/img/user4-128x128.jpg" alt="User Image">
  1335. <div class="comment-text">
  1336. <span class="username">
  1337. Luna Stark
  1338. <span class="text-muted pull-right">8:03 PM Today</span>
  1339. </span><!-- /.username -->
  1340. It is a long established fact that a reader will be distracted
  1341. by the readable content of a page when looking at its layout.
  1342. </div>
  1343. <!-- /.comment-text -->
  1344. </div>
  1345. <!-- /.box-comment -->
  1346. </div>
  1347. <!-- /.box-footer -->
  1348. <div class="box-footer">
  1349. <form action="#" method="post">
  1350. <img class="img-responsive img-circle img-sm" src="../dist/img/user4-128x128.jpg" alt="Alt Text">
  1351. <!-- .img-push is used to add margin to elements next to floating images -->
  1352. <div class="img-push">
  1353. <input type="text" class="form-control input-sm" placeholder="Press enter to post comment">
  1354. </div>
  1355. </form>
  1356. </div>
  1357. <!-- /.box-footer -->
  1358. </div>
  1359. <!-- /.box -->
  1360. </div>
  1361. <!-- /.col -->
  1362. <div class="col-md-6">
  1363. <!-- Box Comment -->
  1364. <div class="box box-widget">
  1365. <div class="box-header with-border">
  1366. <div class="user-block">
  1367. <img class="img-circle" src="../dist/img/user1-128x128.jpg" alt="User Image">
  1368. <span class="username"><a href="#">Jonathan Burke Jr.</a></span>
  1369. <span class="description">Shared publicly - 7:30 PM Today</span>
  1370. </div>
  1371. <!-- /.user-block -->
  1372. <div class="box-tools">
  1373. <button type="button" class="btn btn-box-tool" data-toggle="tooltip" title="Mark as read">
  1374. <i class="fa fa-circle-o"></i></button>
  1375. <button type="button" class="btn btn-box-tool" data-widget="collapse"><i class="fa fa-minus"></i>
  1376. </button>
  1377. <button type="button" class="btn btn-box-tool" data-widget="remove"><i class="fa fa-times"></i></button>
  1378. </div>
  1379. <!-- /.box-tools -->
  1380. </div>
  1381. <!-- /.box-header -->
  1382. <div class="box-body">
  1383. <!-- post text -->
  1384. <p>Far far away, behind the word mountains, far from the
  1385. countries Vokalia and Consonantia, there live the blind
  1386. texts. Separated they live in Bookmarksgrove right at</p>
  1387. <p>the coast of the Semantics, a large language ocean.
  1388. A small river named Duden flows by their place and supplies
  1389. it with the necessary regelialia. It is a paradisematic
  1390. country, in which roasted parts of sentences fly into
  1391. your mouth.</p>
  1392. <!-- Attachment -->
  1393. <div class="attachment-block clearfix">
  1394. <img class="attachment-img" src="../dist/img/photo1.png" alt="Attachment Image">
  1395. <div class="attachment-pushed">
  1396. <h4 class="attachment-heading"><a href="http://www.lipsum.com/">Lorem ipsum text generator</a></h4>
  1397. <div class="attachment-text">
  1398. Description about the attachment can be placed here.
  1399. Lorem Ipsum is simply dummy text of the printing and typesetting industry... <a href="#">more</a>
  1400. </div>
  1401. <!-- /.attachment-text -->
  1402. </div>
  1403. <!-- /.attachment-pushed -->
  1404. </div>
  1405. <!-- /.attachment-block -->
  1406. <!-- Social sharing buttons -->
  1407. <button type="button" class="btn btn-default btn-xs"><i class="fa fa-share"></i> Share</button>
  1408. <button type="button" class="btn btn-default btn-xs"><i class="fa fa-thumbs-o-up"></i> Like</button>
  1409. <span class="pull-right text-muted">45 likes - 2 comments</span>
  1410. </div>
  1411. <!-- /.box-body -->
  1412. <div class="box-footer box-comments">
  1413. <div class="box-comment">
  1414. <!-- User image -->
  1415. <img class="img-circle img-sm" src="../dist/img/user3-128x128.jpg" alt="User Image">
  1416. <div class="comment-text">
  1417. <span class="username">
  1418. Maria Gonzales
  1419. <span class="text-muted pull-right">8:03 PM Today</span>
  1420. </span><!-- /.username -->
  1421. It is a long established fact that a reader will be distracted
  1422. by the readable content of a page when looking at its layout.
  1423. </div>
  1424. <!-- /.comment-text -->
  1425. </div>
  1426. <!-- /.box-comment -->
  1427. <div class="box-comment">
  1428. <!-- User image -->
  1429. <img class="img-circle img-sm" src="../dist/img/user5-128x128.jpg" alt="User Image">
  1430. <div class="comment-text">
  1431. <span class="username">
  1432. Nora Havisham
  1433. <span class="text-muted pull-right">8:03 PM Today</span>
  1434. </span><!-- /.username -->
  1435. The point of using Lorem Ipsum is that it has a more-or-less
  1436. normal distribution of letters, as opposed to using
  1437. 'Content here, content here', making it look like readable English.
  1438. </div>
  1439. <!-- /.comment-text -->
  1440. </div>
  1441. <!-- /.box-comment -->
  1442. </div>
  1443. <!-- /.box-footer -->
  1444. <div class="box-footer">
  1445. <form action="#" method="post">
  1446. <img class="img-responsive img-circle img-sm" src="../dist/img/user4-128x128.jpg" alt="Alt Text">
  1447. <!-- .img-push is used to add margin to elements next to floating images -->
  1448. <div class="img-push">
  1449. <input type="text" class="form-control input-sm" placeholder="Press enter to post comment">
  1450. </div>
  1451. </form>
  1452. </div>
  1453. <!-- /.box-footer -->
  1454. </div>
  1455. <!-- /.box -->
  1456. </div>
  1457. <!-- /.col -->
  1458. </div>
  1459. <!-- /.row -->
  1460. </section>
  1461. <!-- /.content -->
  1462. </div>
  1463. <!-- /.content-wrapper -->
  1464. <footer class="main-footer">
  1465. <div class="pull-right hidden-xs">
  1466. <b>Version</b> 2.3.2
  1467. </div>
  1468. <strong>Copyright &copy; 2014-2015 <a href="http://almsaeedstudio.com">Almsaeed Studio</a>.</strong> All rights
  1469. reserved.
  1470. </footer>
  1471. <!-- Control Sidebar -->
  1472. <aside class="control-sidebar control-sidebar-dark">
  1473. <!-- Create the tabs -->
  1474. <ul class="nav nav-tabs nav-justified control-sidebar-tabs">
  1475. <li><a href="#control-sidebar-home-tab" data-toggle="tab"><i class="fa fa-home"></i></a></li>
  1476. <li><a href="#control-sidebar-settings-tab" data-toggle="tab"><i class="fa fa-gears"></i></a></li>
  1477. </ul>
  1478. <!-- Tab panes -->
  1479. <div class="tab-content">
  1480. <!-- Home tab content -->
  1481. <div class="tab-pane" id="control-sidebar-home-tab">
  1482. <h3 class="control-sidebar-heading">Recent Activity</h3>
  1483. <ul class="control-sidebar-menu">
  1484. <li>
  1485. <a href="javascript:;">
  1486. <i class="menu-icon fa fa-birthday-cake bg-red"></i>
  1487. <div class="menu-info">
  1488. <h4 class="control-sidebar-subheading">Langdon's Birthday</h4>
  1489. <p>Will be 23 on April 24th</p>
  1490. </div>
  1491. </a>
  1492. </li>
  1493. <li>
  1494. <a href="javascript:;">
  1495. <i class="menu-icon fa fa-user bg-yellow"></i>
  1496. <div class="menu-info">
  1497. <h4 class="control-sidebar-subheading">Frodo Updated His Profile</h4>
  1498. <p>New phone +1(800)555-1234</p>
  1499. </div>
  1500. </a>
  1501. </li>
  1502. <li>
  1503. <a href="javascript:;">
  1504. <i class="menu-icon fa fa-envelope-o bg-light-blue"></i>
  1505. <div class="menu-info">
  1506. <h4 class="control-sidebar-subheading">Nora Joined Mailing List</h4>
  1507. <p>nora@example.com</p>
  1508. </div>
  1509. </a>
  1510. </li>
  1511. <li>
  1512. <a href="javascript:;">
  1513. <i class="menu-icon fa fa-file-code-o bg-green"></i>
  1514. <div class="menu-info">
  1515. <h4 class="control-sidebar-subheading">Cron Job 254 Executed</h4>
  1516. <p>Execution time 5 seconds</p>
  1517. </div>
  1518. </a>
  1519. </li>
  1520. </ul>
  1521. <!-- /.control-sidebar-menu -->
  1522. <h3 class="control-sidebar-heading">Tasks Progress</h3>
  1523. <ul class="control-sidebar-menu">
  1524. <li>
  1525. <a href="javascript:;">
  1526. <h4 class="control-sidebar-subheading">
  1527. Custom Template Design
  1528. <span class="label label-danger pull-right">70%</span>
  1529. </h4>
  1530. <div class="progress progress-xxs">
  1531. <div class="progress-bar progress-bar-danger" style="width: 70%"></div>
  1532. </div>
  1533. </a>
  1534. </li>
  1535. <li>
  1536. <a href="javascript:;">
  1537. <h4 class="control-sidebar-subheading">
  1538. Update Resume
  1539. <span class="label label-success pull-right">95%</span>
  1540. </h4>
  1541. <div class="progress progress-xxs">
  1542. <div class="progress-bar progress-bar-success" style="width: 95%"></div>
  1543. </div>
  1544. </a>
  1545. </li>
  1546. <li>
  1547. <a href="javascript:;">
  1548. <h4 class="control-sidebar-subheading">
  1549. Laravel Integration
  1550. <span class="label label-warning pull-right">50%</span>
  1551. </h4>
  1552. <div class="progress progress-xxs">
  1553. <div class="progress-bar progress-bar-warning" style="width: 50%"></div>
  1554. </div>
  1555. </a>
  1556. </li>
  1557. <li>
  1558. <a href="javascript:;">
  1559. <h4 class="control-sidebar-subheading">
  1560. Back End Framework
  1561. <span class="label label-primary pull-right">68%</span>
  1562. </h4>
  1563. <div class="progress progress-xxs">
  1564. <div class="progress-bar progress-bar-primary" style="width: 68%"></div>
  1565. </div>
  1566. </a>
  1567. </li>
  1568. </ul>
  1569. <!-- /.control-sidebar-menu -->
  1570. </div>
  1571. <!-- /.tab-pane -->
  1572. <!-- Stats tab content -->
  1573. <div class="tab-pane" id="control-sidebar-stats-tab">Stats Tab Content</div>
  1574. <!-- /.tab-pane -->
  1575. <!-- Settings tab content -->
  1576. <div class="tab-pane" id="control-sidebar-settings-tab">
  1577. <form method="post">
  1578. <h3 class="control-sidebar-heading">General Settings</h3>
  1579. <div class="form-group">
  1580. <label class="control-sidebar-subheading">
  1581. Report panel usage
  1582. <input type="checkbox" class="pull-right" checked>
  1583. </label>
  1584. <p>
  1585. Some information about this general settings option
  1586. </p>
  1587. </div>
  1588. <!-- /.form-group -->
  1589. <div class="form-group">
  1590. <label class="control-sidebar-subheading">
  1591. Allow mail redirect
  1592. <input type="checkbox" class="pull-right" checked>
  1593. </label>
  1594. <p>
  1595. Other sets of options are available
  1596. </p>
  1597. </div>
  1598. <!-- /.form-group -->
  1599. <div class="form-group">
  1600. <label class="control-sidebar-subheading">
  1601. Expose author name in posts
  1602. <input type="checkbox" class="pull-right" checked>
  1603. </label>
  1604. <p>
  1605. Allow the user to show his name in blog posts
  1606. </p>
  1607. </div>
  1608. <!-- /.form-group -->
  1609. <h3 class="control-sidebar-heading">Chat Settings</h3>
  1610. <div class="form-group">
  1611. <label class="control-sidebar-subheading">
  1612. Show me as online
  1613. <input type="checkbox" class="pull-right" checked>
  1614. </label>
  1615. </div>
  1616. <!-- /.form-group -->
  1617. <div class="form-group">
  1618. <label class="control-sidebar-subheading">
  1619. Turn off notifications
  1620. <input type="checkbox" class="pull-right">
  1621. </label>
  1622. </div>
  1623. <!-- /.form-group -->
  1624. <div class="form-group">
  1625. <label class="control-sidebar-subheading">
  1626. Delete chat history
  1627. <a href="javascript:;" class="text-red pull-right"><i class="fa fa-trash-o"></i></a>
  1628. </label>
  1629. </div>
  1630. <!-- /.form-group -->
  1631. </form>
  1632. </div>
  1633. <!-- /.tab-pane -->
  1634. </div>
  1635. </aside>
  1636. <!-- /.control-sidebar -->
  1637. <!-- Add the sidebar's background. This div must be placed
  1638. immediately after the control sidebar -->
  1639. <div class="control-sidebar-bg"></div>
  1640. </div>
  1641. <!-- ./wrapper -->
  1642. <!-- jQuery 2.1.4 -->
  1643. <script src="../plugins/jQuery/jQuery-2.1.4.min.js"></script>
  1644. <!-- Bootstrap 3.3.5 -->
  1645. <script src="../bootstrap/js/bootstrap.min.js"></script>
  1646. <!-- Slimscroll -->
  1647. <script src="../plugins/slimScroll/jquery.slimscroll.min.js"></script>
  1648. <!-- FastClick -->
  1649. <script src="../plugins/fastclick/fastclick.js"></script>
  1650. <!-- AdminLTE App -->
  1651. <script src="../dist/js/app.min.js"></script>
  1652. <!-- AdminLTE for demo purposes -->
  1653. <script src="../dist/js/demo.js"></script>
  1654. </body>
  1655. </html>