general.html 44 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119
  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 | General Form Elements</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.7 -->
  10. <link rel="stylesheet" href="../../bower_components/bootstrap/dist/css/bootstrap.min.css">
  11. <!-- Font Awesome -->
  12. <link rel="stylesheet" href="../../bower_components/font-awesome/css/font-awesome.min.css">
  13. <!-- Ionicons -->
  14. <link rel="stylesheet" href="../../bower_components/Ionicons/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. <!-- Google Font -->
  27. <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic">
  28. </head>
  29. <body class="hold-transition skin-blue sidebar-mini">
  30. <div class="wrapper">
  31. <header class="main-header">
  32. <!-- Logo -->
  33. <a href="../../index2.html" class="logo">
  34. <!-- mini logo for sidebar mini 50x50 pixels -->
  35. <span class="logo-mini"><b>A</b>LT</span>
  36. <!-- logo for regular state and mobile devices -->
  37. <span class="logo-lg"><b>Admin</b>LTE</span>
  38. </a>
  39. <!-- Header Navbar: style can be found in header.less -->
  40. <nav class="navbar navbar-static-top">
  41. <!-- Sidebar toggle button-->
  42. <a href="#" class="sidebar-toggle" data-toggle="push-menu" role="button">
  43. <span class="sr-only">Toggle navigation</span>
  44. <span class="icon-bar"></span>
  45. <span class="icon-bar"></span>
  46. <span class="icon-bar"></span>
  47. </a>
  48. <div class="navbar-custom-menu">
  49. <ul class="nav navbar-nav">
  50. <!-- Messages: style can be found in dropdown.less-->
  51. <li class="dropdown messages-menu">
  52. <a href="#" class="dropdown-toggle" data-toggle="dropdown">
  53. <i class="fa fa-envelope-o"></i>
  54. <span class="label label-success">4</span>
  55. </a>
  56. <ul class="dropdown-menu">
  57. <li class="header">You have 4 messages</li>
  58. <li>
  59. <!-- inner menu: contains the actual data -->
  60. <ul class="menu">
  61. <li><!-- start message -->
  62. <a href="#">
  63. <div class="pull-left">
  64. <img src="../../dist/img/user2-160x160.jpg" class="img-circle" alt="User Image">
  65. </div>
  66. <h4>
  67. Support Team
  68. <small><i class="fa fa-clock-o"></i> 5 mins</small>
  69. </h4>
  70. <p>Why not buy a new awesome theme?</p>
  71. </a>
  72. </li>
  73. <!-- end message -->
  74. <li>
  75. <a href="#">
  76. <div class="pull-left">
  77. <img src="../../dist/img/user3-128x128.jpg" class="img-circle" alt="User Image">
  78. </div>
  79. <h4>
  80. AdminLTE Design Team
  81. <small><i class="fa fa-clock-o"></i> 2 hours</small>
  82. </h4>
  83. <p>Why not buy a new awesome theme?</p>
  84. </a>
  85. </li>
  86. <li>
  87. <a href="#">
  88. <div class="pull-left">
  89. <img src="../../dist/img/user4-128x128.jpg" class="img-circle" alt="User Image">
  90. </div>
  91. <h4>
  92. Developers
  93. <small><i class="fa fa-clock-o"></i> Today</small>
  94. </h4>
  95. <p>Why not buy a new awesome theme?</p>
  96. </a>
  97. </li>
  98. <li>
  99. <a href="#">
  100. <div class="pull-left">
  101. <img src="../../dist/img/user3-128x128.jpg" class="img-circle" alt="User Image">
  102. </div>
  103. <h4>
  104. Sales Department
  105. <small><i class="fa fa-clock-o"></i> Yesterday</small>
  106. </h4>
  107. <p>Why not buy a new awesome theme?</p>
  108. </a>
  109. </li>
  110. <li>
  111. <a href="#">
  112. <div class="pull-left">
  113. <img src="../../dist/img/user4-128x128.jpg" class="img-circle" alt="User Image">
  114. </div>
  115. <h4>
  116. Reviewers
  117. <small><i class="fa fa-clock-o"></i> 2 days</small>
  118. </h4>
  119. <p>Why not buy a new awesome theme?</p>
  120. </a>
  121. </li>
  122. </ul>
  123. </li>
  124. <li class="footer"><a href="#">See All Messages</a></li>
  125. </ul>
  126. </li>
  127. <!-- Notifications: style can be found in dropdown.less -->
  128. <li class="dropdown notifications-menu">
  129. <a href="#" class="dropdown-toggle" data-toggle="dropdown">
  130. <i class="fa fa-bell-o"></i>
  131. <span class="label label-warning">10</span>
  132. </a>
  133. <ul class="dropdown-menu">
  134. <li class="header">You have 10 notifications</li>
  135. <li>
  136. <!-- inner menu: contains the actual data -->
  137. <ul class="menu">
  138. <li>
  139. <a href="#">
  140. <i class="fa fa-users text-aqua"></i> 5 new members joined today
  141. </a>
  142. </li>
  143. <li>
  144. <a href="#">
  145. <i class="fa fa-warning text-yellow"></i> Very long description here that may not fit into the
  146. page and may cause design problems
  147. </a>
  148. </li>
  149. <li>
  150. <a href="#">
  151. <i class="fa fa-users text-red"></i> 5 new members joined
  152. </a>
  153. </li>
  154. <li>
  155. <a href="#">
  156. <i class="fa fa-shopping-cart text-green"></i> 25 sales made
  157. </a>
  158. </li>
  159. <li>
  160. <a href="#">
  161. <i class="fa fa-user text-red"></i> You changed your username
  162. </a>
  163. </li>
  164. </ul>
  165. </li>
  166. <li class="footer"><a href="#">View all</a></li>
  167. </ul>
  168. </li>
  169. <!-- Tasks: style can be found in dropdown.less -->
  170. <li class="dropdown tasks-menu">
  171. <a href="#" class="dropdown-toggle" data-toggle="dropdown">
  172. <i class="fa fa-flag-o"></i>
  173. <span class="label label-danger">9</span>
  174. </a>
  175. <ul class="dropdown-menu">
  176. <li class="header">You have 9 tasks</li>
  177. <li>
  178. <!-- inner menu: contains the actual data -->
  179. <ul class="menu">
  180. <li><!-- Task item -->
  181. <a href="#">
  182. <h3>
  183. Design some buttons
  184. <small class="pull-right">20%</small>
  185. </h3>
  186. <div class="progress xs">
  187. <div class="progress-bar progress-bar-aqua" style="width: 20%" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100">
  188. <span class="sr-only">20% Complete</span>
  189. </div>
  190. </div>
  191. </a>
  192. </li>
  193. <!-- end task item -->
  194. <li><!-- Task item -->
  195. <a href="#">
  196. <h3>
  197. Create a nice theme
  198. <small class="pull-right">40%</small>
  199. </h3>
  200. <div class="progress xs">
  201. <div class="progress-bar progress-bar-green" style="width: 40%" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100">
  202. <span class="sr-only">40% Complete</span>
  203. </div>
  204. </div>
  205. </a>
  206. </li>
  207. <!-- end task item -->
  208. <li><!-- Task item -->
  209. <a href="#">
  210. <h3>
  211. Some task I need to do
  212. <small class="pull-right">60%</small>
  213. </h3>
  214. <div class="progress xs">
  215. <div class="progress-bar progress-bar-red" style="width: 60%" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100">
  216. <span class="sr-only">60% Complete</span>
  217. </div>
  218. </div>
  219. </a>
  220. </li>
  221. <!-- end task item -->
  222. <li><!-- Task item -->
  223. <a href="#">
  224. <h3>
  225. Make beautiful transitions
  226. <small class="pull-right">80%</small>
  227. </h3>
  228. <div class="progress xs">
  229. <div class="progress-bar progress-bar-yellow" style="width: 80%" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100">
  230. <span class="sr-only">80% Complete</span>
  231. </div>
  232. </div>
  233. </a>
  234. </li>
  235. <!-- end task item -->
  236. </ul>
  237. </li>
  238. <li class="footer">
  239. <a href="#">View all tasks</a>
  240. </li>
  241. </ul>
  242. </li>
  243. <!-- User Account: style can be found in dropdown.less -->
  244. <li class="dropdown user user-menu">
  245. <a href="#" class="dropdown-toggle" data-toggle="dropdown">
  246. <img src="../../dist/img/user2-160x160.jpg" class="user-image" alt="User Image">
  247. <span class="hidden-xs">Alexander Pierce</span>
  248. </a>
  249. <ul class="dropdown-menu">
  250. <!-- User image -->
  251. <li class="user-header">
  252. <img src="../../dist/img/user2-160x160.jpg" class="img-circle" alt="User Image">
  253. <p>
  254. Alexander Pierce - Web Developer
  255. <small>Member since Nov. 2012</small>
  256. </p>
  257. </li>
  258. <!-- Menu Body -->
  259. <li class="user-body">
  260. <div class="row">
  261. <div class="col-xs-4 text-center">
  262. <a href="#">Followers</a>
  263. </div>
  264. <div class="col-xs-4 text-center">
  265. <a href="#">Sales</a>
  266. </div>
  267. <div class="col-xs-4 text-center">
  268. <a href="#">Friends</a>
  269. </div>
  270. </div>
  271. <!-- /.row -->
  272. </li>
  273. <!-- Menu Footer-->
  274. <li class="user-footer">
  275. <div class="pull-left">
  276. <a href="#" class="btn btn-default btn-flat">Profile</a>
  277. </div>
  278. <div class="pull-right">
  279. <a href="#" class="btn btn-default btn-flat">Sign out</a>
  280. </div>
  281. </li>
  282. </ul>
  283. </li>
  284. <!-- Control Sidebar Toggle Button -->
  285. <li>
  286. <a href="#" data-toggle="control-sidebar"><i class="fa fa-gears"></i></a>
  287. </li>
  288. </ul>
  289. </div>
  290. </nav>
  291. </header>
  292. <!-- Left side column. contains the logo and sidebar -->
  293. <aside class="main-sidebar">
  294. <!-- sidebar: style can be found in sidebar.less -->
  295. <section class="sidebar">
  296. <!-- Sidebar user panel -->
  297. <div class="user-panel">
  298. <div class="pull-left image">
  299. <img src="../../dist/img/user2-160x160.jpg" class="img-circle" alt="User Image">
  300. </div>
  301. <div class="pull-left info">
  302. <p>Alexander Pierce</p>
  303. <a href="#"><i class="fa fa-circle text-success"></i> Online</a>
  304. </div>
  305. </div>
  306. <!-- search form -->
  307. <form action="#" method="get" class="sidebar-form">
  308. <div class="input-group">
  309. <input type="text" name="q" class="form-control" placeholder="Search...">
  310. <span class="input-group-btn">
  311. <button type="submit" name="search" id="search-btn" class="btn btn-flat"><i class="fa fa-search"></i>
  312. </button>
  313. </span>
  314. </div>
  315. </form>
  316. <!-- /.search form -->
  317. <!-- sidebar menu: : style can be found in sidebar.less -->
  318. <ul class="sidebar-menu" data-widget="tree">
  319. <li class="header">MAIN NAVIGATION</li>
  320. <li class="treeview">
  321. <a href="#">
  322. <i class="fa fa-dashboard"></i> <span>Dashboard</span>
  323. <span class="pull-right-container">
  324. <i class="fa fa-angle-left pull-right"></i>
  325. </span>
  326. </a>
  327. <ul class="treeview-menu">
  328. <li><a href="../../index.html"><i class="fa fa-circle-o"></i> Dashboard v1</a></li>
  329. <li><a href="../../index2.html"><i class="fa fa-circle-o"></i> Dashboard v2</a></li>
  330. </ul>
  331. </li>
  332. <li class="treeview">
  333. <a href="#">
  334. <i class="fa fa-files-o"></i>
  335. <span>Layout Options</span>
  336. <span class="pull-right-container">
  337. <span class="label label-primary pull-right">4</span>
  338. </span>
  339. </a>
  340. <ul class="treeview-menu">
  341. <li><a href="../layout/top-nav.html"><i class="fa fa-circle-o"></i> Top Navigation</a></li>
  342. <li><a href="../layout/boxed.html"><i class="fa fa-circle-o"></i> Boxed</a></li>
  343. <li><a href="../layout/fixed.html"><i class="fa fa-circle-o"></i> Fixed</a></li>
  344. <li><a href="../layout/collapsed-sidebar.html"><i class="fa fa-circle-o"></i> Collapsed Sidebar</a></li>
  345. </ul>
  346. </li>
  347. <li>
  348. <a href="../widgets.html">
  349. <i class="fa fa-th"></i> <span>Widgets</span>
  350. <span class="pull-right-container">
  351. <small class="label pull-right bg-green">new</small>
  352. </span>
  353. </a>
  354. </li>
  355. <li class="treeview">
  356. <a href="#">
  357. <i class="fa fa-pie-chart"></i>
  358. <span>Charts</span>
  359. <span class="pull-right-container">
  360. <i class="fa fa-angle-left pull-right"></i>
  361. </span>
  362. </a>
  363. <ul class="treeview-menu">
  364. <li><a href="../charts/chartjs.html"><i class="fa fa-circle-o"></i> ChartJS</a></li>
  365. <li><a href="../charts/morris.html"><i class="fa fa-circle-o"></i> Morris</a></li>
  366. <li><a href="../charts/flot.html"><i class="fa fa-circle-o"></i> Flot</a></li>
  367. <li><a href="../charts/inline.html"><i class="fa fa-circle-o"></i> Inline charts</a></li>
  368. </ul>
  369. </li>
  370. <li class="treeview">
  371. <a href="#">
  372. <i class="fa fa-laptop"></i>
  373. <span>UI Elements</span>
  374. <span class="pull-right-container">
  375. <i class="fa fa-angle-left pull-right"></i>
  376. </span>
  377. </a>
  378. <ul class="treeview-menu">
  379. <li><a href="../UI/general.html"><i class="fa fa-circle-o"></i> General</a></li>
  380. <li><a href="../UI/icons.html"><i class="fa fa-circle-o"></i> Icons</a></li>
  381. <li><a href="../UI/buttons.html"><i class="fa fa-circle-o"></i> Buttons</a></li>
  382. <li><a href="../UI/sliders.html"><i class="fa fa-circle-o"></i> Sliders</a></li>
  383. <li><a href="../UI/timeline.html"><i class="fa fa-circle-o"></i> Timeline</a></li>
  384. <li><a href="../UI/modals.html"><i class="fa fa-circle-o"></i> Modals</a></li>
  385. </ul>
  386. </li>
  387. <li class="treeview active">
  388. <a href="#">
  389. <i class="fa fa-edit"></i> <span>Forms</span>
  390. <span class="pull-right-container">
  391. <i class="fa fa-angle-left pull-right"></i>
  392. </span>
  393. </a>
  394. <ul class="treeview-menu">
  395. <li class="active"><a href="general.html"><i class="fa fa-circle-o"></i> General Elements</a></li>
  396. <li><a href="advanced.html"><i class="fa fa-circle-o"></i> Advanced Elements</a></li>
  397. <li><a href="editors.html"><i class="fa fa-circle-o"></i> Editors</a></li>
  398. </ul>
  399. </li>
  400. <li class="treeview">
  401. <a href="#">
  402. <i class="fa fa-table"></i> <span>Tables</span>
  403. <span class="pull-right-container">
  404. <i class="fa fa-angle-left pull-right"></i>
  405. </span>
  406. </a>
  407. <ul class="treeview-menu">
  408. <li><a href="../tables/simple.html"><i class="fa fa-circle-o"></i> Simple tables</a></li>
  409. <li><a href="../tables/data.html"><i class="fa fa-circle-o"></i> Data tables</a></li>
  410. </ul>
  411. </li>
  412. <li>
  413. <a href="../calendar.html">
  414. <i class="fa fa-calendar"></i> <span>Calendar</span>
  415. <span class="pull-right-container">
  416. <small class="label pull-right bg-red">3</small>
  417. <small class="label pull-right bg-blue">17</small>
  418. </span>
  419. </a>
  420. </li>
  421. <li>
  422. <a href="../mailbox/mailbox.html">
  423. <i class="fa fa-envelope"></i> <span>Mailbox</span>
  424. <span class="pull-right-container">
  425. <small class="label pull-right bg-yellow">12</small>
  426. <small class="label pull-right bg-green">16</small>
  427. <small class="label pull-right bg-red">5</small>
  428. </span>
  429. </a>
  430. </li>
  431. <li class="treeview">
  432. <a href="#">
  433. <i class="fa fa-folder"></i> <span>Examples</span>
  434. <span class="pull-right-container">
  435. <i class="fa fa-angle-left pull-right"></i>
  436. </span>
  437. </a>
  438. <ul class="treeview-menu">
  439. <li><a href="../examples/invoice.html"><i class="fa fa-circle-o"></i> Invoice</a></li>
  440. <li><a href="../examples/profile.html"><i class="fa fa-circle-o"></i> Profile</a></li>
  441. <li><a href="../examples/login.html"><i class="fa fa-circle-o"></i> Login</a></li>
  442. <li><a href="../examples/register.html"><i class="fa fa-circle-o"></i> Register</a></li>
  443. <li><a href="../examples/lockscreen.html"><i class="fa fa-circle-o"></i> Lockscreen</a></li>
  444. <li><a href="../examples/404.html"><i class="fa fa-circle-o"></i> 404 Error</a></li>
  445. <li><a href="../examples/500.html"><i class="fa fa-circle-o"></i> 500 Error</a></li>
  446. <li><a href="../examples/blank.html"><i class="fa fa-circle-o"></i> Blank Page</a></li>
  447. <li><a href="../examples/pace.html"><i class="fa fa-circle-o"></i> Pace Page</a></li>
  448. </ul>
  449. </li>
  450. <li class="treeview">
  451. <a href="#">
  452. <i class="fa fa-share"></i> <span>Multilevel</span>
  453. <span class="pull-right-container">
  454. <i class="fa fa-angle-left pull-right"></i>
  455. </span>
  456. </a>
  457. <ul class="treeview-menu">
  458. <li><a href="#"><i class="fa fa-circle-o"></i> Level One</a></li>
  459. <li class="treeview">
  460. <a href="#"><i class="fa fa-circle-o"></i> Level One
  461. <span class="pull-right-container">
  462. <i class="fa fa-angle-left pull-right"></i>
  463. </span>
  464. </a>
  465. <ul class="treeview-menu">
  466. <li><a href="#"><i class="fa fa-circle-o"></i> Level Two</a></li>
  467. <li class="treeview">
  468. <a href="#"><i class="fa fa-circle-o"></i> Level Two
  469. <span class="pull-right-container">
  470. <i class="fa fa-angle-left pull-right"></i>
  471. </span>
  472. </a>
  473. <ul class="treeview-menu">
  474. <li><a href="#"><i class="fa fa-circle-o"></i> Level Three</a></li>
  475. <li><a href="#"><i class="fa fa-circle-o"></i> Level Three</a></li>
  476. </ul>
  477. </li>
  478. </ul>
  479. </li>
  480. <li><a href="#"><i class="fa fa-circle-o"></i> Level One</a></li>
  481. </ul>
  482. </li>
  483. <li><a href="https://adminlte.io/docs"><i class="fa fa-book"></i> <span>Documentation</span></a></li>
  484. <li class="header">LABELS</li>
  485. <li><a href="#"><i class="fa fa-circle-o text-red"></i> <span>Important</span></a></li>
  486. <li><a href="#"><i class="fa fa-circle-o text-yellow"></i> <span>Warning</span></a></li>
  487. <li><a href="#"><i class="fa fa-circle-o text-aqua"></i> <span>Information</span></a></li>
  488. </ul>
  489. </section>
  490. <!-- /.sidebar -->
  491. </aside>
  492. <!-- Content Wrapper. Contains page content -->
  493. <div class="content-wrapper">
  494. <!-- Content Header (Page header) -->
  495. <section class="content-header">
  496. <h1>
  497. General Form Elements
  498. <small>Preview</small>
  499. </h1>
  500. <ol class="breadcrumb">
  501. <li><a href="#"><i class="fa fa-dashboard"></i> Home</a></li>
  502. <li><a href="#">Forms</a></li>
  503. <li class="active">General Elements</li>
  504. </ol>
  505. </section>
  506. <!-- Main content -->
  507. <section class="content">
  508. <div class="row">
  509. <!-- left column -->
  510. <div class="col-md-6">
  511. <!-- general form elements -->
  512. <div class="box box-primary">
  513. <div class="box-header with-border">
  514. <h3 class="box-title">Quick Example</h3>
  515. </div>
  516. <!-- /.box-header -->
  517. <!-- form start -->
  518. <form role="form">
  519. <div class="box-body">
  520. <div class="form-group">
  521. <label for="exampleInputEmail1">Email address</label>
  522. <input type="email" class="form-control" id="exampleInputEmail1" placeholder="Enter email">
  523. </div>
  524. <div class="form-group">
  525. <label for="exampleInputPassword1">Password</label>
  526. <input type="password" class="form-control" id="exampleInputPassword1" placeholder="Password">
  527. </div>
  528. <div class="form-group">
  529. <label for="exampleInputFile">File input</label>
  530. <input type="file" id="exampleInputFile">
  531. <p class="help-block">Example block-level help text here.</p>
  532. </div>
  533. <div class="checkbox">
  534. <label>
  535. <input type="checkbox"> Check me out
  536. </label>
  537. </div>
  538. </div>
  539. <!-- /.box-body -->
  540. <div class="box-footer">
  541. <button type="submit" class="btn btn-primary">Submit</button>
  542. </div>
  543. </form>
  544. </div>
  545. <!-- /.box -->
  546. <!-- Form Element sizes -->
  547. <div class="box box-success">
  548. <div class="box-header with-border">
  549. <h3 class="box-title">Different Height</h3>
  550. </div>
  551. <div class="box-body">
  552. <input class="form-control input-lg" type="text" placeholder=".input-lg">
  553. <br>
  554. <input class="form-control" type="text" placeholder="Default input">
  555. <br>
  556. <input class="form-control input-sm" type="text" placeholder=".input-sm">
  557. </div>
  558. <!-- /.box-body -->
  559. </div>
  560. <!-- /.box -->
  561. <div class="box box-danger">
  562. <div class="box-header with-border">
  563. <h3 class="box-title">Different Width</h3>
  564. </div>
  565. <div class="box-body">
  566. <div class="row">
  567. <div class="col-xs-3">
  568. <input type="text" class="form-control" placeholder=".col-xs-3">
  569. </div>
  570. <div class="col-xs-4">
  571. <input type="text" class="form-control" placeholder=".col-xs-4">
  572. </div>
  573. <div class="col-xs-5">
  574. <input type="text" class="form-control" placeholder=".col-xs-5">
  575. </div>
  576. </div>
  577. </div>
  578. <!-- /.box-body -->
  579. </div>
  580. <!-- /.box -->
  581. <!-- Input addon -->
  582. <div class="box box-info">
  583. <div class="box-header with-border">
  584. <h3 class="box-title">Input Addon</h3>
  585. </div>
  586. <div class="box-body">
  587. <div class="input-group">
  588. <span class="input-group-addon">@</span>
  589. <input type="text" class="form-control" placeholder="Username">
  590. </div>
  591. <br>
  592. <div class="input-group">
  593. <input type="text" class="form-control">
  594. <span class="input-group-addon">.00</span>
  595. </div>
  596. <br>
  597. <div class="input-group">
  598. <span class="input-group-addon">$</span>
  599. <input type="text" class="form-control">
  600. <span class="input-group-addon">.00</span>
  601. </div>
  602. <h4>With icons</h4>
  603. <div class="input-group">
  604. <span class="input-group-addon"><i class="fa fa-envelope"></i></span>
  605. <input type="email" class="form-control" placeholder="Email">
  606. </div>
  607. <br>
  608. <div class="input-group">
  609. <input type="text" class="form-control">
  610. <span class="input-group-addon"><i class="fa fa-check"></i></span>
  611. </div>
  612. <br>
  613. <div class="input-group">
  614. <span class="input-group-addon"><i class="fa fa-dollar"></i></span>
  615. <input type="text" class="form-control">
  616. <span class="input-group-addon"><i class="fa fa-ambulance"></i></span>
  617. </div>
  618. <h4>With checkbox and radio inputs</h4>
  619. <div class="row">
  620. <div class="col-lg-6">
  621. <div class="input-group">
  622. <span class="input-group-addon">
  623. <input type="checkbox">
  624. </span>
  625. <input type="text" class="form-control">
  626. </div>
  627. <!-- /input-group -->
  628. </div>
  629. <!-- /.col-lg-6 -->
  630. <div class="col-lg-6">
  631. <div class="input-group">
  632. <span class="input-group-addon">
  633. <input type="radio">
  634. </span>
  635. <input type="text" class="form-control">
  636. </div>
  637. <!-- /input-group -->
  638. </div>
  639. <!-- /.col-lg-6 -->
  640. </div>
  641. <!-- /.row -->
  642. <h4>With buttons</h4>
  643. <p class="margin">Large: <code>.input-group.input-group-lg</code></p>
  644. <div class="input-group input-group-lg">
  645. <div class="input-group-btn">
  646. <button type="button" class="btn btn-warning dropdown-toggle" data-toggle="dropdown">Action
  647. <span class="fa fa-caret-down"></span></button>
  648. <ul class="dropdown-menu">
  649. <li><a href="#">Action</a></li>
  650. <li><a href="#">Another action</a></li>
  651. <li><a href="#">Something else here</a></li>
  652. <li class="divider"></li>
  653. <li><a href="#">Separated link</a></li>
  654. </ul>
  655. </div>
  656. <!-- /btn-group -->
  657. <input type="text" class="form-control">
  658. </div>
  659. <!-- /input-group -->
  660. <p class="margin">Normal</p>
  661. <div class="input-group">
  662. <div class="input-group-btn">
  663. <button type="button" class="btn btn-danger">Action</button>
  664. </div>
  665. <!-- /btn-group -->
  666. <input type="text" class="form-control">
  667. </div>
  668. <!-- /input-group -->
  669. <p class="margin">Small <code>.input-group.input-group-sm</code></p>
  670. <div class="input-group input-group-sm">
  671. <input type="text" class="form-control">
  672. <span class="input-group-btn">
  673. <button type="button" class="btn btn-info btn-flat">Go!</button>
  674. </span>
  675. </div>
  676. <!-- /input-group -->
  677. </div>
  678. <!-- /.box-body -->
  679. </div>
  680. <!-- /.box -->
  681. </div>
  682. <!--/.col (left) -->
  683. <!-- right column -->
  684. <div class="col-md-6">
  685. <!-- Horizontal Form -->
  686. <div class="box box-info">
  687. <div class="box-header with-border">
  688. <h3 class="box-title">Horizontal Form</h3>
  689. </div>
  690. <!-- /.box-header -->
  691. <!-- form start -->
  692. <form class="form-horizontal">
  693. <div class="box-body">
  694. <div class="form-group">
  695. <label for="inputEmail3" class="col-sm-2 control-label">Email</label>
  696. <div class="col-sm-10">
  697. <input type="email" class="form-control" id="inputEmail3" placeholder="Email">
  698. </div>
  699. </div>
  700. <div class="form-group">
  701. <label for="inputPassword3" class="col-sm-2 control-label">Password</label>
  702. <div class="col-sm-10">
  703. <input type="password" class="form-control" id="inputPassword3" placeholder="Password">
  704. </div>
  705. </div>
  706. <div class="form-group">
  707. <div class="col-sm-offset-2 col-sm-10">
  708. <div class="checkbox">
  709. <label>
  710. <input type="checkbox"> Remember me
  711. </label>
  712. </div>
  713. </div>
  714. </div>
  715. </div>
  716. <!-- /.box-body -->
  717. <div class="box-footer">
  718. <button type="submit" class="btn btn-default">Cancel</button>
  719. <button type="submit" class="btn btn-info pull-right">Sign in</button>
  720. </div>
  721. <!-- /.box-footer -->
  722. </form>
  723. </div>
  724. <!-- /.box -->
  725. <!-- general form elements disabled -->
  726. <div class="box box-warning">
  727. <div class="box-header with-border">
  728. <h3 class="box-title">General Elements</h3>
  729. </div>
  730. <!-- /.box-header -->
  731. <div class="box-body">
  732. <form role="form">
  733. <!-- text input -->
  734. <div class="form-group">
  735. <label>Text</label>
  736. <input type="text" class="form-control" placeholder="Enter ...">
  737. </div>
  738. <div class="form-group">
  739. <label>Text Disabled</label>
  740. <input type="text" class="form-control" placeholder="Enter ..." disabled>
  741. </div>
  742. <!-- textarea -->
  743. <div class="form-group">
  744. <label>Textarea</label>
  745. <textarea class="form-control" rows="3" placeholder="Enter ..."></textarea>
  746. </div>
  747. <div class="form-group">
  748. <label>Textarea Disabled</label>
  749. <textarea class="form-control" rows="3" placeholder="Enter ..." disabled></textarea>
  750. </div>
  751. <!-- input states -->
  752. <div class="form-group has-success">
  753. <label class="control-label" for="inputSuccess"><i class="fa fa-check"></i> Input with success</label>
  754. <input type="text" class="form-control" id="inputSuccess" placeholder="Enter ...">
  755. <span class="help-block">Help block with success</span>
  756. </div>
  757. <div class="form-group has-warning">
  758. <label class="control-label" for="inputWarning"><i class="fa fa-bell-o"></i> Input with
  759. warning</label>
  760. <input type="text" class="form-control" id="inputWarning" placeholder="Enter ...">
  761. <span class="help-block">Help block with warning</span>
  762. </div>
  763. <div class="form-group has-error">
  764. <label class="control-label" for="inputError"><i class="fa fa-times-circle-o"></i> Input with
  765. error</label>
  766. <input type="text" class="form-control" id="inputError" placeholder="Enter ...">
  767. <span class="help-block">Help block with error</span>
  768. </div>
  769. <!-- checkbox -->
  770. <div class="form-group">
  771. <div class="checkbox">
  772. <label>
  773. <input type="checkbox">
  774. Checkbox 1
  775. </label>
  776. </div>
  777. <div class="checkbox">
  778. <label>
  779. <input type="checkbox">
  780. Checkbox 2
  781. </label>
  782. </div>
  783. <div class="checkbox">
  784. <label>
  785. <input type="checkbox" disabled>
  786. Checkbox disabled
  787. </label>
  788. </div>
  789. </div>
  790. <!-- radio -->
  791. <div class="form-group">
  792. <div class="radio">
  793. <label>
  794. <input type="radio" name="optionsRadios" id="optionsRadios1" value="option1" checked>
  795. Option one is this and that&mdash;be sure to include why it's great
  796. </label>
  797. </div>
  798. <div class="radio">
  799. <label>
  800. <input type="radio" name="optionsRadios" id="optionsRadios2" value="option2">
  801. Option two can be something else and selecting it will deselect option one
  802. </label>
  803. </div>
  804. <div class="radio">
  805. <label>
  806. <input type="radio" name="optionsRadios" id="optionsRadios3" value="option3" disabled>
  807. Option three is disabled
  808. </label>
  809. </div>
  810. </div>
  811. <!-- select -->
  812. <div class="form-group">
  813. <label>Select</label>
  814. <select class="form-control">
  815. <option>option 1</option>
  816. <option>option 2</option>
  817. <option>option 3</option>
  818. <option>option 4</option>
  819. <option>option 5</option>
  820. </select>
  821. </div>
  822. <div class="form-group">
  823. <label>Select Disabled</label>
  824. <select class="form-control" disabled>
  825. <option>option 1</option>
  826. <option>option 2</option>
  827. <option>option 3</option>
  828. <option>option 4</option>
  829. <option>option 5</option>
  830. </select>
  831. </div>
  832. <!-- Select multiple-->
  833. <div class="form-group">
  834. <label>Select Multiple</label>
  835. <select multiple class="form-control">
  836. <option>option 1</option>
  837. <option>option 2</option>
  838. <option>option 3</option>
  839. <option>option 4</option>
  840. <option>option 5</option>
  841. </select>
  842. </div>
  843. <div class="form-group">
  844. <label>Select Multiple Disabled</label>
  845. <select multiple class="form-control" disabled>
  846. <option>option 1</option>
  847. <option>option 2</option>
  848. <option>option 3</option>
  849. <option>option 4</option>
  850. <option>option 5</option>
  851. </select>
  852. </div>
  853. </form>
  854. </div>
  855. <!-- /.box-body -->
  856. </div>
  857. <!-- /.box -->
  858. </div>
  859. <!--/.col (right) -->
  860. </div>
  861. <!-- /.row -->
  862. </section>
  863. <!-- /.content -->
  864. </div>
  865. <!-- /.content-wrapper -->
  866. <footer class="main-footer">
  867. <div class="pull-right hidden-xs">
  868. <b>Version</b> 2.4.18
  869. </div>
  870. <strong>Copyright &copy; 2014-2019 <a href="https://adminlte.io">AdminLTE</a>.</strong> All rights
  871. reserved.
  872. </footer>
  873. <!-- Control Sidebar -->
  874. <aside class="control-sidebar control-sidebar-dark">
  875. <!-- Create the tabs -->
  876. <ul class="nav nav-tabs nav-justified control-sidebar-tabs">
  877. <li><a href="#control-sidebar-home-tab" data-toggle="tab"><i class="fa fa-home"></i></a></li>
  878. <li><a href="#control-sidebar-settings-tab" data-toggle="tab"><i class="fa fa-gears"></i></a></li>
  879. </ul>
  880. <!-- Tab panes -->
  881. <div class="tab-content">
  882. <!-- Home tab content -->
  883. <div class="tab-pane" id="control-sidebar-home-tab">
  884. <h3 class="control-sidebar-heading">Recent Activity</h3>
  885. <ul class="control-sidebar-menu">
  886. <li>
  887. <a href="javascript:void(0)">
  888. <i class="menu-icon fa fa-birthday-cake bg-red"></i>
  889. <div class="menu-info">
  890. <h4 class="control-sidebar-subheading">Langdon's Birthday</h4>
  891. <p>Will be 23 on April 24th</p>
  892. </div>
  893. </a>
  894. </li>
  895. <li>
  896. <a href="javascript:void(0)">
  897. <i class="menu-icon fa fa-user bg-yellow"></i>
  898. <div class="menu-info">
  899. <h4 class="control-sidebar-subheading">Frodo Updated His Profile</h4>
  900. <p>New phone +1(800)555-1234</p>
  901. </div>
  902. </a>
  903. </li>
  904. <li>
  905. <a href="javascript:void(0)">
  906. <i class="menu-icon fa fa-envelope-o bg-light-blue"></i>
  907. <div class="menu-info">
  908. <h4 class="control-sidebar-subheading">Nora Joined Mailing List</h4>
  909. <p>nora@example.com</p>
  910. </div>
  911. </a>
  912. </li>
  913. <li>
  914. <a href="javascript:void(0)">
  915. <i class="menu-icon fa fa-file-code-o bg-green"></i>
  916. <div class="menu-info">
  917. <h4 class="control-sidebar-subheading">Cron Job 254 Executed</h4>
  918. <p>Execution time 5 seconds</p>
  919. </div>
  920. </a>
  921. </li>
  922. </ul>
  923. <!-- /.control-sidebar-menu -->
  924. <h3 class="control-sidebar-heading">Tasks Progress</h3>
  925. <ul class="control-sidebar-menu">
  926. <li>
  927. <a href="javascript:void(0)">
  928. <h4 class="control-sidebar-subheading">
  929. Custom Template Design
  930. <span class="label label-danger pull-right">70%</span>
  931. </h4>
  932. <div class="progress progress-xxs">
  933. <div class="progress-bar progress-bar-danger" style="width: 70%"></div>
  934. </div>
  935. </a>
  936. </li>
  937. <li>
  938. <a href="javascript:void(0)">
  939. <h4 class="control-sidebar-subheading">
  940. Update Resume
  941. <span class="label label-success pull-right">95%</span>
  942. </h4>
  943. <div class="progress progress-xxs">
  944. <div class="progress-bar progress-bar-success" style="width: 95%"></div>
  945. </div>
  946. </a>
  947. </li>
  948. <li>
  949. <a href="javascript:void(0)">
  950. <h4 class="control-sidebar-subheading">
  951. Laravel Integration
  952. <span class="label label-warning pull-right">50%</span>
  953. </h4>
  954. <div class="progress progress-xxs">
  955. <div class="progress-bar progress-bar-warning" style="width: 50%"></div>
  956. </div>
  957. </a>
  958. </li>
  959. <li>
  960. <a href="javascript:void(0)">
  961. <h4 class="control-sidebar-subheading">
  962. Back End Framework
  963. <span class="label label-primary pull-right">68%</span>
  964. </h4>
  965. <div class="progress progress-xxs">
  966. <div class="progress-bar progress-bar-primary" style="width: 68%"></div>
  967. </div>
  968. </a>
  969. </li>
  970. </ul>
  971. <!-- /.control-sidebar-menu -->
  972. </div>
  973. <!-- /.tab-pane -->
  974. <!-- Stats tab content -->
  975. <div class="tab-pane" id="control-sidebar-stats-tab">Stats Tab Content</div>
  976. <!-- /.tab-pane -->
  977. <!-- Settings tab content -->
  978. <div class="tab-pane" id="control-sidebar-settings-tab">
  979. <form method="post">
  980. <h3 class="control-sidebar-heading">General Settings</h3>
  981. <div class="form-group">
  982. <label class="control-sidebar-subheading">
  983. Report panel usage
  984. <input type="checkbox" class="pull-right" checked>
  985. </label>
  986. <p>
  987. Some information about this general settings option
  988. </p>
  989. </div>
  990. <!-- /.form-group -->
  991. <div class="form-group">
  992. <label class="control-sidebar-subheading">
  993. Allow mail redirect
  994. <input type="checkbox" class="pull-right" checked>
  995. </label>
  996. <p>
  997. Other sets of options are available
  998. </p>
  999. </div>
  1000. <!-- /.form-group -->
  1001. <div class="form-group">
  1002. <label class="control-sidebar-subheading">
  1003. Expose author name in posts
  1004. <input type="checkbox" class="pull-right" checked>
  1005. </label>
  1006. <p>
  1007. Allow the user to show his name in blog posts
  1008. </p>
  1009. </div>
  1010. <!-- /.form-group -->
  1011. <h3 class="control-sidebar-heading">Chat Settings</h3>
  1012. <div class="form-group">
  1013. <label class="control-sidebar-subheading">
  1014. Show me as online
  1015. <input type="checkbox" class="pull-right" checked>
  1016. </label>
  1017. </div>
  1018. <!-- /.form-group -->
  1019. <div class="form-group">
  1020. <label class="control-sidebar-subheading">
  1021. Turn off notifications
  1022. <input type="checkbox" class="pull-right">
  1023. </label>
  1024. </div>
  1025. <!-- /.form-group -->
  1026. <div class="form-group">
  1027. <label class="control-sidebar-subheading">
  1028. Delete chat history
  1029. <a href="javascript:void(0)" class="text-red pull-right"><i class="fa fa-trash-o"></i></a>
  1030. </label>
  1031. </div>
  1032. <!-- /.form-group -->
  1033. </form>
  1034. </div>
  1035. <!-- /.tab-pane -->
  1036. </div>
  1037. </aside>
  1038. <!-- /.control-sidebar -->
  1039. <!-- Add the sidebar's background. This div must be placed
  1040. immediately after the control sidebar -->
  1041. <div class="control-sidebar-bg"></div>
  1042. </div>
  1043. <!-- ./wrapper -->
  1044. <!-- jQuery 3 -->
  1045. <script src="../../bower_components/jquery/dist/jquery.min.js"></script>
  1046. <!-- Bootstrap 3.3.7 -->
  1047. <script src="../../bower_components/bootstrap/dist/js/bootstrap.min.js"></script>
  1048. <!-- FastClick -->
  1049. <script src="../../bower_components/fastclick/lib/fastclick.js"></script>
  1050. <!-- AdminLTE App -->
  1051. <script src="../../dist/js/adminlte.min.js"></script>
  1052. <!-- AdminLTE for demo purposes -->
  1053. <script src="../../dist/js/demo.js"></script>
  1054. </body>
  1055. </html>