开源 企业版 高校版 私有云 模力方舟 AI 队友
代码拉取完成,页面将自动刷新
捐赠
捐赠前请先登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
1 Star 0 Fork 333

javaalpha/theme

forked from 第五季/theme
加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
已有帐号? 立即登录
文件
master
分支 (1)
master
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
项目仓库所选许可证以仓库主分支所使用许可证为准
master
分支 (1)
master
克隆/下载
克隆/下载
提示
下载代码请复制以下命令到终端执行
为确保你提交的代码身份被 Gitee 正确识别,请执行以下命令完成配置
初次使用 SSH 协议进行代码克隆、推送等操作时,需按下述提示完成 SSH 配置
1 生成 RSA 密钥
2 获取 RSA 公钥内容,并配置到 SSH公钥
在 Gitee 上使用 SVN,请访问 使用指南
使用 HTTPS 协议时,命令行会出现如下账号密码验证步骤。基于安全考虑,Gitee 建议 配置并使用私人令牌 替代登录密码进行克隆、推送等操作
Username for 'https://gitee.com': userName
Password for 'https://userName@gitee.com': # 私人令牌
master
分支 (1)
master
theme
/
backend
/
dynamic
/
forms-basic.html
theme
/
backend
/
dynamic
/
forms-basic.html
forms-basic.html 95.23 KB
一键复制 编辑 原始数据 按行查看 历史
sthWrong 提交于 2015年10月12日 19:10 +08:00 . 2015年10月12日
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329
<!doctype html>
<!--
Template Name: Dynamic - Responsive Admin Template build with Twitter Bootstrap 3.3.1
Version: 1.1.0
Author: SuggeElson
Website: http://www.suggeelson.com/
Contact: support@suggeelson.com
Follow: www.twitter.com/suggeelson
Like: https://www.facebook.com/pages/SuggeElson/264113463621030
Purchase: http://www.suggeelson.com/portfolio-item/dynamic-responsive-admin-template/
Purchase: http://bootstrapbay.com/theme/dynamic-responsive-admin-template-B9C3DF1?ref=SuggeElson
Purchase: https://creativemarket.com/SuggeElson/187841-Dynamic-Responsive-Admin-Template?u=SuggeElson
License: You must have a valid license purchased only from bootstrapbay,creativemarket or suggeleson website (the above links) in order to legally use the template for your project.
-->
<!--[if lt IE 8]><html class="no-js lt-ie8"> <![endif]-->
<html class="no-js">
<head>
<meta charset="utf-8">
<title>Basic Forms | Dynamic Admin Template</title>
<!-- Mobile specific metas -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1 user-scalable=no">
<!-- Force IE9 to render in normal mode -->
<!--[if IE]><meta http-equiv="x-ua-compatible" content="IE=9" /><![endif]-->
<meta name="author" content="" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="application-name" content="" />
<!-- Import google fonts - Heading first/ text second -->
<link href='http://fonts.googleapis.com/css?family=Quattrocento+Sans:400,700' rel='stylesheet' type='text/css'>
<!-- Css files -->
<!-- Icons -->
<link href="css/icons.css" rel="stylesheet" />
<!-- Bootstrap stylesheets (included template modifications) -->
<link href="css/bootstrap.css" rel="stylesheet" />
<!-- Plugins stylesheets (all plugin custom css) -->
<link href="css/plugins.css" rel="stylesheet" />
<!-- Main stylesheets (template main css file) -->
<link href="css/main.css" rel="stylesheet" />
<!-- Custom stylesheets ( Put your own changes here ) -->
<link href="css/custom.css" rel="stylesheet" />
<!-- Fav and touch icons -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="img/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="img/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="img/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="img/ico/apple-touch-icon-57-precomposed.png">
<link rel="icon" href="img/ico/favicon.ico" type="image/png">
<!-- Windows8 touch icon ( http://www.buildmypinnedsite.com/ )-->
<meta name="msapplication-TileColor" content="#3399cc" />
</head>
<body>
<!--[if lt IE 9]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<!-- .page-navbar -->
<div id="header" class="page-navbar">
<!-- .navbar-brand -->
<a href="index.html" class="navbar-brand hidden-xs hidden-sm">
<img src="img/logo.png" class="logo hidden-xs" alt="Dynamic logo">
<img src="img/logosm.png" class="logo-sm hidden-lg hidden-md" alt="Dynamic logo">
</a>
<!-- / navbar-brand -->
<!-- .no-collapse -->
<div id="navbar-no-collapse" class="navbar-no-collapse">
<!-- top left nav -->
<ul class="nav navbar-nav">
<li class="toggle-sidebar">
<a href="#">
<i class="fa fa-reorder"></i>
<span class="sr-only">Collapse sidebar</span>
</a>
</li>
<li>
<a href="#" class="reset-layout tipB" title="Reset panel position for this page"><i class="fa fa-history"></i></a>
</li>
</ul>
<!-- / top left nav -->
<!-- top right nav -->
<ul class="nav navbar-nav navbar-right">
<li class="dropdown">
<a href="#" data-toggle="dropdown">
<i class="fa fa-bell-o"></i>
<span class="sr-only">Notifications</span>
<span class="badge badge-danger">6</span>
</a>
<ul class="dropdown-menu right dropdown-notification" role="menu">
<li><a href="#" class="dropdown-menu-header">Notifications</a>
</li>
<li><a href="#"><i class="l-basic-life-buoy"></i> 2 support request</a>
</li>
<li><a href="#"><i class="l-basic-gear"></i> Settings is changed</a>
</li>
<li><a href="#"><i class="l-weather-lightning"></i> 5 min server downtime</a>
</li>
<li><a href="#"><i class="l-basic-server2"></i> Databse backup is complete</a>
</li>
<li><a href="#"><i class="l-basic-lightbulb"></i> SuggeElson push 1 commit</a>
</li>
<li><a href="#" class="view-all">View all <i class="l-arrows-right"></i> </a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="#" data-toggle="dropdown">
<i class="fa fa-cog"></i>
<span class="sr-only">Settings</span>
</a>
<ul class="dropdown-menu dropdown-form dynamic-settings right" role="menu">
<li><a href="#" class="dropdown-menu-header">Template settings</a>
</li>
<li>
<div class="toggle-custom">
<label class="toggle" data-on="ON" data-off="OFF">
<input type="checkbox" id="fixed-header-toggle" name="fixed-header-toggle" checked>
<span class="button-checkbox"></span>
</label>
<label for="fixed-header-toggle">Fixed header</label>
</div>
</li>
<li>
<div class="toggle-custom">
<label class="toggle" data-on="ON" data-off="OFF">
<input type="checkbox" id="fixed-left-sidebar" name="fixed-left-sidebar" checked>
<span class="button-checkbox"></span>
</label>
<label for="fixed-left-sidebar">Fixed Left Sidebar</label>
</div>
</li>
<li>
<div class="toggle-custom">
<label class="toggle" data-on="ON" data-off="OFF">
<input type="checkbox" id="fixed-right-sidebar" name="fixed-right-sidebar" checked>
<span class="button-checkbox"></span>
</label>
<label for="fixed-right-sidebar">Fixed Right Sidebar</label>
</div>
</li>
</ul>
</li>
<li>
<a href="login.html">
<i class="fa fa-power-off"></i>
<span class="sr-only">Logout</span>
</a>
</li>
<li>
<a id="toggle-right-sidebar" href="#" class="tipB" title="Toggle right sidebar">
<i class="l-software-layout-sidebar-right"></i>
<span class="sr-only">Toggle right sidebar</span>
</a>
</li>
</ul>
<!-- / top right nav -->
</div>
<!-- / collapse -->
</div>
<!-- / page-navbar -->
<!-- #wrapper -->
<div id="wrapper">
<!-- .page-sidebar -->
<aside id="sidebar" class="page-sidebar hidden-md hidden-sm hidden-xs">
<!-- Start .sidebar-inner -->
<div class="sidebar-inner">
<!-- Start .sidebar-scrollarea -->
<div class="sidebar-scrollarea">
<!-- .sidebar-panel -->
<div class="sidebar-panel">
<h5 class="sidebar-panel-title">Profile</h5>
</div>
<!-- / .sidebar-panel -->
<div class="user-info clearfix">
<img src="img/avatars/128.jpg" alt="avatar">
<span class="name">SuggeElson</span>
<div class="btn-group">
<button type="button" class="btn btn-default btn-xs"><i class="l-basic-gear"></i>
</button>
<button type="button" class="btn btn-default btn-xs dropdown-toggle" data-toggle="dropdown">settings <span class="caret"></span>
</button>
<ul class="dropdown-menu right" role="menu">
<li><a href="profile.html"><i class="fa fa-edit"></i>Edit profile</a>
</li>
<li><a href="#"><i class="fa fa-money"></i>Windraws</a>
</li>
<li><a href="#"><i class="fa fa-credit-card"></i>Deposits</a>
</li>
<li class="divider"></li>
<li><a href="login.html"><i class="fa fa-power-off"></i>Logout</a>
</li>
</ul>
</div>
</div>
<!-- .sidebar-panel -->
<div class="sidebar-panel">
<h5 class="sidebar-panel-title">Navigation</h5>
</div>
<!-- / .sidebar-panel -->
<!-- .side-nav -->
<div class="side-nav">
<ul class="nav">
<li><a href="index.html"><i class="l-basic-laptop"></i><span class="txt">Dashboard</span></a>
</li>
<li><a href="http://themes.suggelab.com/#dynamic_frontend" target="_blank"><i class="l-basic-webpage"></i><span class="txt">Frontend</span><span class="label">hot</span></a>
</li>
<li>
<a href="#"><i class="l-ecommerce-graph1"></i> <span class="txt">Charts</span></a>
<ul class="sub">
<li><a href="charts-flot.html"><span class="txt">Flot charts</span></a>
</li>
<li><a href="charts-morris.html"><span class="txt">Morris charts</span></a>
</li>
<li><a href="charts-chartjs.html"><span class="txt">Chartjs </span></a>
</li>
<li><a href="charts-other.html"><span class="txt">Other charts</span></a>
</li>
</ul>
</li>
<li>
<a href="#"><i class="l-basic-webpage-txt"></i><span class="txt">Forms</span></a>
<ul class="sub">
<li><a href="forms-basic.html"><span class="txt">Basic forms</span></a>
</li>
<li><a href="forms-advanced.html"><span class="txt">Advanced forms</span></a>
</li>
<li><a href="forms-layouts.html"><span class="txt">Form layouts</span></a>
</li>
<li><a href="forms-wizard.html"><span class="txt">Form wizard</span></a>
</li>
<li><a href="forms-validation.html"><span class="txt">Form validation</span></a>
</li>
<li><a href="code-editor.html"><span class="txt">Code editor</span></a>
</li>
</ul>
</li>
<li>
<a href="#"><i class="l-software-layout-header-3columns"></i><span class="txt">Tables</span></a>
<ul class="sub">
<li><a href="tables-basic.html"><span class="txt">Basic tables</span></a>
</li>
<li><a href="tables-data.html"><span class="txt">Data tables</span></a>
</li>
<li><a href="tables-editable.html"><span class="txt">Editable tables</span></a>
</li>
<li><a href="tables-ajax.html"><span class="txt">Ajax tables</span></a>
</li>
<li><a href="tables-pricing.html"><span class="txt">Pricing tables</span></a>
</li>
</ul>
</li>
<li>
<a href="#"><i class="l-software-layers2"></i><span class="txt">UI Elements</span></a>
<ul class="sub">
<li><a href="icons.html"><span class="txt">Icons</span></a>
</li>
<li><a href="typography.html"><span class="txt">Typography</span></a>
</li>
<li><a href="tabs.html"><span class="txt">Tabs</span></a>
</li>
<li><a href="accordions.html"><span class="txt">Accordions</span></a>
</li>
<li><a href="buttons.html"><span class="txt">Buttons</span></a>
</li>
<li><a href="notifications.html"><span class="txt">Notifications</span></a>
</li>
<li><a href="modals.html"><span class="txt">Modals</span></a>
</li>
<li><a href="sliders.html"><span class="txt">Sliders</span></a>
</li>
<li><a href="progressbars.html"><span class="txt">Progressbars</span></a>
</li>
<li><a href="lists.html"><span class="txt">Lists</span></a>
</li>
<li><a href="grid.html"><span class="txt">Grid</span></a>
</li>
<li><a href="ui-other.html"><span class="txt">Other</span></a>
</li>
</ul>
</li>
<li><a href="portlets.html"><i class="l-software-layout-header"></i><span class="txt">Portlets</span><span class="label">22</span></a>
</li>
<li>
<a href="#"><i class="l-basic-mail"></i> <span class="txt">Email</span></a>
<ul class="sub">
<li><a href="email-inbox.html"><span class="txt">Inbox</span></a>
</li>
<li><a href="email-read.html"><span class="txt">Read email</span></a>
</li>
<li><a href="email-write.html"><span class="txt">Write email</span></a>
</li>
</ul>
</li>
<li>
<a href="#"><i class="l-basic-geolocalize-01"></i><span class="txt">Maps</span></a>
<ul class="sub">
<li><a href="maps-google.html"><span class="txt">Google maps</span></a>
</li>
<li><a href="maps-vector.html"><span class="txt">Vector maps</span></a>
</li>
</ul>
</li>
<li>
<a href="#"><i class="l-basic-webpage"></i><span class="txt">Pages</span></a>
<ul class="sub">
<li><a href="login.html"><span class="txt">Login</span></a>
</li>
<li><a href="lock-screen.html"><span class="txt">Lock screen</span></a>
</li>
<li><a href="register.html"><span class="txt">Register</span></a>
</li>
<li><a href="lost-password.html"><span class="txt">Lost password</span></a>
</li>
<li><a href="profile.html"><span class="txt">User profile</span></a>
</li>
<li><a href="calendar.html"><span class="txt">Calendar</span></a>
</li>
<li><a href="timeline.html"><span class="txt">Timeline</span></a>
</li>
<li><a href="gallery.html"><span class="txt">Gallery</span></a>
</li>
<li><a href="invoice.html"><span class="txt">Invoice</span></a>
</li>
<li><a href="blank.html"><span class="txt">Blank page</span></a>
</li>
<li>
<a href="#"><span class="txt">Error pages</span></a>
<ul class="sub">
<li><a href="403.html"><span class="txt">403</span></a>
</li>
<li><a href="404.html"><span class="txt">404</span></a>
</li>
<li><a href="500.html"><span class="txt">500</span></a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<!-- / side-nav -->
<!-- .sidebar-panel -->
<div class="sidebar-panel">
<h5 class="sidebar-panel-title">Server stats</h5>
<div class="sidebar-panel-content">
<div class="sidebar-stat mb10">
<p class="color-white mb5 mt5"><i class="fa fa-hdd-o mr5"></i> Disk Space <span class="pull-right small">30%</span>
</p>
<div class="progress flat transparent progress-bar-xs">
<div class="progress-bar progress-bar-white" role="progressbar" aria-valuenow="30" aria-valuemin="0" aria-valuemax="100" style="width: 30%;"></div>
</div>
<span class="dib s12 mt5 per100 text-center">3001.56 / 10000 MB</span>
</div>
<div class="sidebar-stat">
<p class="color-white mb5 mt5"><i class="glyphicon glyphicon-transfer mr5"></i> Bandwidth Transfer <span class="pull-right small">78%</span>
</p>
<div class="progress flat transparent progress-bar-xs">
<div class="progress-bar progress-bar-white" role="progressbar" aria-valuenow="78" aria-valuemin="0" aria-valuemax="100" style="width: 78%;"></div>
</div>
<span class="dib s12 mb10 mt5 per100 text-center">87565.12 / 120000 MB</span>
</div>
</div>
</div>
</div>
<!-- End .sidebar-scrollarea -->
</div>
<!-- End .sidebar-inner -->
</aside>
<!-- / page-sidebar -->
<!-- Start #right-sidebar -->
<aside id="right-sidebar" class="right-sidebar hidden-md hidden-sm hidden-xs">
<!-- Start .sidebar-inner -->
<div class="sidebar-inner">
<!-- Start .sidebar-scrollarea -->
<div class="sidebar-scrollarea">
<div class="tabs">
<!-- Start .rs tabs -->
<ul id="rstab" class="nav nav-tabs nav-justified">
<li class="active">
<a href="#activity" data-toggle="tab"><i class="glyphicon glyphicon-bullhorn"></i> </a>
</li>
<li>
<a href="#users" data-toggle="tab"><i class="fa fa-comments"></i> </a>
</li>
</ul>
<div id="rstab-content" class="tab-content">
<div class="tab-pane fade active in" id="activity">
<ul class="timeline timeline-icons timeline-sm">
<li>
<p>
<a href="#">Jonh Doe</a> attached new <a href="#">file</a>
<span class="timeline-icon"><i class="fa fa-file-text-o"></i></span>
<span class="timeline-date">Dec 10, 22:00</span>
</p>
</li>
<li>
<p>
<a href="#">Admin</a> approved <a href="#">3 new comments</a>
<span class="timeline-icon"><i class="fa fa-comment"></i></span>
<span class="timeline-date">Dec 8, 13:35</span>
</p>
</li>
<li>
<p>
<a href="#">Jonh Smith</a> deposit 300$
<span class="timeline-icon"><i class="fa fa-money color-green"></i></span>
<span class="timeline-date">Dec 6, 10:17</span>
</p>
</li>
<li>
<p>
<a href="#">Serena Williams</a> purchase <a href="#">3 items</a>
<span class="timeline-icon"><i class="fa fa-shopping-cart color-red"></i></span>
<span class="timeline-date">Dec 5, 04:36</span>
</p>
</li>
<li>
<p>
<a href="#">1 support </a> request is received from <a href="#">Klaudia Chambers</a>
<span class="timeline-icon"><i class="fa fa-life-ring color-gray-light"></i></span>
<span class="timeline-date">Dec 4, 18:40</span>
</p>
</li>
<li>
<p>
You received 136 new likes for <a href="#">your page</a>
<span class="timeline-icon"><i class="glyphicon glyphicon-thumbs-up"></i></span>
<span class="timeline-date">Dec 4, 12:00</span>
</p>
</li>
<li>
<p>
<a href="#">12 settings </a> are changed from <a href="#">Master Admin</a>
<span class="timeline-icon"><i class="glyphicon glyphicon-cog"></i></span>
<span class="timeline-date">Dec 3, 23:17</span>
</p>
</li>
<li>
<p>
<a href="#">Klaudia Chambers</a> change your photo
<span class="timeline-icon"><i class="l-basic-photo"></i></span>
<span class="timeline-date">Dec 2, 05:17</span>
</p>
</li>
<li>
<p>
<a href="#">Master server </a> is down for 10 min.
<span class="timeline-icon"><i class="l-basic-server2"></i></span>
<span class="timeline-date">Dec 2, 04:56</span>
</p>
</li>
<li>
<p>
<a href="#">12 links </a> are broken
<span class="timeline-icon"><i class="fa fa-unlink"></i></span>
<span class="timeline-date">Dec 1, 22:13</span>
</p>
</li>
<li>
<p>
<a href="#">Last backup </a> is restored by <a href="#">Master admin</a>
<span class="timeline-icon"><i class="fa fa-undo color-red"></i></span>
<span class="timeline-date">Dec 1, 17:42</span>
</p>
</li>
</ul>
</div>
<div class="tab-pane fade" id="users">
<div class="chat-user-list">
<form class="form-vertical chat-search" role="form">
<div class="form-group">
<div class="input-group">
<input type="text" class="form-control input-sm" placeholder="Search ...">
<span class="input-group-btn">
<button class="btn btn-default btn-sm" type="submit"><i class="fa fa-search"></i></button>
</span>
</div>
</div>
<!-- End .form-group -->
</form>
<ul class="user-list list-group">
<li class="list-group-item clearfix">
<a href="#">
<img src="img/avatars/2.jpg" alt="avatar" class="avatar">
<span class="name">Dean Huges</span>
<span class="status status-online">online</span>
</a>
<div class="chat-messages">
<ul>
<li class="chat-back"><a href="#">Back <i class="fa fa-chevron-right ml5"></i> </a>
</li>
<li>
<div class="avatar">
<img src="img/avatars/2.jpg" alt="@chadengle">
</div>
<p class="chat-name">Dean Huges <span class="chat-time">15 sec ago</span>
</p>
<div class="message">
<p class="chat-txt">We need to meet today. I have some things to show you.</p>
</div>
</li>
<li class="chat-me">
<div class="avatar">
<img src="img/avatars/1.jpg" alt="@jonhdoe">
</div>
<p class="chat-name">SuggeElson <span class="chat-time">10 sec ago</span>
</p>
<div class="message message-info">
<p class="chat-txt">I have tons of work today maybe tomorrow will be fine</p>
</div>
</li>
<li>
<div class="avatar">
<img src="img/avatars/2.jpg" alt="@chadengle">
</div>
<p class="chat-name">Dean Huges <span class="chat-time">just now</span>
</p>
<div class="message">
<p class="chat-txt">Okay i will wait..</p>
</div>
</li>
</ul>
</div>
</li>
<li class="list-group-item clearfix">
<a href="#">
<img src="img/avatars/4.jpg" alt="avatar" class="avatar">
<span class="name">Selena Jones</span>
<span class="status status-offline">offline from 1 Dec</span>
</a>
<div class="chat-messages">
<ul>
<li class="chat-back"><a href="#">Back <i class="fa fa-chevron-right ml5"></i> </a>
</li>
<li class="no-messages">
<p class="text-center color-red">No messages are found</p>
</li>
</ul>
</div>
</li>
<li class="list-group-item clearfix">
<a href="#">
<img src="img/avatars/5.jpg" alt="avatar" class="avatar">
<span class="name">Mike Tomas</span>
<span class="status status-online">online</span>
</a>
<div class="chat-messages">
<ul>
<li class="chat-back"><a href="#">Back <i class="fa fa-chevron-right ml5"></i> </a>
</li>
<li class="no-messages">
<p class="text-center color-red">No messages are found</p>
</li>
</ul>
</div>
</li>
<li class="list-group-item clearfix">
<a href="#">
<img src="img/avatars/6.jpg" alt="avatar" class="avatar">
<span class="name">Jim Kerry</span>
<span class="status status-online">online</span>
</a>
<div class="chat-messages">
<ul>
<li class="chat-back"><a href="#">Back <i class="fa fa-chevron-right ml5"></i> </a>
</li>
<li class="no-messages">
<p class="text-center color-red">No messages are found</p>
</li>
</ul>
</div>
</li>
<li class="list-group-item clearfix">
<a href="#">
<img src="img/avatars/7.jpg" alt="avatar" class="avatar">
<span class="name">Little Jonh</span>
<span class="status status-online">online</span>
</a>
<div class="chat-messages">
<ul>
<li class="chat-back"><a href="#">Back <i class="fa fa-chevron-right ml5"></i> </a>
</li>
<li class="no-messages">
<p class="text-center color-red">No messages are found</p>
</li>
</ul>
</div>
</li>
<li class="list-group-item clearfix">
<a href="#">
<img src="img/avatars/8.jpg" alt="avatar" class="avatar">
<span class="name">Keith Smith</span>
<span class="status status-online">online</span>
</a>
<div class="chat-messages">
<ul>
<li class="chat-back"><a href="#">Back <i class="fa fa-chevron-right ml5"></i> </a>
</li>
<li class="no-messages">
<p class="text-center color-red">No messages are found</p>
</li>
</ul>
</div>
</li>
<li class="list-group-item clearfix">
<a href="#">
<img src="img/avatars/9.jpg" alt="avatar" class="avatar">
<span class="name">Tracy Miller</span>
<span class="status status-online">online</span>
</a>
<div class="chat-messages">
<ul>
<li class="chat-back"><a href="#">Back <i class="fa fa-chevron-right ml5"></i> </a>
</li>
<li class="no-messages">
<p class="text-center color-red">No messages are found</p>
</li>
</ul>
</div>
</li>
<li class="list-group-item clearfix">
<a href="#">
<img src="img/avatars/10.jpg" alt="avatar" class="avatar">
<span class="name">Peter Petrovski</span>
<span class="status status-online">online</span>
</a>
<div class="chat-messages">
<ul>
<li class="chat-back"><a href="#">Back <i class="fa fa-chevron-right ml5"></i> </a>
</li>
<li class="no-messages">
<p class="text-center color-red">No messages are found</p>
</li>
</ul>
</div>
</li>
<li class="list-group-item clearfix">
<a href="#">
<img src="img/avatars/11.jpg" alt="avatar" class="avatar">
<span class="name">Kim Lee</span>
<span class="status status-online">online</span>
</a>
<div class="chat-messages">
<ul>
<li class="chat-back"><a href="#">Back <i class="fa fa-chevron-right ml5"></i> </a>
</li>
<li class="no-messages">
<p class="text-center color-red">No messages are found</p>
</li>
</ul>
</div>
</li>
</ul>
<div id="chat-write">
<form id="chat-write-form" class="form-vertical" role="form">
<div class="form-group mb5">
<textarea name="writetext" id="chatwritearea" rows="3" class="form-control" placeholder="Type message ..."></textarea>
</div>
<!-- End .form-group -->
<div class="form-group mb0">
<a href="#" class="btn btn-link btn-sm p0 mr5 color-gray"><i class="fa fa-picture-o"></i> </a>
<a href="#" class="btn btn-link btn-sm p0 color-gray"><i class="fa fa-file"></i> </a>
<a href="#" class="btn btn-default btn-sm pull-right">Send</a>
</div>
<!-- End .form-group -->
</form>
</div>
</div>
</div>
</div>
</div>
<!-- End .rs tabs -->
</div>
<!-- End .sidebar-scrollarea -->
</div>
<!-- End .sidebar-inner -->
</aside>
<!-- End #right-sidebar -->
<!-- .page-content -->
<div class="page-content sidebar-page right-sidebar-page clearfix">
<!-- .page-content-wrapper -->
<div class="page-content-wrapper">
<div class="page-content-inner">
<!-- Start .page-content-inner -->
<div id="page-header" class="clearfix">
<div class="page-header">
<h2>Basic Forms</h2>
<span class="txt">Simple form elements</span>
</div>
<div class="header-stats">
<div class="spark clearfix">
<div class="spark-info"><span class="number">2345</span>Visitors</div>
<div id="spark-visitors" class="sparkline"></div>
</div>
<div class="spark clearfix">
<div class="spark-info"><span class="number">17345</span>Views</div>
<div id="spark-templateviews" class="sparkline"></div>
</div>
<div class="spark clearfix">
<div class="spark-info"><span class="number">3700$</span>Sales</div>
<div id="spark-sales" class="sparkline"></div>
</div>
</div>
</div>
<!-- Start .row -->
<div class="row">
<div class="col-lg-12">
<!-- col-lg-12 start here -->
<div class="panel panel-default toggle panelMove panelClose panelRefresh">
<!-- Start .panel -->
<div class="panel-heading">
<h4 class="panel-title">Form elements</h4>
</div>
<div class="panel-body pt0 pb0">
<form class="form-horizontal group-border stripped">
<div class="form-group">
<label class="col-lg-2 col-md-3 control-label" for="">Default input</label>
<div class="col-lg-10 col-md-9">
<input type="text" class="form-control" name="default">
</div>
</div>
<!-- End .form-group -->
<div class="form-group">
<label class="col-lg-2 col-md-3 control-label" for="">Password field</label>
<div class="col-lg-10 col-md-9">
<input type="password" class="form-control" id="passwordfield" placeholder="Type your password">
</div>
</div>
<!-- End .form-group -->
<div class="form-group">
<label class="col-lg-2 col-md-3 control-label" for="">Disabled</label>
<div class="col-lg-10 col-md-9">
<input type="text" class="form-control" name="disabled" disabled placeholder="This is disabled filed">
</div>
</div>
<!-- End .form-group -->
<div class="form-group">
<label class="col-lg-2 col-md-3 control-label" for="">Read only</label>
<div class="col-lg-10 col-md-9">
<input type="text" class="form-control" name="readonly" readonly placeholder="Read only field">
</div>
</div>
<!-- End .form-group -->
<div class="form-group">
<label class="col-lg-2 col-md-3 control-label" for="">Predefined value</label>
<div class="col-lg-10 col-md-9">
<input type="text" class="form-control" name="predefined" value="http://">
</div>
</div>
<!-- End .form-group -->
<div class="form-group">
<label class="col-lg-2 col-md-3 control-label" for="">Placeholder</label>
<div class="col-lg-10 col-md-9">
<input type="text" class="form-control" name="placeholder" placeholder="This is placeholder text">
</div>
</div>
<!-- End .form-group -->
<div class="form-group">
<label class="col-lg-2 col-md-3 control-label" for="">With tooltip</label>
<div class="col-lg-10 col-md-9">
<input type="text" class="form-control tip" title="Shine new tooltip" name="tooltip" placeholder="Hover for tooltip action">
</div>
</div>
<!-- End .form-group -->
<div class="form-group">
<label class="col-lg-2 col-md-3 control-label" for="">Static control</label>
<div class="col-lg-10 col-md-9">
<p class="form-control-static">Jonh Doe</p>
</div>
</div>
<!-- End .form-group -->
<div class="form-group">
<label class="col-lg-2 col-md-3 control-label" for="">Rounded input</label>
<div class="col-lg-10 col-md-9">
<input type="text" class="form-control input-rounded" name="default">
</div>
</div>
<!-- End .form-group -->
<div class="form-group">
<label class="col-lg-2 col-md-3 control-label" for="">Help block</label>
<div class="col-lg-10 col-md-9">
<div class="row">
<div class="col-lg-4 col-md-4">
<input type="text" class="form-control">
<span class="help-block">Left help block</span>
</div>
<div class="col-lg-4 col-md-4">
<input type="text" class="form-control">
<span class="help-block text-center">Center help block</span>
</div>
<div class="col-lg-4 col-md-4">
<input type="text" class="form-control">
<span class="help-block text-right">Right help block</span>
</div>
</div>
</div>
</div>
<!-- End .form-group -->
<div class="form-group">
<label class="col-lg-2 col-md-3 control-label" for="">With icons</label>
<div class="col-lg-10 col-md-9">
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">
<div class="input-group input-icon">
<span class="input-group-addon"><i class="glyphicon glyphicon-user s16"></i></span>
<input type="text" class="form-control" placeholder="Icon on left">
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">
<div class="input-group input-icon">
<input type="text" class="form-control" placeholder="Icon on right">
<span class="input-group-addon"><i class="fa fa-key s16"></i> </span>
</div>
</div>
</div>
</div>
</div>
<!-- End .form-group -->
<div class="form-group has-success">
<label class="col-lg-2 col-md-3 control-label">Success input</label>
<div class="col-lg-10 col-md-9">
<input type="text" class="form-control" placeholder="Success Field">
</div>
</div>
<!-- End .form-group -->
<div class="form-group has-warning">
<label class="col-lg-2 col-md-3 control-label">Warning input</label>
<div class="col-lg-10 col-md-9">
<input type="text" class="form-control" placeholder="Warning Field">
</div>
</div>
<!-- End .form-group -->
<div class="form-group has-error">
<label class="col-lg-2 col-md-3 control-label">Error input</label>
<div class="col-lg-10 col-md-9">
<input type="text" class="form-control" placeholder="Error Field">
</div>
</div>
<!-- End .form-group -->
<div class="form-group">
<label class="col-lg-2 col-md-3 control-label" for="">File upload</label>
<div class="col-lg-10 col-md-9">
<input type="file" class="filestyle" data-buttonText="Find file" data-buttonName="btn-danger" data-iconName="fa fa-plus">
</div>
</div>
<!-- End .form-group -->
<div class="form-group form-group-vertical">
<label class="col-lg-2 col-md-3 control-label" for="">Vertical form group</label>
<div class="col-lg-10 col-md-9">
<input type="text" class="form-control" name="default" placeholder="Your Name">
<input type="email" class="form-control" name="email" placeholder="Your Email">
<input type="password" class="form-control" name="password" placeholder="Your Password">
</div>
</div>
<!-- End .form-group -->
<div class="form-group">
<label class="col-lg-2 col-md-3 control-label">Grid input sizes</label>
<div class="col-lg-10 col-md-9">
<div class="row">
<div class="col-lg-6 col-md-6">
<input type="text" class="form-control" placeholder=".col-lg-6">
</div>
<div class="col-lg-3 col-md-3">
<input type="text" class="form-control" placeholder=".col-lg-3">
</div>
<div class="col-lg-3 col-md-3">
<input type="text" class="form-control" placeholder=".col-lg-3">
</div>
</div>
</div>
</div>
<!-- End .form-group -->
</form>
</div>
</div>
<!-- End .panel -->
<div class="panel panel-default toggle panelMove panelClose panelRefresh">
<!-- Start .panel -->
<div class="panel-heading">
<h4 class="panel-title">Checkboxes, radios and selects</h4>
</div>
<div class="panel-body pt0 pb0">
<form class="form-horizontal group-border stripped">
<div class="form-group">
<label class="col-lg-2 col-md-3 control-label">Checkboxes</label>
<div class="col-lg-10 col-md-9">
<div class="checkbox-custom">
<input type="checkbox" value="option1" id="checkbox1">
<label for="checkbox1">Unchecked</label>
</div>
<div class="checkbox-custom">
<input type="checkbox" value="option2" checked="checked" id="checkbox2">
<label for="checkbox2">Checked</label>
</div>
<div class="checkbox-custom">
<input type="checkbox" value="option3" disabled="disabled" id="checkbox3">
<label for="checkbox3">Disabled</label>
</div>
<div class="checkbox-custom">
<input type="checkbox" value="option4" checked="checked" disabled="disabled" id="checkbox4">
<label for="checkbox4">Checked and disabled</label>
</div>
</div>
</div>
<!-- End .form-group -->
<div class="form-group">
<label class="col-lg-2 col-md-3 control-label">Inline Checkboxes</label>
<div class="col-lg-10 col-md-9">
<div class="checkbox-custom checkbox-inline">
<input type="checkbox" value="option1" id="checkbox5">
<label for="checkbox5">Unchecked</label>
</div>
<div class="checkbox-custom checkbox-inline">
<input type="checkbox" value="option2" checked="checked" id="checkbox6">
<label for="checkbox6">Checked</label>
</div>
<div class="checkbox-custom checkbox-inline">
<input type="checkbox" value="option3" disabled="disabled" id="checkbox7">
<label for="checkbox7">Disabled</label>
</div>
<div class="checkbox-custom checkbox-inline">
<input type="checkbox" value="option4" checked="checked" disabled="disabled" id="checkbox8">
<label for="checkbox8">Checked and disabled</label>
</div>
</div>
</div>
<!-- End .form-group div -->
<div class="form-group">
<label class="col-lg-2 col-md-3 control-label">Check all</label>
<div id="checkAllExample" class="col-lg-10 col-md-9">
<div class="checkbox-custom">
<input class="check-all" type="checkbox" value="option1" id="checkbox9">
<label for="checkbox9">Check all</label>
</div>
<div class="children">
<div class="checkbox-custom">
<input class="check" type="checkbox" value="option2" id="checkbox10">
<label for="checkbox10">Option 1</label>
</div>
<div class="checkbox-custom">
<input class="check" type="checkbox" value="option3" id="checkbox11">
<label for="checkbox11">Option 2</label>
</div>
<div class="checkbox-custom">
<input class="check" type="checkbox" value="option4" id="checkbox12">
<label for="checkbox12">Option 3</label>
</div>
</div>
</div>
</div>
<!-- End .form-group -->
<div class="form-group">
<label class="col-lg-2 col-md-3 control-label">Radios</label>
<div class="col-lg-10 col-md-9">
<div class="radio-custom">
<input type="radio" name="radio" value="option1" id="radio1">
<label for="radio1">Unchecked</label>
</div>
<div class="radio-custom">
<input type="radio" name="radio" value="option2" checked="checked" id="radio2">
<label for="radio2">Checked</label>
</div>
<div class="radio-custom">
<input type="radio" name="radio" value="option3" disabled="disabled" id="radio3">
<label for="radio3">Disabled</label>
</div>
</div>
</div>
<!-- End .form-group -->
<div class="form-group">
<label class="col-lg-2 col-md-3 control-label">Inline radios</label>
<div class="col-lg-10 col-md-9">
<div class="radio-custom radio-inline">
<input type="radio" name="radio1" value="option1" id="radio4">
<label for="radio4">Unchecked</label>
</div>
<div class="radio-custom radio-inline">
<input type="radio" name="radio1" value="option2" checked="checked" id="radio5">
<label for="radio5">Checked</label>
</div>
<div class="radio-custom radio-inline">
<input type="radio" name="radio1" value="option3" disabled="disabled" id="radio6">
<label for="radio6">Disabled</label>
</div>
</div>
</div>
<!-- End .form-group -->
<div class="form-group">
<label class="col-lg-2 col-md-3 control-label">Simple select</label>
<div class="col-lg-10 col-md-9">
<select class="form-control">
<optgroup label="Alaskan/Hawaiian Time Zone">
<option value="AK">Alaska</option>
<option value="HI">Hawaii</option>
</optgroup>
<optgroup label="Pacific Time Zone">
<option value="CA">California</option>
<option value="NV">Nevada</option>
<option value="OR">Oregon</option>
<option value="WA">Washington</option>
</optgroup>
</select>
</div>
</div>
<!-- End .form-group -->
<div class="form-group">
<label class="col-lg-2 col-md-3 control-label">Multiple select</label>
<div class="col-lg-10 col-md-9">
<select style="height:200px;" class="form-control" multiple>
<optgroup label="Alaskan/Hawaiian Time Zone">
<option value="AK">Alaska</option>
<option value="HI">Hawaii</option>
</optgroup>
<optgroup label="Pacific Time Zone">
<option value="CA">California</option>
<option value="NV">Nevada</option>
<option value="OR">Oregon</option>
<option value="WA">Washington</option>
</optgroup>
</select>
<span class="help-block color-red">Multiple select (Hold CTRL key )</span>
</div>
</div>
<!-- End .form-group -->
</form>
</div>
</div>
<!-- End .panel -->
<div class="panel panel-default toggle panelMove panelClose panelRefresh">
<!-- Start .panel -->
<div class="panel-heading">
<h4 class="panel-title">Different size</h4>
</div>
<div class="panel-body pt0 pb0">
<form class="form-horizontal group-border stripped">
<div class="form-group form-group-vertical">
<label class="col-lg-2 col-md-3 control-label" for="">Input size</label>
<div class="col-lg-10 col-md-9">
<input type="text" class="form-control input-sm" name="default" placeholder=".input-sm">
<input type="text" class="form-control" name="default" placeholder="default height">
<input type="text" class="form-control input-lg" name="default" placeholder=".input-lg">
</div>
</div>
<!-- End .form-group -->
<div class="form-group">
<label class="col-lg-2 col-md-3 control-label">Predefined width:</label>
<div class="col-lg-10 col-md-9">
<input type="text" class="form-control input-mini">
<span class="help-block"><code>.input-mini</code></span>
<input type="text" class="form-control input-small">
<span class="help-block"><code>.input-small</code></span>
<input type="text" class="form-control input-medium">
<span class="help-block"><code>.input-medium</code></span>
<input type="text" class="form-control input-large">
<span class="help-block"><code>.input-large</code></span>
<input type="text" class="form-control input-xlarge">
<span class="help-block"><code>.input-xlarge</code></span>
</div>
</div>
<!-- End .form-group -->
<div class="form-group form-group-vertical">
<label class="col-lg-2 col-md-3 control-label" for="">Select size</label>
<div class="col-lg-10 col-md-9">
<select class="form-control input-sm">
<option value="1">Choice 1</option>
<option value="1">Choice 2</option>
<option value="1">Choice 3</option>
</select>
<select class="form-control">
<option value="1">Choice 1</option>
<option value="1">Choice 2</option>
<option value="1">Choice 3</option>
</select>
<select class="form-control input-lg">
<option value="1">Choice 1</option>
<option value="1">Choice 2</option>
<option value="1">Choice 3</option>
</select>
</div>
</div>
<!-- End .form-group -->
</form>
</div>
</div>
<!-- End .panel -->
<div class="panel panel-default toggle panelMove panelClose panelRefresh">
<!-- Start .panel -->
<div class="panel-heading">
<h4 class="panel-title">Input groups</h4>
</div>
<div class="panel-body pt0 pb0">
<form class="form-horizontal group-border stripped">
<div class="form-group">
<label class="col-lg-2 col-md-3 control-label" for="">Append input group</label>
<div class="col-lg-10 col-md-9">
<div class="input-group">
<span class="input-group-addon">@</span>
<input type="text" class="form-control" placeholder="Username">
</div>
</div>
</div>
<!-- End .form-group -->
<div class="form-group">
<label class="col-lg-2 col-md-3 control-label" for="">Prepend input group</label>
<div class="col-lg-10 col-md-9">
<div class="input-group">
<input type="text" class="form-control" placeholder="Username">
<span class="input-group-addon">@</span>
</div>
</div>
</div>
<!-- End .form-group -->
<div class="form-group">
<label class="col-lg-2 col-md-3 control-label" for="">Both input groups</label>
<div class="col-lg-10 col-md-9">
<div class="input-group">
<span class="input-group-addon">$</span>
<input type="text" class="form-control" placeholder="Username">
<span class="input-group-addon">.00</span>
</div>
</div>
</div>
<!-- End .form-group -->
<div class="form-group">
<label class="col-lg-2 col-md-3 control-label" for="">With buttons</label>
<div class="col-lg-10 col-md-9">
<div class="row">
<div class="col-lg-6 col-md-6">
<div class="input-group">
<span class="input-group-btn">
<button class="btn btn-default" type="button">Go!</button>
</span>
<input type="text" class="form-control">
</div>
</div>
<div class="col-lg-6 col-md-6">
<div class="input-group">
<input type="text" class="form-control">
<span class="input-group-btn">
<button class="btn btn-default" type="button">Go!</button>
</span>
</div>
</div>
</div>
</div>
</div>
<!-- End .form-group -->
<div class="form-group">
<label class="col-lg-2 col-md-3 control-label" for="">With dropdowns</label>
<div class="col-lg-10 col-md-9">
<div class="row">
<div class="col-lg-6 col-md-6">
<div class="input-group">
<div class="input-group-btn">
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">Action <span class="caret"></span>
</button>
<ul class="dropdown-menu left">
<li><a href="#">Action</a>
</li>
<li><a href="#">Another action</a>
</li>
<li><a href="#">Something else here</a>
</li>
<li class="divider"></li>
<li><a href="#">Separated link</a>
</li>
</ul>
</div>
<!-- /btn-group -->
<input type="text" class="form-control">
</div>
<!-- /input-group -->
</div>
<div class="col-lg-6 col-md-6">
<div class="input-group">
<input type="text" class="form-control">
<div class="input-group-btn">
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">Action <span class="caret"></span>
</button>
<ul class="dropdown-menu right">
<li><a href="#">Action</a>
</li>
<li><a href="#">Another action</a>
</li>
<li><a href="#">Something else here</a>
</li>
<li class="divider"></li>
<li><a href="#">Separated link</a>
</li>
</ul>
</div>
<!-- /btn-group -->
</div>
<!-- /input-group -->
</div>
</div>
</div>
</div>
<!-- End .form-group -->
</form>
</div>
</div>
<!-- End .panel -->
<div class="panel panel-default toggle panelMove panelClose panelRefresh">
<!-- Start .panel -->
<div class="panel-heading">
<h4 class="panel-title">Textareas</h4>
</div>
<div class="panel-body pt0 pb0">
<form class="form-horizontal group-border stripped">
<div class="form-group">
<label class="col-lg-2 col-md-3 control-label" for="">Normal text area</label>
<div class="col-lg-10 col-md-9">
<textarea class="form-control" rows="3"></textarea>
</div>
</div>
<!-- End .form-group -->
<div class="form-group">
<label class="col-lg-2 col-md-3 control-label" for="">With icon</label>
<div class="col-lg-10 col-md-9">
<textarea class="form-control icon-textarea" rows="3"></textarea>
<i class="fa fa-comments textarea-icon s16"></i>
</div>
</div>
<!-- End .form-group -->
<div class="form-group">
<label class="col-lg-2 col-md-3 control-label" for="">Elastic textarea</label>
<div class="col-lg-10 col-md-9">
<textarea class="form-control elastic" rows="3"></textarea>
</div>
</div>
<!-- End .form-group -->
<div class="form-group">
<label class="col-lg-2 col-md-3 control-label" for="">With input limit</label>
<div class="col-lg-10 col-md-9">
<textarea class="form-control limitTextarea" maxlength="250" rows="3"></textarea>
</div>
</div>
<!-- End .form-group -->
</form>
</div>
</div>
<!-- End .panel -->
</div>
<!-- col-lg-12 end here -->
</div>
<!-- End .row -->
</div>
<!-- End .page-content-inner -->
</div>
<!-- / page-content-wrapper -->
</div>
<!-- / page-content -->
</div>
<!-- / #wrapper -->
<div id="footer" class="clearfix sidebar-page right-sidebar-page">
<!-- Start #footer -->
<p class="pull-left">
Copyrights &copy; 2014 <a href="http://suggeelson.com/" class="color-blue strong" target="_blank">SuggeElson</a>. All rights reserved.
</p>
<p class="pull-right">
<a href="#" class="mr5">Terms of use</a>
|
<a href="#" class="ml5 mr25">Privacy police</a>
</p>
</div>
<!-- End #footer -->
<!-- Back to top -->
<div id="back-to-top"><a href="#">Back to Top</a>
</div>
<!-- Javascripts -->
<!-- Load pace first -->
<script src="plugins/core/pace/pace.min.js"></script>
<!-- Important javascript libs(put in all pages) -->
<script src="http://code.jquery.com/jquery-2.1.1.min.js"></script>
<script>
window.jQuery || document.write('<script src="js/libs/jquery-2.1.1.min.js">\x3C/script>')
</script>
<script src="http://code.jquery.com/ui/1.10.4/jquery-ui.js"></script>
<script>
window.jQuery || document.write('<script src="js/libs/jquery-ui-1.10.4.min.js">\x3C/script>')
</script>
<!--[if lt IE 9]>
<script type="text/javascript" src="js/libs/excanvas.min.js"></script>
<script type="text/javascript" src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<script type="text/javascript" src="js/libs/respond.min.js"></script>
<![endif]-->
<!-- Bootstrap plugins -->
<script src="js/bootstrap/bootstrap.js"></script>
<!-- Core plugins ( not remove ) -->
<script src="js/libs/modernizr.custom.js"></script>
<!-- Handle responsive view functions -->
<script src="js/jRespond.min.js"></script>
<!-- Custom scroll for sidebars,tables and etc. -->
<script src="plugins/core/slimscroll/jquery.slimscroll.min.js"></script>
<script src="plugins/core/slimscroll/jquery.slimscroll.horizontal.min.js"></script>
<!-- Remove click delay in touch -->
<script src="plugins/core/fastclick/fastclick.js"></script>
<!-- Increase jquery animation speed -->
<script src="plugins/core/velocity/jquery.velocity.min.js"></script>
<!-- Quick search plugin (fast search for many widgets) -->
<script src="plugins/core/quicksearch/jquery.quicksearch.js"></script>
<!-- Bootbox fast bootstrap modals -->
<script src="plugins/ui/bootbox/bootbox.js"></script>
<!-- Other plugins ( load only nessesary plugins for every page) -->
<script src="plugins/forms/bootstrap-filestyle/bootstrap-filestyle.js"></script>
<script src="plugins/forms/autosize/jquery.autosize.js"></script>
<script src="plugins/forms/maxlength/bootstrap-maxlength.js"></script>
<script src="plugins/forms/checkall/jquery.checkAll.js"></script>
<script src="plugins/charts/sparklines/jquery.sparkline.js"></script>
<script src="js/jquery.dynamic.js"></script>
<script src="js/main.js"></script>
<script src="js/pages/forms-basic.js"></script>
<!-- Google Analytics: -->
<script>
(function(i, s, o, g, r, a, m)
{
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function()
{
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-3560057-28', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>
Loading...
举报
举报成功
我们将于2个工作日内通过站内信反馈结果给你!
请认真填写举报原因,尽可能描述详细。
请选择举报类型
取消
发送
误判申诉

此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。

如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。

取消
提交

简介

各种后台管理模板
暂无标签
MIT
使用 MIT 开源许可协议
取消

发行版

暂无发行版

贡献者

全部

近期动态

不能加载更多了
编辑仓库简介
简介内容
主页
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
CSS
1
https://gitee.com/javaalpha/theme.git
git@gitee.com:javaalpha/theme.git
javaalpha
theme
theme
master
点此查找更多帮助

搜索帮助

评论
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册

AltStyle によって変換されたページ (->オリジナル) /