| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162 | 
							- var my_skins = ["skin-blue", "skin-black", "skin-red", "skin-yellow", "skin-purple", "skin-green"];
 
- $(function () {
 
-   /* For demo purposes */
 
-   var demo = $("<div />").css({
 
-     position: "fixed",
 
-     top: "70px",
 
-     right: "0",
 
-     background: "#fff",
 
-     "border-radius": "5px 0px 0px 5px",
 
-     padding: "10px 15px",
 
-     "font-size": "16px",
 
-     "z-index": "99999",
 
-     cursor: "pointer",
 
-     color: "#3c8dbc",
 
-     "box-shadow": "0 1px 3px rgba(0,0,0,0.1)"
 
-   }).html("<i class='fa fa-gear'></i>").addClass("no-print");
 
-   var demo_settings = $("<div />").css({
 
-     "padding": "10px",
 
-     position: "fixed",
 
-     top: "70px",
 
-     right: "-250px",
 
-     background: "#fff",
 
-     border: "0px solid #ddd",
 
-     "width": "250px",
 
-     "z-index": "99999",
 
-     "box-shadow": "0 1px 3px rgba(0,0,0,0.1)"
 
-   }).addClass("no-print");
 
-   demo_settings.append(
 
-           "<h4 class='text-light-blue' style='margin: 0 0 5px 0; border-bottom: 1px solid #ddd; padding-bottom: 15px;'>Layout Options</h4>"
 
-           //Fixed layout
 
-           + "<div class='form-group'>"
 
-           + "<div class='checkbox'>"
 
-           + "<label>"
 
-           + "<input type='checkbox' onchange='change_layout(\"fixed\");'/> "
 
-           + "Fixed layout"
 
-           + "</label>"
 
-           + "</div>"
 
-           + "</div>"
 
-           //Boxed layout
 
-           + "<div class='form-group'>"
 
-           + "<div class='checkbox'>"
 
-           + "<label>"
 
-           + "<input type='checkbox' onchange='change_layout(\"layout-boxed\");'/> "
 
-           + "Boxed Layout"
 
-           + "</label>"
 
-           + "</div>"
 
-           + "</div>"
 
-           //Sidebar Collapse
 
-           + "<div class='form-group'>"
 
-           + "<div class='checkbox'>"
 
-           + "<label>"
 
-           + "<input type='checkbox' onchange='change_layout(\"sidebar-collapse\");'/> "
 
-           + "Collapsed Sidebar"
 
-           + "</label>"
 
-           + "</div>"
 
-           + "</div>"
 
-           );
 
-   var skins_list = $("<ul />", {"class": 'list-unstyled'});
 
-   var skin_blue =
 
-           $("<li />", {style: "float:left; width: 50%; padding: 5px;"})
 
-           .append("<a href='#' onclick='change_skin(\"skin-blue\")' style='display: block; box-shadow: -1px 1px 2px rgba(0,0,0,0.0);' class='clearfix full-opacity-hover'>"
 
-                   + "<div><span style='display:block; width: 20%; float: left; height: 10px; background: #367fa9;'></span><span class='bg-light-blue' style='display:block; width: 80%; float: left; height: 10px;'></span></div>"
 
-                   + "<div><span style='display:block; width: 20%; float: left; height: 40px; background: #222d32;'></span><span style='display:block; width: 80%; float: left; height: 40px; background: #f4f5f7;'></span></div>"
 
-                   + "<p class='text-center'>Skin Blue</p>"
 
-                   + "</a>");
 
-   skins_list.append(skin_blue);
 
-   var skin_black =
 
-           $("<li />", {style: "float:left; width: 50%; padding: 5px;"})
 
-           .append("<a href='#' onclick='change_skin(\"skin-black\")' style='display: block; box-shadow: -1px 1px 2px rgba(0,0,0,0.0);' class='clearfix full-opacity-hover'>"
 
-                   + "<div style='box-shadow: 0 0 2px rgba(0,0,0,0.1)' class='clearfix'><span style='display:block; width: 20%; float: left; height: 10px; background: #fefefe;'></span><span style='display:block; width: 80%; float: left; height: 10px; background: #fefefe;'></span></div>"
 
-                   + "<div><span style='display:block; width: 20%; float: left; height: 40px; background: #222;'></span><span style='display:block; width: 80%; float: left; height: 40px; background: #f4f5f7;'></span></div>"
 
-                   + "<p class='text-center'>Skin Black</p>"
 
-                   + "</a>");
 
-   skins_list.append(skin_black);
 
-   var skin_purple =
 
-           $("<li />", {style: "float:left; width: 50%; padding: 5px;"})
 
-           .append("<a href='#' onclick='change_skin(\"skin-purple\")' style='display: block; box-shadow: -1px 1px 2px rgba(0,0,0,0.0);' class='clearfix full-opacity-hover'>"
 
-                   + "<div><span style='display:block; width: 20%; float: left; height: 10px;' class='bg-purple-active'></span><span class='bg-purple' style='display:block; width: 80%; float: left; height: 10px;'></span></div>"
 
-                   + "<div><span style='display:block; width: 20%; float: left; height: 40px; background: #222d32;'></span><span style='display:block; width: 80%; float: left; height: 40px; background: #f4f5f7;'></span></div>"
 
-                   + "<p class='text-center'>Skin Purple</p>"
 
-                   + "</a>");
 
-   skins_list.append(skin_purple);
 
-   var skin_green =
 
-           $("<li />", {style: "float:left; width: 50%; padding: 5px;"})
 
-           .append("<a href='#' onclick='change_skin(\"skin-green\")' style='display: block; box-shadow: -1px 1px 2px rgba(0,0,0,0.0);' class='clearfix full-opacity-hover'>"
 
-                   + "<div><span style='display:block; width: 20%; float: left; height: 10px;' class='bg-green-active'></span><span class='bg-green' style='display:block; width: 80%; float: left; height: 10px;'></span></div>"
 
-                   + "<div><span style='display:block; width: 20%; float: left; height: 40px; background: #222d32;'></span><span style='display:block; width: 80%; float: left; height: 40px; background: #f4f5f7;'></span></div>"
 
-                   + "<p class='text-center'>Skin Green</p>"
 
-                   + "</a>");
 
-   skins_list.append(skin_green);
 
-     var skin_red =
 
-           $("<li />", {style: "float:left; width: 50%; padding: 5px;"})
 
-           .append("<a href='#' onclick='change_skin(\"skin-red\")' style='display: block; box-shadow: -1px 1px 2px rgba(0,0,0,0.0);' class='clearfix full-opacity-hover'>"
 
-                   + "<div><span style='display:block; width: 20%; float: left; height: 10px;' class='bg-red-active'></span><span class='bg-red' style='display:block; width: 80%; float: left; height: 10px;'></span></div>"
 
-                   + "<div><span style='display:block; width: 20%; float: left; height: 40px; background: #222d32;'></span><span style='display:block; width: 80%; float: left; height: 40px; background: #f4f5f7;'></span></div>"
 
-                   + "<p class='text-center'>Skin Red</p>"
 
-                   + "</a>");
 
-   skins_list.append(skin_red);
 
-     var skin_yellow =
 
-           $("<li />", {style: "float:left; width: 50%; padding: 5px;"})
 
-           .append("<a href='#' onclick='change_skin(\"skin-yellow\")' style='display: block; box-shadow: -1px 1px 2px rgba(0,0,0,0.0);' class='clearfix full-opacity-hover'>"
 
-                   + "<div><span style='display:block; width: 20%; float: left; height: 10px;' class='bg-yellow-active'></span><span class='bg-yellow' style='display:block; width: 80%; float: left; height: 10px;'></span></div>"
 
-                   + "<div><span style='display:block; width: 20%; float: left; height: 40px; background: #222d32;'></span><span style='display:block; width: 80%; float: left; height: 40px; background: #f4f5f7;'></span></div>"
 
-                   + "<p class='text-center'>Skin Yellow</p>"
 
-                   + "</a>");
 
-   skins_list.append(skin_yellow);
 
-   demo_settings.append("<h4 class='text-light-blue' style='margin: 0 0 5px 0; border-bottom: 1px solid #ddd; padding-bottom: 15px;'>Skins</h4>");
 
-   demo_settings.append(skins_list);
 
-   demo.click(function () {
 
-     if (!$(this).hasClass("open")) {
 
-       $(this).animate({"right": "250px"});
 
-       demo_settings.animate({"right": "0"});
 
-       $(this).addClass("open");
 
-     } else {
 
-       $(this).animate({"right": "0"});
 
-       demo_settings.animate({"right": "-250px"});
 
-       $(this).removeClass("open");
 
-     }
 
-   });
 
-   $("body").append(demo);
 
-   $("body").append(demo_settings);
 
-   setup();
 
- });
 
- function change_layout(cls) {
 
-   $("body").toggleClass(cls);
 
-   $.AdminLTE.layout.fixSidebar();  
 
- }
 
- function change_skin(cls) {  
 
-   $.each(my_skins, function (i) {
 
-     $("body").removeClass(my_skins[i]);
 
-   });
 
-   $("body").addClass(cls);
 
-   store('skin', cls);
 
-   return false;
 
- }
 
- function store(name, val) {
 
-   if (typeof (Storage) !== "undefined") {
 
-     localStorage.setItem(name, val);
 
-   } else {
 
-     alert('Please use a modern browser to properly view this template!');
 
-   }
 
- }
 
- function get(name) {
 
-   if (typeof (Storage) !== "undefined") {
 
-     return localStorage.getItem(name);
 
-   } else {
 
-     alert('Please use a modern browser to properly view this template!');
 
-   }
 
- }
 
- function setup() {
 
-   var tmp = get('skin');
 
-   if (tmp && $.inArray(tmp, my_skins))
 
-     change_skin(tmp);
 
- }
 
 
  |