Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 1 | espaco | 1 | <!-- BEGIN PAGE HEADER--> |
| 2 | <h3 class="page-title"> |
||
| 3 | Content Loading via Ajax <small>loading page content via ajax</small> |
||
| 4 | </h3> |
||
| 5 | <div class="page-bar"> |
||
| 6 | <ul class="page-breadcrumb"> |
||
| 7 | <li> |
||
| 8 | <i class="fa fa-home"></i> |
||
| 9 | <a href="index.html">Home</a> |
||
| 10 | <i class="fa fa-angle-right"></i> |
||
| 11 | </li> |
||
| 12 | <li> |
||
| 13 | <a href="#"></a> |
||
| 14 | </li> |
||
| 15 | </ul> |
||
| 16 | <div class="page-toolbar"> |
||
| 17 | <div class="btn-group pull-right"> |
||
| 18 | <button type="button" class="btn btn-fit-height grey-salt dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-delay="1000" data-close-others="true"> |
||
| 19 | Actions <i class="fa fa-angle-down"></i> |
||
| 20 | </button> |
||
| 21 | <ul class="dropdown-menu pull-right" role="menu"> |
||
| 22 | <li> |
||
| 23 | <a href="#">Action</a> |
||
| 24 | </li> |
||
| 25 | <li> |
||
| 26 | <a href="#">Another action</a> |
||
| 27 | </li> |
||
| 28 | <li> |
||
| 29 | <a href="#">Something else here</a> |
||
| 30 | </li> |
||
| 31 | <li class="divider"> |
||
| 32 | </li> |
||
| 33 | <li> |
||
| 34 | <a href="#">Separated link</a> |
||
| 35 | </li> |
||
| 36 | </ul> |
||
| 37 | </div> |
||
| 38 | </div> |
||
| 39 | </div> |
||
| 40 | <!-- END PAGE HEADER--> |
||
| 41 | <!-- BEGIN PAGE CONTENT--> |
||
| 42 | <div class="row"> |
||
| 43 | <div class="col-md-12"> |
||
| 44 | <div class="note note-success"> |
||
| 45 | <h4 class="block">Ajax Contents</h4> |
||
| 46 | <p> |
||
| 47 | This page demostrates the page content loading via ajax. To try it please click on the sidebar menu items |
||
| 48 | </p> |
||
| 49 | <p> |
||
| 50 | <span class="label label-danger"> |
||
| 51 | NOTE: </span> |
||
| 52 | This sample does not work if you opened the page directly from the browser since ajax calls require to receive the response from a web server. |
||
| 53 | </p> |
||
| 54 | </div> |
||
| 55 | <a href="layout_ajax_content_3.html" class="btn blue ajaxify"> |
||
| 56 | Load another ajax content </a> |
||
| 57 | </div> |
||
| 58 | </div> |
||
| 59 | <!-- END PAGE CONTENT--> |