实例介绍
【实例简介】
后台管理模板,演示地址: http://usman.it/themes/charisma/form.html
github 源码地址: https://github.com/usmanhalalit/charisma
【实例截图】
【核心代码】
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 | <!DOCTYPE html> < html lang = "en" > < head > <!-- Charisma v1.0.0 Copyright 2012 Muhammad Usman Licensed under the Apache License v2.0 --> < meta charset = "utf-8" > < title >Free HTML5 Bootstrap Admin Template</ title > < meta name = "viewport" content = "width=device-width, initial-scale=1.0" > < meta name = "description" content = "Charisma, a fully featured, responsive, HTML5, Bootstrap admin template." > < meta name = "author" content = "Muhammad Usman" > <!-- The styles --> < link id = "bs-css" href = "css/bootstrap-cerulean.css" rel = "stylesheet" > < style type = "text/css" > body { padding-bottom: 40px; } .sidebar-nav { padding: 9px 0; } </ style > < link href = "css/bootstrap-responsive.css" rel = "stylesheet" > < link href = "css/charisma-app.css" rel = "stylesheet" > < link href = "css/jquery-ui-1.8.21.custom.css" rel = "stylesheet" > < link href = 'css/fullcalendar.css' rel = 'stylesheet' > < link href = 'css/fullcalendar.print.css' rel = 'stylesheet' media = 'print' > < link href = 'css/chosen.css' rel = 'stylesheet' > < link href = 'css/uniform.default.css' rel = 'stylesheet' > < link href = 'css/colorbox.css' rel = 'stylesheet' > < link href = 'css/jquery.cleditor.css' rel = 'stylesheet' > < link href = 'css/jquery.noty.css' rel = 'stylesheet' > < link href = 'css/noty_theme_default.css' rel = 'stylesheet' > < link href = 'css/elfinder.min.css' rel = 'stylesheet' > < link href = 'css/elfinder.theme.css' rel = 'stylesheet' > < link href = 'css/jquery.iphone.toggle.css' rel = 'stylesheet' > < link href = 'css/opa-icons.css' rel = 'stylesheet' > < link href = 'css/uploadify.css' rel = 'stylesheet' > <!-- The HTML5 shim, for IE6-8 support of HTML5 elements --> <!--[if lt IE 9]> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <!-- The fav icon --> < link rel = "shortcut icon" href = "img/favicon.ico" > </ head > < body > <!-- topbar starts --> < div class = "navbar" > < div class = "navbar-inner" > < div class = "container-fluid" > < a class = "btn btn-navbar" data-toggle = "collapse" data-target = ".top-nav.nav-collapse,.sidebar-nav.nav-collapse" > < span class = "icon-bar" ></ span > < span class = "icon-bar" ></ span > < span class = "icon-bar" ></ span > </ a > < a class = "brand" href = "index.html" > < img alt = "Charisma Logo" src = "img/logo20.png" /> < span >Charisma</ span ></ a > <!-- theme selector starts --> < div class = "btn-group pull-right theme-container" > < a class = "btn dropdown-toggle" data-toggle = "dropdown" href = "#" > < i class = "icon-tint" ></ i >< span class = "hidden-phone" > Change Theme / Skin</ span > < span class = "caret" ></ span > </ a > < ul class = "dropdown-menu" id = "themes" > < li >< a data-value = "classic" href = "#" >< i class = "icon-blank" ></ i > Classic</ a ></ li > < li >< a data-value = "cerulean" href = "#" >< i class = "icon-blank" ></ i > Cerulean</ a ></ li > < li >< a data-value = "cyborg" href = "#" >< i class = "icon-blank" ></ i > Cyborg</ a ></ li > < li >< a data-value = "redy" href = "#" >< i class = "icon-blank" ></ i > Redy</ a ></ li > < li >< a data-value = "journal" href = "#" >< i class = "icon-blank" ></ i > Journal</ a ></ li > < li >< a data-value = "simplex" href = "#" >< i class = "icon-blank" ></ i > Simplex</ a ></ li > < li >< a data-value = "slate" href = "#" >< i class = "icon-blank" ></ i > Slate</ a ></ li > < li >< a data-value = "spacelab" href = "#" >< i class = "icon-blank" ></ i > Spacelab</ a ></ li > < li >< a data-value = "united" href = "#" >< i class = "icon-blank" ></ i > United</ a ></ li > </ ul > </ div > <!-- theme selector ends --> <!-- user dropdown starts --> < div class = "btn-group pull-right" > < a class = "btn dropdown-toggle" data-toggle = "dropdown" href = "#" > < i class = "icon-user" ></ i >< span class = "hidden-phone" > admin</ span > < span class = "caret" ></ span > </ a > < ul class = "dropdown-menu" > < li >< a href = "#" >Profile</ a ></ li > < li class = "divider" ></ li > < li >< a href = "login.html" >Logout</ a ></ li > </ ul > </ div > <!-- user dropdown ends --> < div class = "top-nav nav-collapse" > < ul class = "nav" > < li >< a href = "#" >Visit Site</ a ></ li > < li > < form class = "navbar-search pull-left" > < input placeholder = "Search" class = "search-query span2" name = "query" type = "text" > </ form > </ li > </ ul > </ div > <!--/.nav-collapse --> </ div > </ div > </ div > <!-- topbar ends --> < div class = "container-fluid" > < div class = "row-fluid" > <!-- left menu starts --> < div class = "span2 main-menu-span" > < div class = "well nav-collapse sidebar-nav" > < ul class = "nav nav-tabs nav-stacked main-menu" > < li class = "nav-header hidden-tablet" >Main</ li > < li >< a class = "ajax-link" href = "index.html" >< i class = "icon-home" ></ i >< span class = "hidden-tablet" > Dashboard</ span ></ a ></ li > < li >< a class = "ajax-link" href = "ui.html" >< i class = "icon-eye-open" ></ i >< span class = "hidden-tablet" > UI Features</ span ></ a ></ li > < li >< a class = "ajax-link" href = "form.html" >< i class = "icon-edit" ></ i >< span class = "hidden-tablet" > Forms</ span ></ a ></ li > < li >< a class = "ajax-link" href = "chart.html" >< i class = "icon-list-alt" ></ i >< span class = "hidden-tablet" > Charts</ span ></ a ></ li > < li >< a class = "ajax-link" href = "typography.html" >< i class = "icon-font" ></ i >< span class = "hidden-tablet" > Typography</ span ></ a ></ li > < li >< a class = "ajax-link" href = "gallery.html" >< i class = "icon-picture" ></ i >< span class = "hidden-tablet" > Gallery</ span ></ a ></ li > < li class = "nav-header hidden-tablet" >Sample Section</ li > < li >< a class = "ajax-link" href = "table.html" >< i class = "icon-align-justify" ></ i >< span class = "hidden-tablet" > Tables</ span ></ a ></ li > < li >< a class = "ajax-link" href = "calendar.html" >< i class = "icon-calendar" ></ i >< span class = "hidden-tablet" > Calendar</ span ></ a ></ li > < li >< a class = "ajax-link" href = "grid.html" >< i class = "icon-th" ></ i >< span class = "hidden-tablet" > Grid</ span ></ a ></ li > < li >< a class = "ajax-link" href = "file-manager.html" >< i class = "icon-folder-open" ></ i >< span class = "hidden-tablet" > File Manager</ span ></ a ></ li > < li >< a href = "tour.html" >< i class = "icon-globe" ></ i >< span class = "hidden-tablet" > Tour</ span ></ a ></ li > < li >< a class = "ajax-link" href = "icon.html" >< i class = "icon-star" ></ i >< span class = "hidden-tablet" > Icons</ span ></ a ></ li > < li >< a href = "error.html" >< i class = "icon-ban-circle" ></ i >< span class = "hidden-tablet" > Error Page</ span ></ a ></ li > < li >< a href = "login.html" >< i class = "icon-lock" ></ i >< span class = "hidden-tablet" > Login Page</ span ></ a ></ li > </ ul > < label id = "for-is-ajax" class = "hidden-tablet" for = "is-ajax" >< input id = "is-ajax" type = "checkbox" > Ajax on menu</ label > </ div > <!--/.well --> </ div > <!--/span--> <!-- left menu ends --> < noscript > < div class = "alert alert-block span10" > < h4 class = "alert-heading" >Warning!</ h4 > < p >You need to have < a href = "http://en.wikipedia.org/wiki/JavaScript" target = "_blank" >JavaScript</ a > enabled to use this site.</ p > </ div > </ noscript > < div id = "content" class = "span10" > <!-- content starts --> < div > < ul class = "breadcrumb" > < li > < a href = "#" >Home</ a > < span class = "divider" >/</ span > </ li > < li > < a href = "#" >Dashboard</ a > </ li > </ ul > </ div > < div class = "sortable row-fluid" > < a data-rel = "tooltip" title = "6 new members." class = "well span3 top-block" href = "#" > < span class = "icon32 icon-red icon-user" ></ span > < div >Total Members</ div > < div >507</ div > < span class = "notification" >6</ span > </ a > < a data-rel = "tooltip" title = "4 new pro members." class = "well span3 top-block" href = "#" > < span class = "icon32 icon-color icon-star-on" ></ span > < div >Pro Members</ div > < div >228</ div > < span class = "notification green" >4</ span > </ a > < a data-rel = "tooltip" title = "$34 new sales." class = "well span3 top-block" href = "#" > < span class = "icon32 icon-color icon-cart" ></ span > < div >Sales</ div > < div >$13320</ div > < span class = "notification yellow" >$34</ span > </ a > < a data-rel = "tooltip" title = "12 new messages." class = "well span3 top-block" href = "#" > < span class = "icon32 icon-color icon-envelope-closed" ></ span > < div >Messages</ div > < div >25</ div > < span class = "notification red" >12</ span > </ a > </ div > < div class = "row-fluid" > < div class = "box span12" > < div class = "box-header well" > < h2 >< i class = "icon-info-sign" ></ i > Introduction</ h2 > < div class = "box-icon" > < a href = "#" class = "btn btn-setting btn-round" >< i class = "icon-cog" ></ i ></ a > < a href = "#" class = "btn btn-minimize btn-round" >< i class = "icon-chevron-up" ></ i ></ a > < a href = "#" class = "btn btn-close btn-round" >< i class = "icon-remove" ></ i ></ a > </ div > </ div > < div class = "box-content" > < h1 >Charisma < small >free, premium quality, responsive, multiple skin admin template.</ small ></ h1 > < p >Its a live demo of the template. I have created Charisma to ease the repeat work I have to do on my projects. Now I re-use Charisma as a base for my admin panel work and I am sharing it with you :)</ p > < p >< b >All pages in the menu are functional, take a look at all, please share this with your followers.</ b ></ p > < p class = "center" > < a href = "http://usman.it/free-responsive-admin-template" class = "btn btn-large btn-primary" >< i class = "icon-chevron-left icon-white" ></ i > Back to article</ a > < a href = "http://usman.it/free-responsive-admin-template" class = "btn btn-large" >< i class = "icon-download-alt" ></ i > Download Page</ a > </ p > < div class = "clearfix" ></ div > </ div > </ div > </ div > < div class = "row-fluid sortable" > < div class = "box span4" > < div class = "box-header well" > < h2 >< i class = "icon-th" ></ i > Tabs</ h2 > < div class = "box-icon" > < a href = "#" class = "btn btn-setting btn-round" >< i class = "icon-cog" ></ i ></ a > < a href = "#" class = "btn btn-minimize btn-round" >< i class = "icon-chevron-up" ></ i ></ a > < a href = "#" class = "btn btn-close btn-round" >< i class = "icon-remove" ></ i ></ a > </ div > </ div > < div class = "box-content" > < ul class = "nav nav-tabs" id = "myTab" > < li class = "active" >< a href = "#info" >Info</ a ></ li > < li >< a href = "#custom" >Custom</ a ></ li > < li >< a href = "#messages" >Messages</ a ></ li > </ ul > < div id = "myTabContent" class = "tab-content" > < div class = "tab-pane active" id = "info" > < h3 >Charisma < small >a fully featued template</ small ></ h3 > < p >Its a fully featured, responsive template for your admin panel. Its optimized for tablet and mobile phones. Scan the QR code below to view it in your mobile device.</ p > < img alt = "QR Code" class = "charisma_qr center" src = "img/qrcode136.png" /> </ div > < div class = "tab-pane" id = "custom" > < h3 >Custom < small >small text</ small ></ h3 > < p >Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur bibendum ornare dolor.</ p > < p >Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur bibendum ornare dolor, quis ullamcorper ligula sodales at. Nulla tellus elit, varius non commodo eget, mattis vel eros. In sed ornare nulla. Donec consectetur, velit a pharetra ultricies, diam lorem lacinia risus, ac commodo orci erat eu massa. Sed sit amet nulla ipsum. Donec felis mauris, vulputate sed tempor at, aliquam a ligula. Pellentesque non pulvinar nisi.</ p > </ div > < div class = "tab-pane" id = "messages" > < h3 >Messages < small >small text</ small ></ h3 > < p >Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur bibendum ornare dolor, quis ullamcorper ligula sodales at. Nulla tellus elit, varius non commodo eget, mattis vel eros. In sed ornare nulla. Donec consectetur, velit a pharetra ultricies, diam lorem lacinia risus, ac commodo orci erat eu massa. Sed sit amet nulla ipsum. Donec felis mauris, vulputate sed tempor at, aliquam a ligula. Pellentesque non pulvinar nisi.</ p > < p >Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur bibendum ornare dolor.</ p > </ div > </ div > </ div > </ div > <!--/span--> < div class = "box span4" > < div class = "box-header well" data-original-title> < h2 >< i class = "icon-user" ></ i > Member Activity</ h2 > < div class = "box-icon" > < a href = "#" class = "btn btn-minimize btn-round" >< i class = "icon-chevron-up" ></ i ></ a > < a href = "#" class = "btn btn-close btn-round" >< i class = "icon-remove" ></ i ></ a > </ div > </ div > < div class = "box-content" > < div class = "box-content" > < ul class = "dashboard-list" > < li > < a href = "#" > < img class = "dashboard-avatar" alt = "Usman" src = "http://www.gravatar.com/avatar/f0ea51fa1e4fae92608d8affee12f67b.png?s=50" ></ a > < strong >Name:</ strong > < a href = "#" >Usman </ a >< br > < strong >Since:</ strong > 17/05/2012< br > < strong >Status:</ strong > < span class = "label label-success" >Approved</ span > </ li > < li > < a href = "#" > < img class = "dashboard-avatar" alt = "Sheikh Heera" src = "http://www.gravatar.com/avatar/3232415a0380253cfffe19163d04acab.png?s=50" ></ a > < strong >Name:</ strong > < a href = "#" >Sheikh Heera </ a >< br > < strong >Since:</ strong > 17/05/2012< br > < strong >Status:</ strong > < span class = "label label-warning" >Pending</ span > </ li > < li > < a href = "#" > < img class = "dashboard-avatar" alt = "Abdullah" src = "http://www.gravatar.com/avatar/46056f772bde7c536e2086004e300a04.png?s=50" ></ a > < strong >Name:</ strong > < a href = "#" >Abdullah </ a >< br > < strong >Since:</ strong > 25/05/2012< br > < strong >Status:</ strong > < span class = "label label-important" >Banned</ span > </ li > < li > < a href = "#" > < img class = "dashboard-avatar" alt = "Saruar Ahmed" src = "http://www.gravatar.com/avatar/564e1bb274c074dc4f6823af229d9dbb.png?s=50" ></ a > < strong >Name:</ strong > < a href = "#" >Saruar Ahmed </ a >< br > < strong >Since:</ strong > 17/05/2012< br > < strong >Status:</ strong > < span class = "label label-info" >Updates</ span > </ li > </ ul > </ div > </ div > </ div > <!--/span--> < div class = "box span4" > < div class = "box-header well" data-original-title> < h2 >< i class = "icon-list-alt" ></ i > Realtime Traffic</ h2 > < div class = "box-icon" > < a href = "#" class = "btn btn-minimize btn-round" >< i class = "icon-chevron-up" ></ i ></ a > < a href = "#" class = "btn btn-close btn-round" >< i class = "icon-remove" ></ i ></ a > </ div > </ div > < div class = "box-content" > < div id = "realtimechart" style = "height:190px;" ></ div > < p class = "clearfix" >You can update a chart periodically to get a real-time effect by using a timer to insert the new data in the plot and redraw it.</ p > < p >Time between updates: < input id = "updateInterval" type = "text" value = "" style = "text-align: right; width:5em" > milliseconds</ p > </ div > </ div > <!--/span--> </ div > <!--/row--> < div class = "row-fluid sortable" > < div class = "box span4" > < div class = "box-header well" data-original-title> < h2 >< i class = "icon-list" ></ i > Buttons</ h2 > < div class = "box-icon" > < a href = "#" class = "btn btn-setting btn-round" >< i class = "icon-cog" ></ i ></ a > < a href = "#" class = "btn btn-minimize btn-round" >< i class = "icon-chevron-up" ></ i ></ a > < a href = "#" class = "btn btn-close btn-round" >< i class = "icon-remove" ></ i ></ a > </ div > </ div > < div class = "box-content buttons" > < p class = "btn-group" > < button class = "btn" >Left</ button > < button class = "btn" >Middle</ button > < button class = "btn" >Right</ button > </ p > < p > < button class = "btn btn-small" >< i class = "icon-star" ></ i > Icon button</ button > < button class = "btn btn-small btn-primary" >Small button</ button > < button class = "btn btn-small btn-danger" >Small button</ button > </ p > < p > < button class = "btn btn-small btn-warning" >Small button</ button > < button class = "btn btn-small btn-success" >Small button</ button > < button class = "btn btn-small btn-info" >Small button</ button > </ p > < p > < button class = "btn btn-small btn-inverse" >Small button</ button > < button class = "btn btn-large btn-primary btn-round" >Round button</ button > < button class = "btn btn-large btn-round" >< i class = "icon-ok" ></ i ></ button > < button class = "btn btn-primary" >< i class = "icon-edit icon-white" ></ i ></ button > </ p > < p > < button class = "btn btn-mini" >Mini button</ button > < button class = "btn btn-mini btn-primary" >Mini button</ button > < button class = "btn btn-mini btn-danger" >Mini button</ button > < button class = "btn btn-mini btn-warning" >Mini button</ button > </ p > < p > < button class = "btn btn-mini btn-info" >Mini button</ button > < button class = "btn btn-mini btn-success" >Mini button</ button > < button class = "btn btn-mini btn-inverse" >Mini button</ button > </ p > </ div > </ div > <!--/span--> < div class = "box span4" > < div class = "box-header well" data-original-title> < h2 >< i class = "icon-list" ></ i > Buttons</ h2 > < div class = "box-icon" > < a href = "#" class = "btn btn-setting btn-round" >< i class = "icon-cog" ></ i ></ a > < a href = "#" class = "btn btn-minimize btn-round" >< i class = "icon-chevron-up" ></ i ></ a > < a href = "#" class = "btn btn-close btn-round" >< i class = "icon-remove" ></ i ></ a > </ div > </ div > < div class = "box-content buttons" > < p > < button class = "btn btn-large" >Large button</ button > < button class = "btn btn-large btn-primary" >Large button</ button > </ p > < p > < button class = "btn btn-large btn-danger" >Large button</ button > < button class = "btn btn-large btn-warning" >Large button</ button > </ p > < p > < button class = "btn btn-large btn-success" >Large button</ button > < button class = "btn btn-large btn-info" >Large button</ button > </ p > < p > < button class = "btn btn-large btn-inverse" >Large button</ button > </ p > < div class = "btn-group" > < button class = "btn btn-large" >Large Dropdown</ button > < button class = "btn btn-large dropdown-toggle" data-toggle = "dropdown" >< span class = "caret" ></ span ></ button > < ul class = "dropdown-menu" > < li >< a href = "#" >< i class = "icon-star" ></ i > Action</ a ></ li > < li >< a href = "#" >< i class = "icon-tag" ></ i > Another action</ a ></ li > < li >< a href = "#" >< i class = "icon-download-alt" ></ i > Something else here</ a ></ li > < li class = "divider" ></ li > < li >< a href = "#" >< i class = "icon-tint" ></ i > Separated link</ a ></ li > </ ul > </ div > </ div > </ div > <!--/span--> < div class = "box span4" > < div class = "box-header well" data-original-title> < h2 >< i class = "icon-list" ></ i > Weekly Stat</ h2 > < div class = "box-icon" > < a href = "#" class = "btn btn-setting btn-round" >< i class = "icon-cog" ></ i ></ a > < a href = "#" class = "btn btn-minimize btn-round" >< i class = "icon-chevron-up" ></ i ></ a > < a href = "#" class = "btn btn-close btn-round" >< i class = "icon-remove" ></ i ></ a > </ div > </ div > < div class = "box-content" > < ul class = "dashboard-list" > < li > < a href = "#" > < i class = "icon-arrow-up" ></ i > < span class = "green" >92</ span > New Comments </ a > </ li > < li > < a href = "#" > < i class = "icon-arrow-down" ></ i > < span class = "red" >15</ span > New Registrations </ a > </ li > < li > < a href = "#" > < i class = "icon-minus" ></ i > < span class = "blue" >36</ span > New Articles </ a > </ li > < li > < a href = "#" > < i class = "icon-comment" ></ i > < span class = "yellow" >45</ span > User reviews </ a > </ li > < li > < a href = "#" > < i class = "icon-arrow-up" ></ i > < span class = "green" >112</ span > New Comments </ a > </ li > < li > < a href = "#" > < i class = "icon-arrow-down" ></ i > < span class = "red" >31</ span > New Registrations </ a > </ li > < li > < a href = "#" > < i class = "icon-minus" ></ i > < span class = "blue" >93</ span > New Articles </ a > </ li > < li > < a href = "#" > < i class = "icon-comment" ></ i > < span class = "yellow" >254</ span > User reviews </ a > </ li > </ ul > </ div > </ div > <!--/span--> </ div > <!--/row--> <!-- content ends --> </ div > <!--/#content.span10--> </ div > <!--/fluid-row--> < hr > < div class = "modal hide fade" id = "myModal" > < div class = "modal-header" > < button type = "button" class = "close" data-dismiss = "modal" >×</ button > < h3 >Settings</ h3 > </ div > < div class = "modal-body" > < p >Here settings can be configured...</ p > </ div > < div class = "modal-footer" > < a href = "#" class = "btn" data-dismiss = "modal" >Close</ a > < a href = "#" class = "btn btn-primary" >Save changes</ a > </ div > </ div > < footer > < p class = "pull-right" >Powered by: < a href = "http://usman.it/free-responsive-admin-template" >Charisma</ a ></ p > </ footer > </ div > <!--/.fluid-container--> <!-- external javascript ================================================== --> <!-- Placed at the end of the document so the pages load faster --> <!-- jQuery --> < script src = "js/jquery-1.7.2.min.js" ></ script > <!-- jQuery UI --> < script src = "js/jquery-ui-1.8.21.custom.min.js" ></ script > <!-- transition / effect library --> < script src = "js/bootstrap-transition.js" ></ script > <!-- alert enhancer library --> < script src = "js/bootstrap-alert.js" ></ script > <!-- modal / dialog library --> < script src = "js/bootstrap-modal.js" ></ script > <!-- custom dropdown library --> < script src = "js/bootstrap-dropdown.js" ></ script > <!-- scrolspy library --> < script src = "js/bootstrap-scrollspy.js" ></ script > <!-- library for creating tabs --> < script src = "js/bootstrap-tab.js" ></ script > <!-- library for advanced tooltip --> < script src = "js/bootstrap-tooltip.js" ></ script > <!-- popover effect library --> < script src = "js/bootstrap-popover.js" ></ script > <!-- button enhancer library --> < script src = "js/bootstrap-button.js" ></ script > <!-- accordion library (optional, not used in demo) --> < script src = "js/bootstrap-collapse.js" ></ script > <!-- carousel slideshow library (optional, not used in demo) --> < script src = "js/bootstrap-carousel.js" ></ script > <!-- autocomplete library --> < script src = "js/bootstrap-typeahead.js" ></ script > <!-- tour library --> < script src = "js/bootstrap-tour.js" ></ script > <!-- library for cookie management --> < script src = "js/jquery.cookie.js" ></ script > <!-- calander plugin --> < script src = 'js/fullcalendar.min.js' ></ script > <!-- data table plugin --> < script src = 'js/jquery.dataTables.min.js' ></ script > <!-- chart libraries start --> < script src = "js/excanvas.js" ></ script > < script src = "js/jquery.flot.min.js" ></ script > < script src = "js/jquery.flot.pie.min.js" ></ script > < script src = "js/jquery.flot.stack.js" ></ script > < script src = "js/jquery.flot.resize.min.js" ></ script > <!-- chart libraries end --> <!-- select or dropdown enhancer --> < script src = "js/jquery.chosen.min.js" ></ script > <!-- checkbox, radio, and file input styler --> < script src = "js/jquery.uniform.min.js" ></ script > <!-- plugin for gallery image view --> < script src = "js/jquery.colorbox.min.js" ></ script > <!-- rich text editor library --> < script src = "js/jquery.cleditor.min.js" ></ script > <!-- notification plugin --> < script src = "js/jquery.noty.js" ></ script > <!-- file manager library --> < script src = "js/jquery.elfinder.min.js" ></ script > <!-- star rating plugin --> < script src = "js/jquery.raty.min.js" ></ script > <!-- for iOS style toggle switch --> < script src = "js/jquery.iphone.toggle.js" ></ script > <!-- autogrowing textarea plugin --> < script src = "js/jquery.autogrow-textarea.js" ></ script > <!-- multiple file upload plugin --> < script src = "js/jquery.uploadify-3.1.min.js" ></ script > <!-- history.js for cross-browser state change on ajax --> < script src = "js/jquery.history.js" ></ script > <!-- application script for Charisma demo --> < script src = "js/charisma.js" ></ script > </ body > </ html > |
标签: bootstrap
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论