widgets.html 61 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>AdminLTE | Widgets</title>
  6. <meta content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no' name='viewport'>
  7. <link href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
  8. <link href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet" type="text/css" />
  9. <!-- Ionicons -->
  10. <link href="../css/ionicons.min.css" rel="stylesheet" type="text/css" />
  11. <!-- Theme style -->
  12. <link href="../css/AdminLTE.css" rel="stylesheet" type="text/css" />
  13. <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
  14. <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
  15. <!--[if lt IE 9]>
  16. <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
  17. <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
  18. <![endif]-->
  19. </head>
  20. <body class="skin-blue">
  21. <!-- header logo: style can be found in header.less -->
  22. <header class="header">
  23. <a href="../index.html" class="logo">
  24. <!-- Add the class icon to your logo image or logo icon to add the margining -->
  25. AdminLTE
  26. </a>
  27. <!-- Header Navbar: style can be found in header.less -->
  28. <nav class="navbar navbar-static-top" role="navigation">
  29. <!-- Sidebar toggle button-->
  30. <a href="#" class="navbar-btn sidebar-toggle" data-toggle="offcanvas" role="button">
  31. <span class="sr-only">Toggle navigation</span>
  32. <span class="icon-bar"></span>
  33. <span class="icon-bar"></span>
  34. <span class="icon-bar"></span>
  35. </a>
  36. <div class="navbar-right">
  37. <ul class="nav navbar-nav">
  38. <!-- Messages: style can be found in dropdown.less-->
  39. <li class="dropdown messages-menu">
  40. <a href="#" class="dropdown-toggle" data-toggle="dropdown">
  41. <i class="fa fa-envelope"></i>
  42. <span class="label label-success">4</span>
  43. </a>
  44. <ul class="dropdown-menu">
  45. <li class="header">You have 4 messages</li>
  46. <li>
  47. <!-- inner menu: contains the actual data -->
  48. <ul class="menu">
  49. <li><!-- start message -->
  50. <a href="#">
  51. <div class="pull-left">
  52. <img src="../img/avatar3.png" class="img-circle" alt="User Image"/>
  53. </div>
  54. <h4>
  55. Support Team
  56. <small><i class="fa fa-clock-o"></i> 5 mins</small>
  57. </h4>
  58. <p>Why not buy a new awesome theme?</p>
  59. </a>
  60. </li><!-- end message -->
  61. <li>
  62. <a href="#">
  63. <div class="pull-left">
  64. <img src="../img/avatar2.png" class="img-circle" alt="user image"/>
  65. </div>
  66. <h4>
  67. AdminLTE Design Team
  68. <small><i class="fa fa-clock-o"></i> 2 hours</small>
  69. </h4>
  70. <p>Why not buy a new awesome theme?</p>
  71. </a>
  72. </li>
  73. <li>
  74. <a href="#">
  75. <div class="pull-left">
  76. <img src="../img/avatar.png" class="img-circle" alt="user image"/>
  77. </div>
  78. <h4>
  79. Developers
  80. <small><i class="fa fa-clock-o"></i> Today</small>
  81. </h4>
  82. <p>Why not buy a new awesome theme?</p>
  83. </a>
  84. </li>
  85. <li>
  86. <a href="#">
  87. <div class="pull-left">
  88. <img src="../img/avatar2.png" class="img-circle" alt="user image"/>
  89. </div>
  90. <h4>
  91. Sales Department
  92. <small><i class="fa fa-clock-o"></i> Yesterday</small>
  93. </h4>
  94. <p>Why not buy a new awesome theme?</p>
  95. </a>
  96. </li>
  97. <li>
  98. <a href="#">
  99. <div class="pull-left">
  100. <img src="../img/avatar.png" class="img-circle" alt="user image"/>
  101. </div>
  102. <h4>
  103. Reviewers
  104. <small><i class="fa fa-clock-o"></i> 2 days</small>
  105. </h4>
  106. <p>Why not buy a new awesome theme?</p>
  107. </a>
  108. </li>
  109. </ul>
  110. </li>
  111. <li class="footer"><a href="#">See All Messages</a></li>
  112. </ul>
  113. </li>
  114. <!-- Notifications: style can be found in dropdown.less -->
  115. <li class="dropdown notifications-menu">
  116. <a href="#" class="dropdown-toggle" data-toggle="dropdown">
  117. <i class="fa fa-warning"></i>
  118. <span class="label label-warning">10</span>
  119. </a>
  120. <ul class="dropdown-menu">
  121. <li class="header">You have 10 notifications</li>
  122. <li>
  123. <!-- inner menu: contains the actual data -->
  124. <ul class="menu">
  125. <li>
  126. <a href="#">
  127. <i class="ion ion-ios7-people info"></i> 5 new members joined today
  128. </a>
  129. </li>
  130. <li>
  131. <a href="#">
  132. <i class="fa fa-warning danger"></i> Very long description here that may not fit into the page and may cause design problems
  133. </a>
  134. </li>
  135. <li>
  136. <a href="#">
  137. <i class="fa fa-users warning"></i> 5 new members joined
  138. </a>
  139. </li>
  140. <li>
  141. <a href="#">
  142. <i class="ion ion-ios7-cart success"></i> 25 sales made
  143. </a>
  144. </li>
  145. <li>
  146. <a href="#">
  147. <i class="ion ion-ios7-person danger"></i> You changed your username
  148. </a>
  149. </li>
  150. </ul>
  151. </li>
  152. <li class="footer"><a href="#">View all</a></li>
  153. </ul>
  154. </li>
  155. <!-- Tasks: style can be found in dropdown.less -->
  156. <li class="dropdown tasks-menu">
  157. <a href="#" class="dropdown-toggle" data-toggle="dropdown">
  158. <i class="fa fa-tasks"></i>
  159. <span class="label label-danger">9</span>
  160. </a>
  161. <ul class="dropdown-menu">
  162. <li class="header">You have 9 tasks</li>
  163. <li>
  164. <!-- inner menu: contains the actual data -->
  165. <ul class="menu">
  166. <li><!-- Task item -->
  167. <a href="#">
  168. <h3>
  169. Design some buttons
  170. <small class="pull-right">20%</small>
  171. </h3>
  172. <div class="progress xs">
  173. <div class="progress-bar progress-bar-aqua" style="width: 20%" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100">
  174. <span class="sr-only">20% Complete</span>
  175. </div>
  176. </div>
  177. </a>
  178. </li><!-- end task item -->
  179. <li><!-- Task item -->
  180. <a href="#">
  181. <h3>
  182. Create a nice theme
  183. <small class="pull-right">40%</small>
  184. </h3>
  185. <div class="progress xs">
  186. <div class="progress-bar progress-bar-green" style="width: 40%" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100">
  187. <span class="sr-only">40% Complete</span>
  188. </div>
  189. </div>
  190. </a>
  191. </li><!-- end task item -->
  192. <li><!-- Task item -->
  193. <a href="#">
  194. <h3>
  195. Some task I need to do
  196. <small class="pull-right">60%</small>
  197. </h3>
  198. <div class="progress xs">
  199. <div class="progress-bar progress-bar-red" style="width: 60%" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100">
  200. <span class="sr-only">60% Complete</span>
  201. </div>
  202. </div>
  203. </a>
  204. </li><!-- end task item -->
  205. <li><!-- Task item -->
  206. <a href="#">
  207. <h3>
  208. Make beautiful transitions
  209. <small class="pull-right">80%</small>
  210. </h3>
  211. <div class="progress xs">
  212. <div class="progress-bar progress-bar-yellow" style="width: 80%" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100">
  213. <span class="sr-only">80% Complete</span>
  214. </div>
  215. </div>
  216. </a>
  217. </li><!-- end task item -->
  218. </ul>
  219. </li>
  220. <li class="footer">
  221. <a href="#">View all tasks</a>
  222. </li>
  223. </ul>
  224. </li>
  225. <!-- User Account: style can be found in dropdown.less -->
  226. <li class="dropdown user user-menu">
  227. <a href="#" class="dropdown-toggle" data-toggle="dropdown">
  228. <i class="glyphicon glyphicon-user"></i>
  229. <span>Jane Doe <i class="caret"></i></span>
  230. </a>
  231. <ul class="dropdown-menu">
  232. <!-- User image -->
  233. <li class="user-header bg-light-blue">
  234. <img src="../img/avatar3.png" class="img-circle" alt="User Image" />
  235. <p>
  236. Jane Doe - Web Developer
  237. <small>Member since Nov. 2012</small>
  238. </p>
  239. </li>
  240. <!-- Menu Body -->
  241. <li class="user-body">
  242. <div class="col-xs-4 text-center">
  243. <a href="#">Followers</a>
  244. </div>
  245. <div class="col-xs-4 text-center">
  246. <a href="#">Sales</a>
  247. </div>
  248. <div class="col-xs-4 text-center">
  249. <a href="#">Friends</a>
  250. </div>
  251. </li>
  252. <!-- Menu Footer-->
  253. <li class="user-footer">
  254. <div class="pull-left">
  255. <a href="#" class="btn btn-default btn-flat">Profile</a>
  256. </div>
  257. <div class="pull-right">
  258. <a href="#" class="btn btn-default btn-flat">Sign out</a>
  259. </div>
  260. </li>
  261. </ul>
  262. </li>
  263. </ul>
  264. </div>
  265. </nav>
  266. </header>
  267. <div class="wrapper row-offcanvas row-offcanvas-left">
  268. <!-- Left side column. contains the logo and sidebar -->
  269. <aside class="left-side sidebar-offcanvas">
  270. <!-- sidebar: style can be found in sidebar.less -->
  271. <section class="sidebar">
  272. <!-- Sidebar user panel -->
  273. <div class="user-panel">
  274. <div class="pull-left image">
  275. <img src="../img/avatar3.png" class="img-circle" alt="User Image" />
  276. </div>
  277. <div class="pull-left info">
  278. <p>Hello, Jane</p>
  279. <a href="#"><i class="fa fa-circle text-success"></i> Online</a>
  280. </div>
  281. </div>
  282. <!-- search form -->
  283. <form action="#" method="get" class="sidebar-form">
  284. <div class="input-group">
  285. <input type="text" name="q" class="form-control" placeholder="Search..."/>
  286. <span class="input-group-btn">
  287. <button type='submit' name='seach' id='search-btn' class="btn btn-flat"><i class="fa fa-search"></i></button>
  288. </span>
  289. </div>
  290. </form>
  291. <!-- /.search form -->
  292. <!-- sidebar menu: : style can be found in sidebar.less -->
  293. <ul class="sidebar-menu">
  294. <li>
  295. <a href="../index.html">
  296. <i class="fa fa-dashboard"></i> <span>Dashboard</span>
  297. </a>
  298. </li>
  299. <li class="active">
  300. <a href="widgets.html">
  301. <i class="fa fa-th"></i> <span>Widgets</span> <small class="badge pull-right bg-green">new</small>
  302. </a>
  303. </li>
  304. <li class="treeview">
  305. <a href="#">
  306. <i class="fa fa-bar-chart-o"></i>
  307. <span>Charts</span>
  308. <i class="fa fa-angle-left pull-right"></i>
  309. </a>
  310. <ul class="treeview-menu">
  311. <li><a href="charts/morris.html"><i class="fa fa-angle-double-right"></i> Morris</a></li>
  312. <li><a href="charts/flot.html"><i class="fa fa-angle-double-right"></i> Flot</a></li>
  313. <li><a href="charts/inline.html"><i class="fa fa-angle-double-right"></i> Inline charts</a></li>
  314. </ul>
  315. </li>
  316. <li class="treeview">
  317. <a href="#">
  318. <i class="fa fa-laptop"></i>
  319. <span>UI Elements</span>
  320. <i class="fa fa-angle-left pull-right"></i>
  321. </a>
  322. <ul class="treeview-menu">
  323. <li><a href="UI/general.html"><i class="fa fa-angle-double-right"></i> General</a></li>
  324. <li><a href="UI/icons.html"><i class="fa fa-angle-double-right"></i> Icons</a></li>
  325. <li><a href="UI/buttons.html"><i class="fa fa-angle-double-right"></i> Buttons</a></li>
  326. <li><a href="UI/sliders.html"><i class="fa fa-angle-double-right"></i> Sliders</a></li>
  327. <li><a href="UI/timeline.html"><i class="fa fa-angle-double-right"></i> Timeline</a></li>
  328. </ul>
  329. </li>
  330. <li class="treeview">
  331. <a href="#">
  332. <i class="fa fa-edit"></i> <span>Forms</span>
  333. <i class="fa fa-angle-left pull-right"></i>
  334. </a>
  335. <ul class="treeview-menu">
  336. <li><a href="forms/general.html"><i class="fa fa-angle-double-right"></i> General Elements</a></li>
  337. <li><a href="forms/advanced.html"><i class="fa fa-angle-double-right"></i> Advanced Elements</a></li>
  338. <li><a href="forms/editors.html"><i class="fa fa-angle-double-right"></i> Editors</a></li>
  339. </ul>
  340. </li>
  341. <li class="treeview">
  342. <a href="#">
  343. <i class="fa fa-table"></i> <span>Tables</span>
  344. <i class="fa fa-angle-left pull-right"></i>
  345. </a>
  346. <ul class="treeview-menu">
  347. <li><a href="tables/simple.html"><i class="fa fa-angle-double-right"></i> Simple tables</a></li>
  348. <li><a href="tables/data.html"><i class="fa fa-angle-double-right"></i> Data tables</a></li>
  349. </ul>
  350. </li>
  351. <li>
  352. <a href="calendar.html">
  353. <i class="fa fa-calendar"></i> <span>Calendar</span>
  354. <small class="badge pull-right bg-red">3</small>
  355. </a>
  356. </li>
  357. <li>
  358. <a href="mailbox.html">
  359. <i class="fa fa-envelope"></i> <span>Mailbox</span>
  360. <small class="badge pull-right bg-yellow">12</small>
  361. </a>
  362. </li>
  363. <li class="treeview">
  364. <a href="#">
  365. <i class="fa fa-folder"></i> <span>Examples</span>
  366. <i class="fa fa-angle-left pull-right"></i>
  367. </a>
  368. <ul class="treeview-menu">
  369. <li><a href="examples/invoice.html"><i class="fa fa-angle-double-right"></i> Invoice</a></li>
  370. <li><a href="examples/login.html"><i class="fa fa-angle-double-right"></i> Login</a></li>
  371. <li><a href="examples/register.html"><i class="fa fa-angle-double-right"></i> Register</a></li>
  372. <li><a href="examples/lockscreen.html"><i class="fa fa-angle-double-right"></i> Lockscreen</a></li>
  373. <li><a href="examples/404.html"><i class="fa fa-angle-double-right"></i> 404 Error</a></li>
  374. <li><a href="examples/500.html"><i class="fa fa-angle-double-right"></i> 500 Error</a></li>
  375. <li><a href="examples/blank.html"><i class="fa fa-angle-double-right"></i> Blank Page</a></li>
  376. </ul>
  377. </li>
  378. </ul>
  379. </section>
  380. <!-- /.sidebar -->
  381. </aside>
  382. <!-- Right side column. Contains the navbar and content of the page -->
  383. <aside class="right-side">
  384. <!-- Content Header (Page header) -->
  385. <section class="content-header">
  386. <h1>
  387. Widgets
  388. <small>Preview page</small>
  389. </h1>
  390. <ol class="breadcrumb">
  391. <li><a href="#"><i class="fa fa-dashboard"></i> Home</a></li>
  392. <li class="active">Widgets</li>
  393. </ol>
  394. </section>
  395. <!-- Main content -->
  396. <section class="content">
  397. <h4 class="page-header">
  398. AdminLTE Small Boxes
  399. <small>Small boxes are used for viewing statistics. To create a small box use the class <code>.small-box</code> and mix & match using the <code>bg-*</code> classes.</small>
  400. </h4>
  401. <!-- Small boxes (Stat box) -->
  402. <div class="row">
  403. <div class="col-lg-3 col-xs-6">
  404. <!-- small box -->
  405. <div class="small-box bg-aqua">
  406. <div class="inner">
  407. <h3>
  408. 150
  409. </h3>
  410. <p>
  411. New Orders
  412. </p>
  413. </div>
  414. <div class="icon">
  415. <i class="ion ion-bag"></i>
  416. </div>
  417. <a href="#" class="small-box-footer">
  418. More info <i class="fa fa-arrow-circle-right"></i>
  419. </a>
  420. </div>
  421. </div><!-- ./col -->
  422. <div class="col-lg-3 col-xs-6">
  423. <!-- small box -->
  424. <div class="small-box bg-green">
  425. <div class="inner">
  426. <h3>
  427. 53<sup style="font-size: 20px">%</sup>
  428. </h3>
  429. <p>
  430. Bounce Rate
  431. </p>
  432. </div>
  433. <div class="icon">
  434. <i class="ion ion-stats-bars"></i>
  435. </div>
  436. <a href="#" class="small-box-footer">
  437. More info <i class="fa fa-arrow-circle-right"></i>
  438. </a>
  439. </div>
  440. </div><!-- ./col -->
  441. <div class="col-lg-3 col-xs-6">
  442. <!-- small box -->
  443. <div class="small-box bg-yellow">
  444. <div class="inner">
  445. <h3>
  446. 44
  447. </h3>
  448. <p>
  449. User Registrations
  450. </p>
  451. </div>
  452. <div class="icon">
  453. <i class="ion ion-person-add"></i>
  454. </div>
  455. <a href="#" class="small-box-footer">
  456. More info <i class="fa fa-arrow-circle-right"></i>
  457. </a>
  458. </div>
  459. </div><!-- ./col -->
  460. <div class="col-lg-3 col-xs-6">
  461. <!-- small box -->
  462. <div class="small-box bg-red">
  463. <div class="inner">
  464. <h3>
  465. 65
  466. </h3>
  467. <p>
  468. Unique Visitors
  469. </p>
  470. </div>
  471. <div class="icon">
  472. <i class="ion ion-pie-graph"></i>
  473. </div>
  474. <a href="#" class="small-box-footer">
  475. More info <i class="fa fa-arrow-circle-right"></i>
  476. </a>
  477. </div>
  478. </div><!-- ./col -->
  479. </div><!-- /.row -->
  480. <!-- Small boxes (Stat box) -->
  481. <div class="row">
  482. <div class="col-lg-3 col-xs-6">
  483. <!-- small box -->
  484. <div class="small-box bg-blue">
  485. <div class="inner">
  486. <h3>
  487. 230
  488. </h3>
  489. <p>
  490. Sales
  491. </p>
  492. </div>
  493. <div class="icon">
  494. <i class="ion ion-ios7-cart-outline"></i>
  495. </div>
  496. <a href="#" class="small-box-footer">
  497. More info <i class="fa fa-arrow-circle-right"></i>
  498. </a>
  499. </div>
  500. </div><!-- ./col -->
  501. <div class="col-lg-3 col-xs-6">
  502. <!-- small box -->
  503. <div class="small-box bg-purple">
  504. <div class="inner">
  505. <h3>
  506. 80<sup style="font-size: 20px">%</sup>
  507. </h3>
  508. <p>
  509. Conversion Rate
  510. </p>
  511. </div>
  512. <div class="icon">
  513. <i class="ion ion-ios7-briefcase-outline"></i>
  514. </div>
  515. <a href="#" class="small-box-footer">
  516. More info <i class="fa fa-arrow-circle-right"></i>
  517. </a>
  518. </div>
  519. </div><!-- ./col -->
  520. <div class="col-lg-3 col-xs-6">
  521. <!-- small box -->
  522. <div class="small-box bg-teal">
  523. <div class="inner">
  524. <h3>
  525. 14
  526. </h3>
  527. <p>
  528. Notofications
  529. </p>
  530. </div>
  531. <div class="icon">
  532. <i class="ion ion-ios7-alarm-outline"></i>
  533. </div>
  534. <a href="#" class="small-box-footer">
  535. More info <i class="fa fa-arrow-circle-right"></i>
  536. </a>
  537. </div>
  538. </div><!-- ./col -->
  539. <div class="col-lg-3 col-xs-6">
  540. <!-- small box -->
  541. <div class="small-box bg-maroon">
  542. <div class="inner">
  543. <h3>
  544. 160
  545. </h3>
  546. <p>
  547. Products
  548. </p>
  549. </div>
  550. <div class="icon">
  551. <i class="ion ion-ios7-pricetag-outline"></i>
  552. </div>
  553. <a href="#" class="small-box-footer">
  554. More info <i class="fa fa-arrow-circle-right"></i>
  555. </a>
  556. </div>
  557. </div><!-- ./col -->
  558. </div><!-- /.row -->
  559. <!-- Widgets as boxes -->
  560. <h4 class="page-header">
  561. AdminLTE Boxes
  562. <small>We use the base class <code>.box</code> to create widgets simply.</small>
  563. </h4>
  564. <div class="row">
  565. <div class="col-md-4">
  566. <!-- Default box -->
  567. <div class="box">
  568. <div class="box-header">
  569. <h3 class="box-title">Default Box (button tooltip)</h3>
  570. <div class="box-tools pull-right">
  571. <button class="btn btn-default btn-sm" data-widget="collapse" data-toggle="tooltip" title="Collapse"><i class="fa fa-minus"></i></button>
  572. <button class="btn btn-default btn-sm" data-widget="remove" data-toggle="tooltip" title="Remove"><i class="fa fa-times"></i></button>
  573. </div>
  574. </div>
  575. <div class="box-body">
  576. Box class: <code>.box</code>
  577. <p>
  578. amber, microbrewery abbey hydrometer, brewpub ale lauter tun saccharification oxidized barrel.
  579. berliner weisse wort chiller adjunct hydrometer alcohol aau!
  580. sour/acidic sour/acidic chocolate malt ipa ipa hydrometer.
  581. </p>
  582. </div><!-- /.box-body -->
  583. <div class="box-footer">
  584. <code>.box-footer</code>
  585. </div><!-- /.box-footer-->
  586. </div><!-- /.box -->
  587. </div><!-- /.col -->
  588. <div class="col-md-4">
  589. <!-- Primary box -->
  590. <div class="box box-primary">
  591. <div class="box-header" data-toggle="tooltip" title="Header tooltip">
  592. <h3 class="box-title">Primary Box (header tooltip)</h3>
  593. <div class="box-tools pull-right">
  594. <button class="btn btn-primary btn-xs" data-widget="collapse"><i class="fa fa-minus"></i></button>
  595. <button class="btn btn-primary btn-xs" data-widget="remove"><i class="fa fa-times"></i></button>
  596. </div>
  597. </div>
  598. <div class="box-body">
  599. Box class: <code>.box.box-primary</code>
  600. <p>
  601. amber, microbrewery abbey hydrometer, brewpub ale lauter tun saccharification oxidized barrel.
  602. berliner weisse wort chiller adjunct hydrometer alcohol aau!
  603. sour/acidic sour/acidic chocolate malt ipa ipa hydrometer.
  604. </p>
  605. </div><!-- /.box-body -->
  606. <div class="box-footer">
  607. <code>.box-footer</code>
  608. </div><!-- /.box-footer-->
  609. </div><!-- /.box -->
  610. </div><!-- /.col -->
  611. <div class="col-md-4">
  612. <!-- Info box -->
  613. <div class="box box-info">
  614. <div class="box-header">
  615. <h3 class="box-title">Info Box</h3>
  616. <div class="box-tools pull-right">
  617. <div class="label bg-aqua">Label</div>
  618. </div>
  619. </div>
  620. <div class="box-body">
  621. Box class: <code>.box.box-info</code>
  622. <p>
  623. amber, microbrewery abbey hydrometer, brewpub ale lauter tun saccharification oxidized barrel.
  624. berliner weisse wort chiller adjunct hydrometer alcohol aau!
  625. sour/acidic sour/acidic chocolate malt ipa ipa hydrometer.
  626. </p>
  627. </div><!-- /.box-body -->
  628. <div class="box-footer">
  629. <code>.box-footer</code>
  630. </div><!-- /.box-footer-->
  631. </div><!-- /.box -->
  632. </div><!-- /.col -->
  633. </div><!-- /.row -->
  634. <div class="row">
  635. <div class="col-md-4">
  636. <!-- Danger box -->
  637. <div class="box box-danger">
  638. <div class="box-header">
  639. <h3 class="box-title">Danger Box (Loading state)</h3>
  640. <div class="box-tools pull-right">
  641. <button class="btn btn-danger btn-sm" data-widget="collapse"><i class="fa fa-minus"></i></button>
  642. <button class="btn btn-danger btn-sm" data-widget="remove"><i class="fa fa-times"></i></button>
  643. </div>
  644. </div>
  645. <div class="box-body">
  646. Box class: <code>.box.box-danger</code>
  647. <p>
  648. amber, microbrewery abbey hydrometer, brewpub ale lauter tun saccharification oxidized barrel.
  649. berliner weisse wort chiller adjunct hydrometer alcohol aau!
  650. sour/acidic sour/acidic chocolate malt ipa ipa hydrometer.
  651. </p>
  652. </div><!-- /.box-body -->
  653. <!-- Loading (remove the following to stop the loading)-->
  654. <div class="overlay"></div>
  655. <div class="loading-img"></div>
  656. <!-- end loading -->
  657. </div><!-- /.box -->
  658. </div><!-- /.col -->
  659. <div class="col-md-4">
  660. <!-- Success box -->
  661. <div class="box box-success">
  662. <div class="box-header">
  663. <h3 class="box-title">Success Box (toggle buttons)</h3>
  664. <div class="box-tools pull-right">
  665. <div class="btn-group" data-toggle="btn-toggle">
  666. <button type="button" class="btn btn-success btn-xs active" data-toggle="on">Left</button>
  667. <button type="button" class="btn btn-success btn-xs" data-toggle="off">Right</button>
  668. </div>
  669. </div>
  670. </div>
  671. <div class="box-body">
  672. Box class: <code>.box.box-success</code>
  673. <p>
  674. amber, microbrewery abbey hydrometer, brewpub ale lauter tun saccharification oxidized barrel.
  675. berliner weisse wort chiller adjunct hydrometer alcohol aau!
  676. sour/acidic sour/acidic chocolate malt ipa ipa hydrometer.
  677. </p>
  678. </div><!-- /.box-body -->
  679. </div><!-- /.box -->
  680. </div><!-- /.col -->
  681. <div class="col-md-4">
  682. <!-- Warning box -->
  683. <div class="box box-warning">
  684. <div class="box-header">
  685. <h3 class="box-title">Warning Box</h3>
  686. <div class="box-tools pull-right">
  687. <ul class="pagination pagination-sm inline">
  688. <li><a href="#">&laquo;</a></li>
  689. <li><a href="#">1</a></li>
  690. <li><a href="#">2</a></li>
  691. <li><a href="#">&raquo;</a></li>
  692. </ul>
  693. </div>
  694. </div>
  695. <div class="box-body">
  696. Box class: <code>.box.box-warning</code>
  697. <p>
  698. amber, microbrewery abbey hydrometer, brewpub ale lauter tun saccharification oxidized barrel.
  699. berliner weisse wort chiller adjunct hydrometer alcohol aau!
  700. sour/acidic sour/acidic chocolate malt ipa ipa hydrometer.
  701. </p>
  702. </div><!-- /.box-body -->
  703. </div><!-- /.box -->
  704. </div><!-- /.col -->
  705. </div><!-- /.row -->
  706. <h4 class="page-header">
  707. AdminLTE Solid Boxes
  708. <small>We use the base class <code>.box</code> and <code>.box-solid</code> to create solid boxes that look like this.</small>
  709. </h4>
  710. <!-- Solid boxes -->
  711. <div class="row">
  712. <div class="col-md-4">
  713. <!-- Default box -->
  714. <div class="box box-solid">
  715. <div class="box-header">
  716. <h3 class="box-title">Default Solid Box</h3>
  717. <div class="box-tools pull-right">
  718. <button class="btn btn-default btn-sm" data-widget="collapse"><i class="fa fa-minus"></i></button>
  719. <button class="btn btn-default btn-sm" data-widget="remove"><i class="fa fa-times"></i></button>
  720. </div>
  721. </div>
  722. <div class="box-body">
  723. Box class: <code>.box.box-solid</code>
  724. <p>
  725. amber, microbrewery abbey hydrometer, brewpub ale lauter tun saccharification oxidized barrel.
  726. berliner weisse wort chiller adjunct hydrometer alcohol aau!
  727. sour/acidic sour/acidic chocolate malt ipa ipa hydrometer.
  728. </p>
  729. </div><!-- /.box-body -->
  730. </div><!-- /.box -->
  731. </div><!-- /.col -->
  732. <div class="col-md-4">
  733. <!-- Primary box -->
  734. <div class="box box-solid box-primary">
  735. <div class="box-header">
  736. <h3 class="box-title">Primary Solid Box</h3>
  737. <div class="box-tools pull-right">
  738. <button class="btn btn-primary btn-sm" data-widget="collapse"><i class="fa fa-minus"></i></button>
  739. <button class="btn btn-primary btn-sm" data-widget="remove"><i class="fa fa-times"></i></button>
  740. </div>
  741. </div>
  742. <div class="box-body">
  743. Box class: <code>.box.box-solid.box-primary</code>
  744. <p>
  745. amber, microbrewery abbey hydrometer, brewpub ale lauter tun saccharification oxidized barrel.
  746. berliner weisse wort chiller adjunct hydrometer alcohol aau!
  747. sour/acidic sour/acidic chocolate malt ipa ipa hydrometer.
  748. </p>
  749. </div><!-- /.box-body -->
  750. </div><!-- /.box -->
  751. </div><!-- /.col -->
  752. <div class="col-md-4">
  753. <!-- Info box -->
  754. <div class="box box-solid box-info">
  755. <div class="box-header">
  756. <h3 class="box-title">Info Solid Box</h3>
  757. <div class="box-tools pull-right">
  758. <button class="btn btn-info btn-sm" data-widget="collapse"><i class="fa fa-minus"></i></button>
  759. <button class="btn btn-info btn-sm" data-widget="remove"><i class="fa fa-times"></i></button>
  760. </div>
  761. </div>
  762. <div class="box-body">
  763. Box class: <code>.box.box-solid.box-info</code>
  764. <p>
  765. amber, microbrewery abbey hydrometer, brewpub ale lauter tun saccharification oxidized barrel.
  766. berliner weisse wort chiller adjunct hydrometer alcohol aau!
  767. sour/acidic sour/acidic chocolate malt ipa ipa hydrometer.
  768. </p>
  769. </div><!-- /.box-body -->
  770. </div><!-- /.box -->
  771. </div><!-- /.col -->
  772. </div><!-- /.row -->
  773. <div class="row">
  774. <div class="col-md-4">
  775. <!-- Danger box -->
  776. <div class="box box-solid box-danger">
  777. <div class="box-header">
  778. <h3 class="box-title">Danger Solid Box</h3>
  779. <div class="box-tools pull-right">
  780. <button class="btn btn-danger btn-sm" data-widget="collapse"><i class="fa fa-minus"></i></button>
  781. <button class="btn btn-danger btn-sm" data-widget="remove"><i class="fa fa-times"></i></button>
  782. </div>
  783. </div>
  784. <div class="box-body">
  785. Box class: <code>.box.box-solid.box-danger</code>
  786. <p>
  787. amber, microbrewery abbey hydrometer, brewpub ale lauter tun saccharification oxidized barrel.
  788. berliner weisse wort chiller adjunct hydrometer alcohol aau!
  789. sour/acidic sour/acidic chocolate malt ipa ipa hydrometer.
  790. </p>
  791. </div><!-- /.box-body -->
  792. </div><!-- /.box -->
  793. </div><!-- /.col -->
  794. <div class="col-md-4">
  795. <!-- Success box -->
  796. <div class="box box-solid box-success">
  797. <div class="box-header">
  798. <h3 class="box-title">Success Solid Box</h3>
  799. <div class="box-tools pull-right">
  800. <button class="btn btn-success btn-sm" data-widget="collapse"><i class="fa fa-minus"></i></button>
  801. <button class="btn btn-success btn-sm" data-widget="remove"><i class="fa fa-times"></i></button>
  802. </div>
  803. </div>
  804. <div class="box-body">
  805. Box class: <code>.box.box-solid.box-success</code>
  806. <p>
  807. amber, microbrewery abbey hydrometer, brewpub ale lauter tun saccharification oxidized barrel.
  808. berliner weisse wort chiller adjunct hydrometer alcohol aau!
  809. sour/acidic sour/acidic chocolate malt ipa ipa hydrometer.
  810. </p>
  811. </div><!-- /.box-body -->
  812. </div><!-- /.box -->
  813. </div><!-- /.col -->
  814. <div class="col-md-4">
  815. <!-- Warning box -->
  816. <div class="box box-solid box-warning">
  817. <div class="box-header">
  818. <h3 class="box-title">Warning Solid Box</h3>
  819. <div class="box-tools pull-right">
  820. <button class="btn btn-warning btn-sm" data-widget="collapse"><i class="fa fa-minus"></i></button>
  821. <button class="btn btn-warning btn-sm" data-widget="remove"><i class="fa fa-times"></i></button>
  822. </div>
  823. </div>
  824. <div class="box-body">
  825. Box class: <code>.box.box-solid.box-warning</code>
  826. <p>
  827. amber, microbrewery abbey hydrometer, brewpub ale lauter tun saccharification oxidized barrel.
  828. berliner weisse wort chiller adjunct hydrometer alcohol aau!
  829. sour/acidic sour/acidic chocolate malt ipa ipa hydrometer.
  830. </p>
  831. </div><!-- /.box-body -->
  832. </div><!-- /.box -->
  833. </div><!-- /.col -->
  834. </div><!-- /.row -->
  835. <h4 class="page-header">
  836. AdminLTE Tiles
  837. <small>To create a tile we create a solid box and a <code>.bg-*</code> class ( * being the name of the color) to the box.</small>
  838. </h4>
  839. <!-- Solid boxes -->
  840. <div class="row">
  841. <div class="col-md-4">
  842. <!-- Navy tile -->
  843. <div class="box box-solid bg-navy">
  844. <div class="box-header">
  845. <h3 class="box-title">Navy Tile</h3>
  846. </div>
  847. <div class="box-body">
  848. Box class: <code>.box.box-solid.bg-navy</code>
  849. <p>
  850. amber, microbrewery abbey hydrometer, brewpub ale lauter tun saccharification oxidized barrel.
  851. berliner weisse wort chiller adjunct hydrometer alcohol aau!
  852. sour/acidic sour/acidic chocolate malt ipa ipa hydrometer.
  853. </p>
  854. </div><!-- /.box-body -->
  855. </div><!-- /.box -->
  856. </div><!-- /.col -->
  857. <div class="col-md-4">
  858. <!-- Primary tile -->
  859. <div class="box box-solid bg-light-blue">
  860. <div class="box-header">
  861. <h3 class="box-title">Primary Tile</h3>
  862. </div>
  863. <div class="box-body">
  864. Box class: <code>.box.box-solid.bg-light-blue</code>
  865. <p>
  866. amber, microbrewery abbey hydrometer, brewpub ale lauter tun saccharification oxidized barrel.
  867. berliner weisse wort chiller adjunct hydrometer alcohol aau!
  868. sour/acidic sour/acidic chocolate malt ipa ipa hydrometer.
  869. </p>
  870. </div><!-- /.box-body -->
  871. </div><!-- /.box -->
  872. </div><!-- /.col -->
  873. <div class="col-md-4">
  874. <!-- Info box -->
  875. <div class="box box-solid bg-aqua">
  876. <div class="box-header">
  877. <h3 class="box-title">Info Tile</h3>
  878. </div>
  879. <div class="box-body">
  880. Box class: <code>.box.box-solid.bg-aqua</code>
  881. <p>
  882. amber, microbrewery abbey hydrometer, brewpub ale lauter tun saccharification oxidized barrel.
  883. berliner weisse wort chiller adjunct hydrometer alcohol aau!
  884. sour/acidic sour/acidic chocolate malt ipa ipa hydrometer.
  885. </p>
  886. </div><!-- /.box-body -->
  887. </div><!-- /.box -->
  888. </div><!-- /.col -->
  889. </div><!-- /.row -->
  890. <div class="row">
  891. <div class="col-md-4">
  892. <!-- Danger box -->
  893. <div class="box box-solid bg-red">
  894. <div class="box-header">
  895. <h3 class="box-title">Danger Tile</h3>
  896. </div>
  897. <div class="box-body">
  898. Box class: <code>.box.box-solid.bg-red</code>
  899. <p>
  900. amber, microbrewery abbey hydrometer, brewpub ale lauter tun saccharification oxidized barrel.
  901. berliner weisse wort chiller adjunct hydrometer alcohol aau!
  902. sour/acidic sour/acidic chocolate malt ipa ipa hydrometer.
  903. </p>
  904. </div><!-- /.box-body -->
  905. </div><!-- /.box -->
  906. </div><!-- /.col -->
  907. <div class="col-md-4">
  908. <!-- Success box -->
  909. <div class="box box-solid bg-green">
  910. <div class="box-header">
  911. <h3 class="box-title">Success Tile</h3>
  912. </div>
  913. <div class="box-body">
  914. Box class: <code>.box.box-solid.bg-green</code>
  915. <p>
  916. amber, microbrewery abbey hydrometer, brewpub ale lauter tun saccharification oxidized barrel.
  917. berliner weisse wort chiller adjunct hydrometer alcohol aau!
  918. sour/acidic sour/acidic chocolate malt ipa ipa hydrometer.
  919. </p>
  920. </div><!-- /.box-body -->
  921. </div><!-- /.box -->
  922. </div><!-- /.col -->
  923. <div class="col-md-4">
  924. <!-- Warning box -->
  925. <div class="box box-solid bg-yellow">
  926. <div class="box-header">
  927. <h3 class="box-title">Warning Tile</h3>
  928. </div>
  929. <div class="box-body">
  930. Box class: <code>.box.box-solid.bg-yellow</code>
  931. <p>
  932. amber, microbrewery abbey hydrometer, brewpub ale lauter tun saccharification oxidized barrel.
  933. berliner weisse wort chiller adjunct hydrometer alcohol aau!
  934. sour/acidic sour/acidic chocolate malt ipa ipa hydrometer.
  935. </p>
  936. </div><!-- /.box-body -->
  937. </div><!-- /.box -->
  938. </div><!-- /.col -->
  939. </div><!-- /.row -->
  940. <div class="row">
  941. <div class="col-md-4">
  942. <!-- Purple tile -->
  943. <div class="box box-solid bg-purple">
  944. <div class="box-header">
  945. <h3 class="box-title">Purple Tile</h3>
  946. </div>
  947. <div class="box-body">
  948. Box class: <code>.box.box-solid.bg-purple</code>
  949. <p>
  950. amber, microbrewery abbey hydrometer, brewpub ale lauter tun saccharification oxidized barrel.
  951. berliner weisse wort chiller adjunct hydrometer alcohol aau!
  952. sour/acidic sour/acidic chocolate malt ipa ipa hydrometer.
  953. </p>
  954. </div><!-- /.box-body -->
  955. </div><!-- /.box -->
  956. </div><!-- /.col -->
  957. <div class="col-md-4">
  958. <!-- Blue tile -->
  959. <div class="box box-solid bg-blue">
  960. <div class="box-header">
  961. <h3 class="box-title">Blue Tile</h3>
  962. </div>
  963. <div class="box-body">
  964. Box class: <code>.box.box-solid.bg-blue</code>
  965. <p>
  966. amber, microbrewery abbey hydrometer, brewpub ale lauter tun saccharification oxidized barrel.
  967. berliner weisse wort chiller adjunct hydrometer alcohol aau!
  968. sour/acidic sour/acidic chocolate malt ipa ipa hydrometer.
  969. </p>
  970. </div><!-- /.box-body -->
  971. </div><!-- /.box -->
  972. </div><!-- /.col -->
  973. <div class="col-md-4">
  974. <!-- Maroon tile -->
  975. <div class="box box-solid bg-maroon">
  976. <div class="box-header">
  977. <h3 class="box-title">Maroon Tile</h3>
  978. </div>
  979. <div class="box-body">
  980. Box class: <code>.box.box-solid.bg-maroon</code>
  981. <p>
  982. amber, microbrewery abbey hydrometer, brewpub ale lauter tun saccharification oxidized barrel.
  983. berliner weisse wort chiller adjunct hydrometer alcohol aau!
  984. sour/acidic sour/acidic chocolate malt ipa ipa hydrometer.
  985. </p>
  986. </div><!-- /.box-body -->
  987. </div><!-- /.box -->
  988. </div><!-- /.col -->
  989. </div><!-- /.row -->
  990. </section><!-- /.content -->
  991. </aside><!-- /.right-side -->
  992. </div><!-- ./wrapper -->
  993. <script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
  994. <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js" type="text/javascript"></script>
  995. <!-- AdminLTE App -->
  996. <script src="../js/AdminLTE/app.js" type="text/javascript"></script>
  997. <!-- AdminLTE for demo purposes -->
  998. <script src="../js/AdminLTE/demo.js" type="text/javascript"></script>
  999. </body>
  1000. </html>