mirror of https://gitee.com/karson/fastadmin.git
191 lines
16 KiB
HTML
191 lines
16 KiB
HTML
<style>
|
|
.skin-list li{
|
|
float:left; width: 33.33333%; padding: 5px;
|
|
}
|
|
.skin-list li a{
|
|
display: block; box-shadow: 0 0 3px rgba(0,0,0,0.4);
|
|
}
|
|
</style>
|
|
<!-- Control Sidebar -->
|
|
<aside class="control-sidebar control-sidebar-dark">
|
|
<!-- Create the tabs -->
|
|
<ul class="nav nav-tabs nav-justified control-sidebar-tabs">
|
|
<li class="active"><a href="#control-sidebar-setting-tab" data-toggle="tab" aria-expanded="true"><i class="fa fa-wrench"></i></a></li>
|
|
<li><a href="#control-sidebar-home-tab" data-toggle="tab"><i class="fa fa-home"></i></a></li>
|
|
<li><a href="#control-sidebar-settings-tab" data-toggle="tab"><i class="fa fa-gears"></i></a></li>
|
|
</ul>
|
|
<!-- Tab panes -->
|
|
<div class="tab-content">
|
|
<!-- Home tab content -->
|
|
<div class="tab-pane active" id="control-sidebar-setting-tab">
|
|
<h4 class="control-sidebar-heading">{:__('Layout Options')}</h4>
|
|
<div class="form-group"><label class="control-sidebar-subheading"><input type="checkbox" data-layout="fixed" class="pull-right"> {:__('Fixed Layout')}</label><p>{:__("You can't use fixed and boxed layouts together")}</p></div>
|
|
<div class="form-group"><label class="control-sidebar-subheading"><input type="checkbox" data-layout="layout-boxed" class="pull-right"> {:__('Boxed Layout')}</label><p>{:__('Activate the boxed layout')}</p></div>
|
|
<div class="form-group"><label class="control-sidebar-subheading"><input type="checkbox" data-layout="sidebar-collapse" class="pull-right"> {:__('Toggle Sidebar')}</label><p>{:__("Toggle the left sidebar's state (open or collapse)")}</p></div>
|
|
<div class="form-group"><label class="control-sidebar-subheading"><input type="checkbox" data-enable="expandOnHover" class="pull-right"> {:__('Sidebar Expand on Hover')}</label><p>{:__('Let the sidebar mini expand on hover')}</p></div>
|
|
<div class="form-group"><label class="control-sidebar-subheading"><input type="checkbox" data-menu="show-submenu" class="pull-right"> {:__('Show sub menu')}</label><p>{:__('Always show sub menu')}</p></div>
|
|
<div class="form-group"><label class="control-sidebar-subheading"><input type="checkbox" data-menu="disable-top-badge" class="pull-right"> {:__('Disable top menu badge')}</label><p>{:__('Disable top menu badge without left menu')}</p></div>
|
|
<div class="form-group"><label class="control-sidebar-subheading"><input type="checkbox" data-controlsidebar="control-sidebar-open" class="pull-right"> {:__('Toggle Right Sidebar Slide')}</label><p>{:__('Toggle between slide over content and push content effects')}</p></div>
|
|
<div class="form-group"><label class="control-sidebar-subheading"><input type="checkbox" data-sidebarskin="toggle" class="pull-right"> {:__('Toggle Right Sidebar Skin')}</label><p>{:__('Toggle between dark and light skins for the right sidebar')}</p></div>
|
|
<h4 class="control-sidebar-heading">{:__('Skins')}</h4>
|
|
<ul class="list-unstyled clearfix skin-list">
|
|
<li><a href="javascript:;" data-skin="skin-blue" style="" class="clearfix full-opacity-hover"><div><span style="display:block; width: 20%; float: left; height: 7px; background: #367fa9;"></span><span class="bg-light-blue" style="display:block; width: 80%; float: left; height: 7px;"></span></div><div><span style="display:block; width: 20%; float: left; height: 20px; background: #222d32;"></span><span style="display:block; width: 80%; float: left; height: 20px; background: #f4f5f7;"></span></div></a><p class="text-center no-margin">Blue</p></li>
|
|
<li><a href="javascript:;" data-skin="skin-white" 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: 7px; background: #fefefe;"></span><span style="display:block; width: 80%; float: left; height: 7px; background: #fefefe;"></span></div><div><span style="display:block; width: 20%; float: left; height: 20px; background: #222;"></span><span style="display:block; width: 80%; float: left; height: 20px; background: #f4f5f7;"></span></div></a><p class="text-center no-margin">White</p></li>
|
|
<li><a href="javascript:;" data-skin="skin-purple" class="clearfix full-opacity-hover"><div><span style="display:block; width: 20%; float: left; height: 7px;" class="bg-purple-active"></span><span class="bg-purple" style="display:block; width: 80%; float: left; height: 7px;"></span></div><div><span style="display:block; width: 20%; float: left; height: 20px; background: #222d32;"></span><span style="display:block; width: 80%; float: left; height: 20px; background: #f4f5f7;"></span></div></a><p class="text-center no-margin">Purple</p></li>
|
|
<li><a href="javascript:;" data-skin="skin-green" class="clearfix full-opacity-hover"><div><span style="display:block; width: 20%; float: left; height: 7px;" class="bg-green-active"></span><span class="bg-green" style="display:block; width: 80%; float: left; height: 7px;"></span></div><div><span style="display:block; width: 20%; float: left; height: 20px; background: #222d32;"></span><span style="display:block; width: 80%; float: left; height: 20px; background: #f4f5f7;"></span></div></a><p class="text-center no-margin">Green</p></li>
|
|
<li><a href="javascript:;" data-skin="skin-red" class="clearfix full-opacity-hover"><div><span style="display:block; width: 20%; float: left; height: 7px;" class="bg-red-active"></span><span class="bg-red" style="display:block; width: 80%; float: left; height: 7px;"></span></div><div><span style="display:block; width: 20%; float: left; height: 20px; background: #222d32;"></span><span style="display:block; width: 80%; float: left; height: 20px; background: #f4f5f7;"></span></div></a><p class="text-center no-margin">Red</p></li>
|
|
<li><a href="javascript:;" data-skin="skin-yellow" class="clearfix full-opacity-hover"><div><span style="display:block; width: 20%; float: left; height: 7px;" class="bg-yellow-active"></span><span class="bg-yellow" style="display:block; width: 80%; float: left; height: 7px;"></span></div><div><span style="display:block; width: 20%; float: left; height: 20px; background: #222d32;"></span><span style="display:block; width: 80%; float: left; height: 20px; background: #f4f5f7;"></span></div></a><p class="text-center no-margin">Yellow</p></li>
|
|
<li><a href="javascript:;" data-skin="skin-blue-light" class="clearfix full-opacity-hover"><div><span style="display:block; width: 20%; float: left; height: 7px; background: #367fa9;"></span><span class="bg-light-blue" style="display:block; width: 80%; float: left; height: 7px;"></span></div><div><span style="display:block; width: 20%; float: left; height: 20px; background: #f9fafc;"></span><span style="display:block; width: 80%; float: left; height: 20px; background: #f4f5f7;"></span></div></a><p class="text-center no-margin" style="font-size: 12px">Blue Light</p></li>
|
|
<li><a href="javascript:;" data-skin="skin-white-light" 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: 7px; background: #fefefe;"></span><span style="display:block; width: 80%; float: left; height: 7px; background: #fefefe;"></span></div><div><span style="display:block; width: 20%; float: left; height: 20px; background: #f9fafc;"></span><span style="display:block; width: 80%; float: left; height: 20px; background: #f4f5f7;"></span></div></a><p class="text-center no-margin" style="font-size: 12px">White Light</p></li>
|
|
<li><a href="javascript:;" data-skin="skin-purple-light" class="clearfix full-opacity-hover"><div><span style="display:block; width: 20%; float: left; height: 7px;" class="bg-purple-active"></span><span class="bg-purple" style="display:block; width: 80%; float: left; height: 7px;"></span></div><div><span style="display:block; width: 20%; float: left; height: 20px; background: #f9fafc;"></span><span style="display:block; width: 80%; float: left; height: 20px; background: #f4f5f7;"></span></div></a><p class="text-center no-margin" style="font-size: 12px">Purple Light</p></li>
|
|
<li><a href="javascript:;" data-skin="skin-green-light" class="clearfix full-opacity-hover"><div><span style="display:block; width: 20%; float: left; height: 7px;" class="bg-green-active"></span><span class="bg-green" style="display:block; width: 80%; float: left; height: 7px;"></span></div><div><span style="display:block; width: 20%; float: left; height: 20px; background: #f9fafc;"></span><span style="display:block; width: 80%; float: left; height: 20px; background: #f4f5f7;"></span></div></a><p class="text-center no-margin" style="font-size: 12px">Green Light</p></li>
|
|
<li><a href="javascript:;" data-skin="skin-red-light" class="clearfix full-opacity-hover"><div><span style="display:block; width: 20%; float: left; height: 7px;" class="bg-red-active"></span><span class="bg-red" style="display:block; width: 80%; float: left; height: 7px;"></span></div><div><span style="display:block; width: 20%; float: left; height: 20px; background: #f9fafc;"></span><span style="display:block; width: 80%; float: left; height: 20px; background: #f4f5f7;"></span></div></a><p class="text-center no-margin" style="font-size: 12px">Red Light</p></li>
|
|
<li><a href="javascript:;" data-skin="skin-yellow-light" class="clearfix full-opacity-hover"><div><span style="display:block; width: 20%; float: left; height: 7px;" class="bg-yellow-active"></span><span class="bg-yellow" style="display:block; width: 80%; float: left; height: 7px;"></span></div><div><span style="display:block; width: 20%; float: left; height: 20px; background: #f9fafc;"></span><span style="display:block; width: 80%; float: left; height: 20px; background: #f4f5f7;"></span></div></a><p class="text-center no-margin" style="font-size: 12px;">Yellow Light</p></li>
|
|
</ul>
|
|
</div>
|
|
<div class="tab-pane" id="control-sidebar-home-tab">
|
|
<h3 class="control-sidebar-heading">{:__('Recent Activity')}</h3>
|
|
<ul class="control-sidebar-menu">
|
|
<li>
|
|
<a href="javascript:void(0)">
|
|
<i class="menu-icon fa fa-birthday-cake bg-red"></i>
|
|
|
|
<div class="menu-info">
|
|
<h4 class="control-sidebar-subheading">Langdon's Birthday</h4>
|
|
|
|
<p>Will be 23 on April 24th</p>
|
|
</div>
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="javascript:void(0)">
|
|
<i class="menu-icon fa fa-user bg-yellow"></i>
|
|
|
|
<div class="menu-info">
|
|
<h4 class="control-sidebar-subheading">Frodo Updated His Profile</h4>
|
|
|
|
<p>New phone +1(800)555-1234</p>
|
|
</div>
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="javascript:void(0)">
|
|
<i class="menu-icon fa fa-envelope-o bg-light-blue"></i>
|
|
|
|
<div class="menu-info">
|
|
<h4 class="control-sidebar-subheading">Nora Joined Mailing List</h4>
|
|
|
|
<p>nora@example.com</p>
|
|
</div>
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="javascript:void(0)">
|
|
<i class="menu-icon fa fa-file-code-o bg-green"></i>
|
|
|
|
<div class="menu-info">
|
|
<h4 class="control-sidebar-subheading">Cron Job 254 Executed</h4>
|
|
|
|
<p>Execution time 5 seconds</p>
|
|
</div>
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
<!-- /.control-sidebar-menu -->
|
|
|
|
<h3 class="control-sidebar-heading">{:__('Tasks Progress')}</h3>
|
|
<ul class="control-sidebar-menu">
|
|
<li>
|
|
<a href="javascript:void(0)">
|
|
<h4 class="control-sidebar-subheading">
|
|
Custom Template Design
|
|
<span class="label label-danger pull-right">70%</span>
|
|
</h4>
|
|
|
|
<div class="progress progress-xxs">
|
|
<div class="progress-bar progress-bar-danger" style="width: 70%"></div>
|
|
</div>
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="javascript:void(0)">
|
|
<h4 class="control-sidebar-subheading">
|
|
Update Resume
|
|
<span class="label label-success pull-right">95%</span>
|
|
</h4>
|
|
|
|
<div class="progress progress-xxs">
|
|
<div class="progress-bar progress-bar-success" style="width: 95%"></div>
|
|
</div>
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="javascript:void(0)">
|
|
<h4 class="control-sidebar-subheading">
|
|
Laravel Integration
|
|
<span class="label label-warning pull-right">50%</span>
|
|
</h4>
|
|
|
|
<div class="progress progress-xxs">
|
|
<div class="progress-bar progress-bar-warning" style="width: 50%"></div>
|
|
</div>
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="javascript:void(0)">
|
|
<h4 class="control-sidebar-subheading">
|
|
Back End Framework
|
|
<span class="label label-primary pull-right">68%</span>
|
|
</h4>
|
|
|
|
<div class="progress progress-xxs">
|
|
<div class="progress-bar progress-bar-primary" style="width: 68%"></div>
|
|
</div>
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
<!-- /.control-sidebar-menu -->
|
|
|
|
</div>
|
|
<!-- /.tab-pane -->
|
|
<!-- Stats tab content -->
|
|
<div class="tab-pane" id="control-sidebar-stats-tab">Stats Tab Content</div>
|
|
<!-- /.tab-pane -->
|
|
<!-- Settings tab content -->
|
|
<div class="tab-pane" id="control-sidebar-settings-tab">
|
|
<form method="post">
|
|
<h3 class="control-sidebar-heading">General Settings</h3>
|
|
|
|
<!-- /.form-group -->
|
|
|
|
<div class="form-group">
|
|
<label class="control-sidebar-subheading">
|
|
Allow mail redirect
|
|
<input type="checkbox" class="pull-right" checked>
|
|
</label>
|
|
|
|
<p>
|
|
Other sets of options are available
|
|
</p>
|
|
</div>
|
|
<!-- /.form-group -->
|
|
|
|
<div class="form-group">
|
|
<label class="control-sidebar-subheading">
|
|
Expose author name in posts
|
|
<input type="checkbox" class="pull-right" checked>
|
|
</label>
|
|
|
|
<p>
|
|
Allow the user to show his name in blog posts
|
|
</p>
|
|
</div>
|
|
<!-- /.form-group -->
|
|
|
|
<!-- /.form-group -->
|
|
</form>
|
|
</div>
|
|
<!-- /.tab-pane -->
|
|
</div>
|
|
</aside>
|
|
<!-- /.control-sidebar --> |