profile.html 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474
  1. <!DOCTYPE html>
  2. <html class="no-js" lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible" />
  6. <title>Forms</title>
  7. <meta content="lab2023" name="author" />
  8. <meta content="" name="description" />
  9. <meta content="" name="keywords" />
  10. <link
  11. href="{{url_for('static', filename='css/main.css')}}"
  12. rel="stylesheet"
  13. />
  14. <link
  15. href="https://netdna.bootstrapcdn.com/font-awesome/3.2.0/css/font-awesome.min.css"
  16. rel="stylesheet"
  17. />
  18. <link href="{{url_for('static', filename='img/favicon.ico')}}" rel="icon" />
  19. </head>
  20. <body class="main page">
  21. <!-- Navbar -->
  22. <div class="navbar navbar-default" id="navbar">
  23. <a class="navbar-brand" href="{{ url_for('get_home') }}">
  24. <i class="icon-beer"></i>
  25. Hierapolis
  26. </a>
  27. <ul class="nav navbar-nav pull-right">
  28. <li class="dropdown">
  29. <a class="dropdown-toggle" data-toggle="dropdown" href="#">
  30. <i class="icon-envelope"></i>
  31. Messages
  32. <span class="badge">5</span>
  33. <b class="caret"></b>
  34. </a>
  35. <ul class="dropdown-menu">
  36. <li>
  37. <a href="#">New message</a>
  38. </li>
  39. <li>
  40. <a href="#">Inbox</a>
  41. </li>
  42. <li>
  43. <a href="#">Out box</a>
  44. </li>
  45. <li>
  46. <a href="#">Trash</a>
  47. </li>
  48. </ul>
  49. </li>
  50. <li>
  51. <a href="#">
  52. <i class="icon-cog"></i>
  53. Settings
  54. </a>
  55. </li>
  56. <li class="dropdown user">
  57. <a class="dropdown-toggle" data-toggle="dropdown" href="#">
  58. <i class="icon-user"></i>
  59. <strong>John DOE</strong>
  60. <img class="img-rounded" src="http://placehold.it/20x20/ccc/777" />
  61. <b class="caret"></b>
  62. </a>
  63. <ul class="dropdown-menu">
  64. <li>
  65. <a href="{{ url_for('get_profile') }}">Edit Profile</a>
  66. </li>
  67. <li class="divider"></li>
  68. <li>
  69. <a href="{{ url_for('get_home') }}">Sign out</a>
  70. </li>
  71. </ul>
  72. </li>
  73. </ul>
  74. </div>
  75. <div id="wrapper">
  76. <!-- Sidebar -->
  77. <section id="sidebar">
  78. <i class="icon-align-justify icon-large" id="toggle"></i>
  79. <ul id="dock">
  80. <li class="launcher">
  81. <i class="icon-dashboard"></i>
  82. <a href="/dashboard">Dashboard</a>
  83. </li>
  84. <li class="active launcher">
  85. <i class="icon-file-text-alt"></i>
  86. <a href="forms.html">Forms</a>
  87. </li>
  88. <li class="launcher">
  89. <i class="icon-table"></i>
  90. <a href="tables.html">Tables</a>
  91. </li>
  92. <li class="launcher dropdown hover">
  93. <i class="icon-flag"></i>
  94. <a href="#">Reports</a>
  95. <ul class="dropdown-menu">
  96. <li class="dropdown-header">Launcher description</li>
  97. <li>
  98. <a href="#">Action</a>
  99. </li>
  100. <li>
  101. <a href="#">Another action</a>
  102. </li>
  103. <li>
  104. <a href="#">Something else here</a>
  105. </li>
  106. </ul>
  107. </li>
  108. <li class="launcher">
  109. <i class="icon-bookmark"></i>
  110. <a href="#">Bookmarks</a>
  111. </li>
  112. <li class="launcher">
  113. <i class="icon-cloud"></i>
  114. <a href="#">Backup</a>
  115. </li>
  116. <li class="launcher">
  117. <i class="icon-bug"></i>
  118. <a href="#">Feedback</a>
  119. </li>
  120. </ul>
  121. <div data-toggle="tooltip" id="beaker" title="Made by lab2023"></div>
  122. </section>
  123. <!-- Tools -->
  124. <section id="tools">
  125. <ul class="breadcrumb" id="breadcrumb">
  126. <li class="title">Forms</li>
  127. <li><a href="#">Lorem</a></li>
  128. <li class="active"><a href="#">ipsum</a></li>
  129. </ul>
  130. <div id="toolbar"></div>
  131. </section>
  132. <!-- Content -->
  133. <div id="content">
  134. <div class="panel panel-default">
  135. <div class="panel-heading">
  136. <i class="icon-edit icon-large"></i>
  137. Form Default
  138. </div>
  139. <div class="panel-body">
  140. <form>
  141. <fieldset>
  142. <legend>Default Inputs</legend>
  143. <div class="form-group">
  144. <label class="control-label">Text field</label>
  145. <input
  146. class="form-control"
  147. placeholder="Enter username"
  148. type="text"
  149. />
  150. </div>
  151. <div class="form-group">
  152. <label class="control-label">Password field</label>
  153. <input
  154. class="form-control"
  155. placeholder="Enter password"
  156. type="password"
  157. />
  158. </div>
  159. <div class="form-group">
  160. <label class="control-label">Input field with help</label>
  161. <input class="form-control" placeholder=".help-block" />
  162. <p class="help-block">Example block-level help text here.</p>
  163. </div>
  164. <div class="form-group">
  165. <label class="control-label">Disabled field</label>
  166. <input
  167. class="form-control"
  168. disabled
  169. placeholder="This is field is disabled!"
  170. />
  171. </div>
  172. <div class="form-group">
  173. <label class="control-label">Tooltip field</label>
  174. <input
  175. class="form-control"
  176. data-toggle="tooltip"
  177. placeholder="This is field is disabled!"
  178. title="Input tips here"
  179. />
  180. </div>
  181. <div class="form-group">
  182. <label class="control-label">Textarea field</label>
  183. <textarea class="form-control" rows="4"></textarea>
  184. </div>
  185. <div class="form-group">
  186. <label class="control-label">File input</label>
  187. <input type="file" />
  188. </div>
  189. <div class="form-group">
  190. <label class="control-label">Large field</label>
  191. <input
  192. class="form-control input-lg"
  193. placeholder=".input-lg"
  194. type="text"
  195. />
  196. </div>
  197. <div class="form-group">
  198. <label class="control-label">Small field</label>
  199. <input
  200. class="form-control input-sm"
  201. placeholder=".input-sm"
  202. type="text"
  203. />
  204. </div>
  205. <div class="form-group row">
  206. <div class="col-lg-2">
  207. <label class="control-label">Column sizing</label>
  208. <input
  209. class="form-control"
  210. placeholder=".col-lg-2"
  211. type="text"
  212. />
  213. </div>
  214. <div class="col-lg-3">
  215. <label class="control-label">Column sizing</label>
  216. <input
  217. class="form-control"
  218. placeholder=".col-lg-3"
  219. type="text"
  220. />
  221. </div>
  222. <div class="col-lg-7">
  223. <label class="control-label">Column sizing</label>
  224. <input
  225. class="form-control"
  226. placeholder=".col-lg-7"
  227. type="text"
  228. />
  229. </div>
  230. </div>
  231. </fieldset>
  232. <fieldset>
  233. <legend>Input Validation States</legend>
  234. <div class="form-group has-warning">
  235. <label class="control-label">Input field with help</label>
  236. <input class="form-control" placeholder=".has-warning" />
  237. <p class="help-block">Example block-level help text here.</p>
  238. </div>
  239. <div class="form-group has-error">
  240. <label class="control-label">Input field with help</label>
  241. <input class="form-control" placeholder=".has-error" />
  242. <p class="help-block">Example block-level help text here.</p>
  243. </div>
  244. <div class="form-group has-success">
  245. <label class="control-label">Input field with help</label>
  246. <input class="form-control" placeholder=".has-success" />
  247. <p class="help-block">Example block-level help text here.</p>
  248. </div>
  249. </fieldset>
  250. <fieldset>
  251. <legend>Checkboxes and radios</legend>
  252. <div class="form-group">
  253. <label class="control-label">Checkbox</label>
  254. <div class="checkbox">
  255. <input type="checkbox" value="" />
  256. Option one is this and that&mdash;be sure to include why
  257. it's great
  258. </div>
  259. </div>
  260. <div class="form-group">
  261. <label class="control-label">Inline checkbox</label>
  262. <br />
  263. <div class="checkbox-inline">
  264. <input type="checkbox" value="" />
  265. 1
  266. </div>
  267. <div class="checkbox-inline">
  268. <input type="checkbox" value="" />
  269. 2
  270. </div>
  271. <div class="checkbox-inline">
  272. <input type="checkbox" value="" />
  273. 3
  274. </div>
  275. </div>
  276. <div class="form-group">
  277. <label class="control-label">Radio</label>
  278. <div class="radio">
  279. <input
  280. checked
  281. name="options_radio"
  282. type="radio"
  283. value="option1"
  284. />
  285. Option one is this and that&mdash;be sure to include why
  286. it's great
  287. <br />
  288. <input
  289. checked
  290. name="options_radio"
  291. type="radio"
  292. value="option2"
  293. />
  294. Option two can be something else and selecting it will
  295. deselect option one
  296. </div>
  297. </div>
  298. </fieldset>
  299. <fieldset>
  300. <legend>Selects</legend>
  301. <div class="form-group">
  302. <label class="control-label">Single select</label>
  303. <select class="form-control">
  304. <option>1</option>
  305. <option>2</option>
  306. <option>3</option>
  307. <option>4</option>
  308. <option>5</option>
  309. </select>
  310. </div>
  311. <div class="form-group">
  312. <label class="control-label">Multiple select</label>
  313. <select class="form-control" multiple>
  314. <option>1</option>
  315. <option>2</option>
  316. <option>3</option>
  317. <option>4</option>
  318. <option>5</option>
  319. </select>
  320. </div>
  321. </fieldset>
  322. <div class="form-actions">
  323. <button class="btn btn-default" type="submit">Submit</button>
  324. <a class="btn" href="#">Cancel</a>
  325. </div>
  326. </form>
  327. </div>
  328. </div>
  329. <div class="panel panel-default">
  330. <div class="panel-heading">
  331. <i class="icon-edit icon-large"></i>
  332. Form Horizontal
  333. </div>
  334. <div class="panel-body">
  335. <form class="form-horizontal">
  336. <fieldset>
  337. <legend>Default inputs</legend>
  338. <div class="form-group">
  339. <label class="col-lg-2 control-label">Text field</label>
  340. <div class="col-lg-10">
  341. <input
  342. class="form-control"
  343. placeholder="Enter username"
  344. type="text"
  345. />
  346. </div>
  347. </div>
  348. <div class="form-group">
  349. <label class="col-lg-2 control-label">Password field</label>
  350. <div class="col-lg-10">
  351. <input
  352. class="form-control"
  353. placeholder="Enter password"
  354. type="password"
  355. />
  356. </div>
  357. </div>
  358. <div class="form-group">
  359. <label class="col-lg-2 control-label"
  360. >Input field with help</label
  361. >
  362. <div class="col-lg-10">
  363. <input class="form-control" placeholder=".help-block" />
  364. <p class="help-block">
  365. Example block-level help text here.%fieldset
  366. </p>
  367. </div>
  368. </div>
  369. <legend>Validation inputs</legend>
  370. <div class="form-group has-warning">
  371. <label class="col-lg-2 control-label">Text field</label>
  372. <div class="col-lg-10">
  373. <input
  374. class="form-control"
  375. placeholder="Enter username"
  376. type="text"
  377. />
  378. </div>
  379. </div>
  380. <div class="form-group has-error">
  381. <label class="col-lg-2 control-label">Password field</label>
  382. <div class="col-lg-10">
  383. <input
  384. class="form-control"
  385. placeholder="Enter password"
  386. type="password"
  387. />
  388. </div>
  389. </div>
  390. <div class="form-group has-success">
  391. <label class="col-lg-2 control-label"
  392. >Input field with help</label
  393. >
  394. <div class="col-lg-10">
  395. <input class="form-control" placeholder=".help-block" />
  396. <p class="help-block">
  397. Example block-level help text here.
  398. </p>
  399. </div>
  400. </div>
  401. </fieldset>
  402. <div class="form-actions">
  403. <button class="btn btn-default" type="submit">Save</button>
  404. <a class="btn" href="#">Cancel</a>
  405. </div>
  406. </form>
  407. </div>
  408. </div>
  409. <div class="panel panel-default">
  410. <div class="panel-heading">
  411. <i class="icon-edit icon-large"></i>
  412. Knob Inputs
  413. </div>
  414. <div class="panel-body text-center">
  415. <input
  416. class="knob"
  417. data-height="150"
  418. data-width="150"
  419. type="text"
  420. value="75"
  421. />
  422. <input
  423. class="knob"
  424. data-fgColor="#16a085"
  425. data-height="150"
  426. data-width="150"
  427. type="text"
  428. value="100"
  429. />
  430. <input
  431. class="knob"
  432. data-fgColor="#7f8c8d"
  433. data-height="150"
  434. data-width="150"
  435. type="text"
  436. value="200"
  437. />
  438. </div>
  439. </div>
  440. </div>
  441. </div>
  442. <!-- Footer -->
  443. <!-- Javascripts -->
  444. <script
  445. src="//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"
  446. type="text/javascript"
  447. ></script>
  448. <script
  449. src="//ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/jquery-ui.min.js"
  450. type="text/javascript"
  451. ></script>
  452. <script
  453. src="//cdnjs.cloudflare.com/ajax/libs/modernizr/2.6.2/modernizr.min.js"
  454. type="text/javascript"
  455. ></script>
  456. <script
  457. src="assets/javascripts/application-985b892b.js"
  458. type="text/javascript"
  459. ></script>
  460. <!-- Google Analytics -->
  461. <script>
  462. var _gaq = [["_setAccount", "UA-XXXXX-X"], ["_trackPageview"]];
  463. (function (d, t) {
  464. var g = d.createElement(t),
  465. s = d.getElementsByTagName(t)[0];
  466. g.src =
  467. ("https:" == location.protocol ? "//ssl" : "//www") +
  468. ".google-analytics.com/ga.js";
  469. s.parentNode.insertBefore(g, s);
  470. })(document, "script");
  471. </script>
  472. </body>
  473. </html>