widgets.html 73 KB

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