Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 1 | espaco | 1 | <div class="container"> |
| 2 | <!-- BEGIN PAGE TITLE --> |
||
| 3 | <div class="page-title"> |
||
| 4 | <h1><span data-ng-bind="$state.current.data.pageTitle"></span> <small data-ng-bind="$state.current.data.pageSubTitle"></small></h1> |
||
| 5 | </div> |
||
| 6 | <!-- END PAGE TITLE --> |
||
| 7 | <!-- BEGIN PAGE TOOLBAR --> |
||
| 8 | <div class="page-toolbar"> |
||
| 9 | <!-- BEGIN THEME PANEL --> |
||
| 10 | <div class="btn-group btn-theme-panel"> |
||
| 11 | <a href="javascript:;" class="btn dropdown-toggle" data-toggle="dropdown"> |
||
| 12 | <i class="icon-settings"></i> |
||
| 13 | </a> |
||
| 14 | <div class="dropdown-menu theme-panel pull-right dropdown-custom hold-on-click"> |
||
| 15 | <div class="row"> |
||
| 16 | <div class="col-md-6 col-sm-6 col-xs-12"> |
||
| 17 | <h3>THEME COLORS</h3> |
||
| 18 | <div class="row"> |
||
| 19 | <div class="col-md-6 col-sm-6 col-xs-12"> |
||
| 20 | <ul class="theme-colors"> |
||
| 21 | <li class="theme-color theme-color-default" data-theme="default"> |
||
| 22 | <span class="theme-color-view"></span> |
||
| 23 | <span class="theme-color-name">Default</span> |
||
| 24 | </li> |
||
| 25 | <li class="theme-color theme-color-blue-hoki" data-theme="blue-hoki"> |
||
| 26 | <span class="theme-color-view"></span> |
||
| 27 | <span class="theme-color-name">Blue Hoki</span> |
||
| 28 | </li> |
||
| 29 | <li class="theme-color theme-color-blue-steel" data-theme="blue-steel"> |
||
| 30 | <span class="theme-color-view"></span> |
||
| 31 | <span class="theme-color-name">Blue Steel</span> |
||
| 32 | </li> |
||
| 33 | <li class="theme-color theme-color-yellow-orange" data-theme="yellow-orange"> |
||
| 34 | <span class="theme-color-view"></span> |
||
| 35 | <span class="theme-color-name">Orange</span> |
||
| 36 | </li> |
||
| 37 | <li class="theme-color theme-color-yellow-crusta" data-theme="yellow-crusta"> |
||
| 38 | <span class="theme-color-view"></span> |
||
| 39 | <span class="theme-color-name">Yellow Crusta</span> |
||
| 40 | </li> |
||
| 41 | </ul> |
||
| 42 | </div> |
||
| 43 | <div class="col-md-6 col-sm-6 col-xs-12"> |
||
| 44 | <ul class="theme-colors"> |
||
| 45 | <li class="theme-color theme-color-green-haze" data-theme="green-haze"> |
||
| 46 | <span class="theme-color-view"></span> |
||
| 47 | <span class="theme-color-name">Green Haze</span> |
||
| 48 | </li> |
||
| 49 | <li class="theme-color theme-color-red-sunglo" data-theme="red-sunglo"> |
||
| 50 | <span class="theme-color-view"></span> |
||
| 51 | <span class="theme-color-name">Red Sunglo</span> |
||
| 52 | </li> |
||
| 53 | <li class="theme-color theme-color-red-intense" data-theme="red-intense"> |
||
| 54 | <span class="theme-color-view"></span> |
||
| 55 | <span class="theme-color-name">Red Intense</span> |
||
| 56 | </li> |
||
| 57 | <li class="theme-color theme-color-purple-plum" data-theme="purple-plum"> |
||
| 58 | <span class="theme-color-view"></span> |
||
| 59 | <span class="theme-color-name">Purple Plum</span> |
||
| 60 | </li> |
||
| 61 | <li class="theme-color theme-color-purple-studio" data-theme="purple-studio"> |
||
| 62 | <span class="theme-color-view"></span> |
||
| 63 | <span class="theme-color-name">Purple Studio</span> |
||
| 64 | </li> |
||
| 65 | </ul> |
||
| 66 | </div> |
||
| 67 | </div> |
||
| 68 | </div> |
||
| 69 | <div class="col-md-6 col-sm-6 col-xs-12 seperator"> |
||
| 70 | <h3>LAYOUT</h3> |
||
| 71 | <ul class="theme-settings"> |
||
| 72 | <li> |
||
| 73 | Theme Style |
||
| 74 | <select class="theme-setting theme-setting-style form-control input-sm input-small input-inline tooltips" data-original-title="Change theme style" data-container="body" data-placement="left"> |
||
| 75 | <option value="boxed" selected="selected">Square corners</option> |
||
| 76 | <option value="fluid">Rounded corners</option> |
||
| 77 | </select> |
||
| 78 | </li> |
||
| 79 | <li> |
||
| 80 | Layout |
||
| 81 | <select class="theme-setting theme-setting-layout form-control input-sm input-small input-inline tooltips" data-original-title="Change layout type" data-container="body" data-placement="left"> |
||
| 82 | <option value="boxed" selected="selected">Boxed</option> |
||
| 83 | <option value="fluid">Fluid</option> |
||
| 84 | </select> |
||
| 85 | </li> |
||
| 86 | <li> |
||
| 87 | Top Menu Style |
||
| 88 | <select class="theme-setting theme-setting-top-menu-style form-control input-sm input-small input-inline tooltips" data-original-title="Change top menu dropdowns style" data-container="body" data-placement="left"> |
||
| 89 | <option value="dark" selected="selected">Dark</option> |
||
| 90 | <option value="light">Light</option> |
||
| 91 | </select> |
||
| 92 | </li> |
||
| 93 | <li> |
||
| 94 | Top Menu Mode |
||
| 95 | <select class="theme-setting theme-setting-top-menu-mode form-control input-sm input-small input-inline tooltips" data-original-title="Enable fixed(sticky) top menu" data-container="body" data-placement="left"> |
||
| 96 | <option value="fixed">Fixed</option> |
||
| 97 | <option value="not-fixed" selected="selected">Not Fixed</option> |
||
| 98 | </select> |
||
| 99 | </li> |
||
| 100 | <li> |
||
| 101 | Mega Menu Style |
||
| 102 | <select class="theme-setting theme-setting-mega-menu-style form-control input-sm input-small input-inline tooltips" data-original-title="Change mega menu dropdowns style" data-container="body" data-placement="left"> |
||
| 103 | <option value="dark" selected="selected">Dark</option> |
||
| 104 | <option value="light">Light</option> |
||
| 105 | </select> |
||
| 106 | </li> |
||
| 107 | <li> |
||
| 108 | Mega Menu Mode |
||
| 109 | <select class="theme-setting theme-setting-mega-menu-mode form-control input-sm input-small input-inline tooltips" data-original-title="Enable fixed(sticky) mega menu" data-container="body" data-placement="left"> |
||
| 110 | <option value="fixed" selected="selected">Fixed</option> |
||
| 111 | <option value="not-fixed">Not Fixed</option> |
||
| 112 | </select> |
||
| 113 | </li> |
||
| 114 | </ul> |
||
| 115 | </div> |
||
| 116 | </div> |
||
| 117 | </div> |
||
| 118 | </div> |
||
| 119 | <!-- END THEME PANEL --> |
||
| 120 | </div> |
||
| 121 | <!-- END PAGE TOOLBAR --> |
||
| 122 | </div> |