Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / src / pybind / mgr / dashboard / static / AdminLTE-2.3.7 / documentation / build / include / download.html
1 <section id="download">
2   <h2 class="page-header"><a href="#download">Download</a></h2>
3   <p class="lead">
4     AdminLTE can be downloaded in two different versions, each appealing to different skill levels and use case.
5   </p>
6   <div class="row">
7     <div class="col-sm-6">
8       <div class="box box-primary">
9         <div class="box-header with-border">
10           <h3 class="box-title">Ready</h3>
11           <span class="label label-primary pull-right"><i class="fa fa-html5"></i></span>
12         </div><!-- /.box-header -->
13         <div class="box-body">
14           <p>Compiled and ready to use in production. Download this version if you don't want to customize AdminLTE's LESS files.</p>
15           <a href="http://almsaeedstudio.com/download/AdminLTE-dist" class="btn btn-primary"><i class="fa fa-download"></i> Download</a>
16         </div><!-- /.box-body -->
17       </div><!-- /.box -->
18     </div><!-- /.col -->
19     <div class="col-sm-6">
20       <div class="box box-danger">
21         <div class="box-header with-border">
22           <h3 class="box-title">Source Code</h3>
23           <span class="label label-danger pull-right"><i class="fa fa-database"></i></span>
24         </div><!-- /.box-header -->
25         <div class="box-body">
26           <p>All files including the compiled CSS. Download this version if you plan on customizing the template. <b>Requires a LESS compiler.</b></p>
27           <a href="http://almsaeedstudio.com/download/AdminLTE" class="btn btn-danger"><i class="fa fa-download"></i> Download</a>
28         </div><!-- /.box-body -->
29       </div><!-- /.box -->
30     </div><!-- /.col -->
31   </div><!-- /.row -->
32   <pre class="hierarchy bring-up"><code class="language-bash" data-lang="bash">File Hierarchy of the Source Code Package
33
34 AdminLTE/
35 ├── dist/
36 │   ├── CSS/
37 │   ├── JS
38 │   ├── img
39 ├── build/
40 │   ├── less/
41 │   │   ├── AdminLTE's Less files
42 │   └── Bootstrap-less/ (Only for reference. No modifications have been made)
43 │       ├── mixins/
44 │       ├── variables.less
45 │       ├── mixins.less
46 └── plugins/
47     ├── All the customized plugins CSS and JS files</code></pre>
48 </section>