整合资源,新增Logo和icon的资源

This commit is contained in:
zhaoxiang 2016-11-05 22:35:39 +08:00
parent acf70354ec
commit 9a957a4692
30 changed files with 510 additions and 510 deletions

View File

@ -4,6 +4,6 @@
{/block}
{block name="myScript"}
<script>
$.AdminTemplate.alertMsg();
</script>
{/block}

View File

@ -10,6 +10,7 @@
<link rel="stylesheet" href="//cdn.bootcss.com/ionicons/2.0.1/css/ionicons.min.css">
<link rel="stylesheet" href="__ADMIN__/dist/css/AdminLTE.min.css">
<link rel="stylesheet" href="__ADMIN__/dist/css/skins/_all-skins.min.css">
<link rel="icon" href="__ADMIN__/dist/img/favicon.ico">
<style>
body{
font-size: 1.6rem;
@ -26,8 +27,10 @@
<div class="wrapper">
<!--顶部banner-->
<header class="main-header">
<a href="{:url('Index/index')}" class="logo">
<span class="logo-mini">7D</span>
<a href="{:url('Index/index')}" class="logo" style="height: 52px">
<span class="logo-mini">
<img src="__ADMIN__/dist/img/logo.jpg" width="51px" alt="">
</span>
<span class="logo-lg">7d-vision</span>
</a>
<nav class="navbar navbar-static-top">
@ -38,247 +41,247 @@
<span class="icon-bar"></span>
</a>
<div class="navbar-custom-menu">
<!--<ul class="nav navbar-nav">-->
<!--&lt;!&ndash; Messages: style can be found in dropdown.less&ndash;&gt;-->
<!--<li class="dropdown messages-menu">-->
<!--<a href="#" class="dropdown-toggle" data-toggle="dropdown">-->
<!--<i class="fa fa-envelope-o"></i>-->
<!--<span class="label label-success">4</span>-->
<!--</a>-->
<!--<ul class="dropdown-menu">-->
<!--<li class="header">You have 4 messages</li>-->
<!--<li>-->
<!--&lt;!&ndash; inner menu: contains the actual data &ndash;&gt;-->
<!--<ul class="menu">-->
<!--<li>&lt;!&ndash; start message &ndash;&gt;-->
<!--<a href="#">-->
<!--<div class="pull-left">-->
<!--<img src="__ADMIN__/dist/img/user2-160x160.jpg" class="img-circle" alt="User Image">-->
<!--</div>-->
<!--<h4>-->
<!--Support Team-->
<!--<small><i class="fa fa-clock-o"></i> 5 mins</small>-->
<!--</h4>-->
<!--<p>Why not buy a new awesome theme?</p>-->
<!--</a>-->
<!--</li>-->
<!--&lt;!&ndash; end message &ndash;&gt;-->
<!--<li>-->
<!--<a href="#">-->
<!--<div class="pull-left">-->
<!--<img src="__ADMIN__/dist/img/user3-128x128.jpg" class="img-circle" alt="User Image">-->
<!--</div>-->
<!--<h4>-->
<!--AdminLTE Design Team-->
<!--<small><i class="fa fa-clock-o"></i> 2 hours</small>-->
<!--</h4>-->
<!--<p>Why not buy a new awesome theme?</p>-->
<!--</a>-->
<!--</li>-->
<!--<li>-->
<!--<a href="#">-->
<!--<div class="pull-left">-->
<!--<img src="__ADMIN__/dist/img/user4-128x128.jpg" class="img-circle" alt="User Image">-->
<!--</div>-->
<!--<h4>-->
<!--Developers-->
<!--<small><i class="fa fa-clock-o"></i> Today</small>-->
<!--</h4>-->
<!--<p>Why not buy a new awesome theme?</p>-->
<!--</a>-->
<!--</li>-->
<!--<li>-->
<!--<a href="#">-->
<!--<div class="pull-left">-->
<!--<img src="__ADMIN__/dist/img/user3-128x128.jpg" class="img-circle" alt="User Image">-->
<!--</div>-->
<!--<h4>-->
<!--Sales Department-->
<!--<small><i class="fa fa-clock-o"></i> Yesterday</small>-->
<!--</h4>-->
<!--<p>Why not buy a new awesome theme?</p>-->
<!--</a>-->
<!--</li>-->
<!--<li>-->
<!--<a href="#">-->
<!--<div class="pull-left">-->
<!--<img src="__ADMIN__/dist/img/user4-128x128.jpg" class="img-circle" alt="User Image">-->
<!--</div>-->
<!--<h4>-->
<!--Reviewers-->
<!--<small><i class="fa fa-clock-o"></i> 2 days</small>-->
<!--</h4>-->
<!--<p>Why not buy a new awesome theme?</p>-->
<!--</a>-->
<!--</li>-->
<!--</ul>-->
<!--</li>-->
<!--<li class="footer"><a href="#">See All Messages</a></li>-->
<!--</ul>-->
<!--</li>-->
<!--&lt;!&ndash; Notifications: style can be found in dropdown.less &ndash;&gt;-->
<!--<li class="dropdown notifications-menu">-->
<!--<a href="#" class="dropdown-toggle" data-toggle="dropdown">-->
<!--<i class="fa fa-bell-o"></i>-->
<!--<span class="label label-warning">10</span>-->
<!--</a>-->
<!--<ul class="dropdown-menu">-->
<!--<li class="header">You have 10 notifications</li>-->
<!--<li>-->
<!--&lt;!&ndash; inner menu: contains the actual data &ndash;&gt;-->
<!--<ul class="menu">-->
<!--<li>-->
<!--<a href="#">-->
<!--<i class="fa fa-users text-aqua"></i> 5 new members joined today-->
<!--</a>-->
<!--</li>-->
<!--<li>-->
<!--<a href="#">-->
<!--<i class="fa fa-warning text-yellow"></i> Very long description here that may not fit into the-->
<!--page and may cause design problems-->
<!--</a>-->
<!--</li>-->
<!--<li>-->
<!--<a href="#">-->
<!--<i class="fa fa-users text-red"></i> 5 new members joined-->
<!--</a>-->
<!--</li>-->
<!--<li>-->
<!--<a href="#">-->
<!--<i class="fa fa-shopping-cart text-green"></i> 25 sales made-->
<!--</a>-->
<!--</li>-->
<!--<li>-->
<!--<a href="#">-->
<!--<i class="fa fa-user text-red"></i> You changed your username-->
<!--</a>-->
<!--</li>-->
<!--</ul>-->
<!--</li>-->
<!--<li class="footer"><a href="#">View all</a></li>-->
<!--</ul>-->
<!--</li>-->
<!--&lt;!&ndash; Tasks: style can be found in dropdown.less &ndash;&gt;-->
<!--<li class="dropdown tasks-menu">-->
<!--<a href="#" class="dropdown-toggle" data-toggle="dropdown">-->
<!--<i class="fa fa-flag-o"></i>-->
<!--<span class="label label-danger">9</span>-->
<!--</a>-->
<!--<ul class="dropdown-menu">-->
<!--<li class="header">You have 9 tasks</li>-->
<!--<li>-->
<!--&lt;!&ndash; inner menu: contains the actual data &ndash;&gt;-->
<!--<ul class="menu">-->
<!--<li>&lt;!&ndash; Task item &ndash;&gt;-->
<!--<a href="#">-->
<!--<h3>-->
<!--Design some buttons-->
<!--<small class="pull-right">20%</small>-->
<!--</h3>-->
<!--<div class="progress xs">-->
<!--<div class="progress-bar progress-bar-aqua" style="width: 20%" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100">-->
<!--<span class="sr-only">20% Complete</span>-->
<!--</div>-->
<!--</div>-->
<!--</a>-->
<!--</li>-->
<!--&lt;!&ndash; end task item &ndash;&gt;-->
<!--<li>&lt;!&ndash; Task item &ndash;&gt;-->
<!--<a href="#">-->
<!--<h3>-->
<!--Create a nice theme-->
<!--<small class="pull-right">40%</small>-->
<!--</h3>-->
<!--<div class="progress xs">-->
<!--<div class="progress-bar progress-bar-green" style="width: 40%" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100">-->
<!--<span class="sr-only">40% Complete</span>-->
<!--</div>-->
<!--</div>-->
<!--</a>-->
<!--</li>-->
<!--&lt;!&ndash; end task item &ndash;&gt;-->
<!--<li>&lt;!&ndash; Task item &ndash;&gt;-->
<!--<a href="#">-->
<!--<h3>-->
<!--Some task I need to do-->
<!--<small class="pull-right">60%</small>-->
<!--</h3>-->
<!--<div class="progress xs">-->
<!--<div class="progress-bar progress-bar-red" style="width: 60%" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100">-->
<!--<span class="sr-only">60% Complete</span>-->
<!--</div>-->
<!--</div>-->
<!--</a>-->
<!--</li>-->
<!--&lt;!&ndash; end task item &ndash;&gt;-->
<!--<li>&lt;!&ndash; Task item &ndash;&gt;-->
<!--<a href="#">-->
<!--<h3>-->
<!--Make beautiful transitions-->
<!--<small class="pull-right">80%</small>-->
<!--</h3>-->
<!--<div class="progress xs">-->
<!--<div class="progress-bar progress-bar-yellow" style="width: 80%" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100">-->
<!--<span class="sr-only">80% Complete</span>-->
<!--</div>-->
<!--</div>-->
<!--</a>-->
<!--</li>-->
<!--&lt;!&ndash; end task item &ndash;&gt;-->
<!--</ul>-->
<!--</li>-->
<!--<li class="footer">-->
<!--<a href="#">View all tasks</a>-->
<!--</li>-->
<!--</ul>-->
<!--</li>-->
<!--&lt;!&ndash; User Account: style can be found in dropdown.less &ndash;&gt;-->
<!--<li class="dropdown user user-menu">-->
<!--<a href="#" class="dropdown-toggle" data-toggle="dropdown">-->
<!--<img src="__ADMIN__/dist/img/user2-160x160.jpg" class="user-image" alt="User Image">-->
<!--<span class="hidden-xs">Alexander Pierce</span>-->
<!--</a>-->
<!--<ul class="dropdown-menu">-->
<!--&lt;!&ndash; User image &ndash;&gt;-->
<!--<li class="user-header">-->
<!--<img src="__ADMIN__/dist/img/user2-160x160.jpg" class="img-circle" alt="User Image">-->
<ul class="nav navbar-nav">
<!-- Messages: style can be found in dropdown.less-->
<li class="dropdown messages-menu">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<i class="fa fa-envelope-o"></i>
<span class="label label-success">4</span>
</a>
<ul class="dropdown-menu">
<li class="header">You have 4 messages</li>
<li>
<!-- inner menu: contains the actual data -->
<ul class="menu">
<li><!-- start message -->
<a href="#">
<div class="pull-left">
<img src="__ADMIN__/dist/img/logo.jpg" class="img-circle" alt="User Image">
</div>
<h4>
Support Team
<small><i class="fa fa-clock-o"></i> 5 mins</small>
</h4>
<p>Why not buy a new awesome theme?</p>
</a>
</li>
<!-- end message -->
<li>
<a href="#">
<div class="pull-left">
<img src="__ADMIN__/dist/img/user3-128x128.jpg" class="img-circle" alt="User Image">
</div>
<h4>
AdminLTE Design Team
<small><i class="fa fa-clock-o"></i> 2 hours</small>
</h4>
<p>Why not buy a new awesome theme?</p>
</a>
</li>
<li>
<a href="#">
<div class="pull-left">
<img src="__ADMIN__/dist/img/user4-128x128.jpg" class="img-circle" alt="User Image">
</div>
<h4>
Developers
<small><i class="fa fa-clock-o"></i> Today</small>
</h4>
<p>Why not buy a new awesome theme?</p>
</a>
</li>
<li>
<a href="#">
<div class="pull-left">
<img src="__ADMIN__/dist/img/user3-128x128.jpg" class="img-circle" alt="User Image">
</div>
<h4>
Sales Department
<small><i class="fa fa-clock-o"></i> Yesterday</small>
</h4>
<p>Why not buy a new awesome theme?</p>
</a>
</li>
<li>
<a href="#">
<div class="pull-left">
<img src="__ADMIN__/dist/img/user4-128x128.jpg" class="img-circle" alt="User Image">
</div>
<h4>
Reviewers
<small><i class="fa fa-clock-o"></i> 2 days</small>
</h4>
<p>Why not buy a new awesome theme?</p>
</a>
</li>
</ul>
</li>
<li class="footer"><a href="#">See All Messages</a></li>
</ul>
</li>
<!-- Notifications: style can be found in dropdown.less -->
<li class="dropdown notifications-menu">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<i class="fa fa-bell-o"></i>
<span class="label label-warning">10</span>
</a>
<ul class="dropdown-menu">
<li class="header">You have 10 notifications</li>
<li>
<!-- inner menu: contains the actual data -->
<ul class="menu">
<li>
<a href="#">
<i class="fa fa-users text-aqua"></i> 5 new members joined today
</a>
</li>
<li>
<a href="#">
<i class="fa fa-warning text-yellow"></i> Very long description here that may not fit into the
page and may cause design problems
</a>
</li>
<li>
<a href="#">
<i class="fa fa-users text-red"></i> 5 new members joined
</a>
</li>
<li>
<a href="#">
<i class="fa fa-shopping-cart text-green"></i> 25 sales made
</a>
</li>
<li>
<a href="#">
<i class="fa fa-user text-red"></i> You changed your username
</a>
</li>
</ul>
</li>
<li class="footer"><a href="#">View all</a></li>
</ul>
</li>
<!-- Tasks: style can be found in dropdown.less -->
<li class="dropdown tasks-menu">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<i class="fa fa-flag-o"></i>
<span class="label label-danger">9</span>
</a>
<ul class="dropdown-menu">
<li class="header">You have 9 tasks</li>
<li>
<!-- inner menu: contains the actual data -->
<ul class="menu">
<li><!-- Task item -->
<a href="#">
<h3>
Design some buttons
<small class="pull-right">20%</small>
</h3>
<div class="progress xs">
<div class="progress-bar progress-bar-aqua" style="width: 20%" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100">
<span class="sr-only">20% Complete</span>
</div>
</div>
</a>
</li>
<!-- end task item -->
<li><!-- Task item -->
<a href="#">
<h3>
Create a nice theme
<small class="pull-right">40%</small>
</h3>
<div class="progress xs">
<div class="progress-bar progress-bar-green" style="width: 40%" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100">
<span class="sr-only">40% Complete</span>
</div>
</div>
</a>
</li>
<!-- end task item -->
<li><!-- Task item -->
<a href="#">
<h3>
Some task I need to do
<small class="pull-right">60%</small>
</h3>
<div class="progress xs">
<div class="progress-bar progress-bar-red" style="width: 60%" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100">
<span class="sr-only">60% Complete</span>
</div>
</div>
</a>
</li>
<!-- end task item -->
<li><!-- Task item -->
<a href="#">
<h3>
Make beautiful transitions
<small class="pull-right">80%</small>
</h3>
<div class="progress xs">
<div class="progress-bar progress-bar-yellow" style="width: 80%" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100">
<span class="sr-only">80% Complete</span>
</div>
</div>
</a>
</li>
<!-- end task item -->
</ul>
</li>
<li class="footer">
<a href="#">View all tasks</a>
</li>
</ul>
</li>
<!-- User Account: style can be found in dropdown.less -->
<li class="dropdown user user-menu">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<img src="__ADMIN__/dist/img/logo.jpg" class="user-image" alt="User Image">
<span class="hidden-xs">Alexander Pierce</span>
</a>
<ul class="dropdown-menu">
<!-- User image -->
<li class="user-header">
<img src="__ADMIN__/dist/img/logo.jpg" class="img-circle" alt="User Image">
<!--<p>-->
<!--Alexander Pierce - Web Developer-->
<!--<small>Member since Nov. 2012</small>-->
<!--</p>-->
<!--</li>-->
<!--&lt;!&ndash; Menu Body &ndash;&gt;-->
<!--<li class="user-body">-->
<!--<div class="row">-->
<!--<div class="col-xs-4 text-center">-->
<!--<a href="#">Followers</a>-->
<!--</div>-->
<!--<div class="col-xs-4 text-center">-->
<!--<a href="#">Sales</a>-->
<!--</div>-->
<!--<div class="col-xs-4 text-center">-->
<!--<a href="#">Friends</a>-->
<!--</div>-->
<!--</div>-->
<!--&lt;!&ndash; /.row &ndash;&gt;-->
<!--</li>-->
<!--&lt;!&ndash; Menu Footer&ndash;&gt;-->
<!--<li class="user-footer">-->
<!--<div class="pull-left">-->
<!--<a href="#" class="btn btn-default btn-flat">Profile</a>-->
<!--</div>-->
<!--<div class="pull-right">-->
<!--<a href="#" class="btn btn-default btn-flat">Sign out</a>-->
<!--</div>-->
<!--</li>-->
<!--</ul>-->
<!--</li>-->
<!--&lt;!&ndash; Control Sidebar Toggle Button &ndash;&gt;-->
<!--<li>-->
<!--<a href="#" data-toggle="control-sidebar"><i class="fa fa-gears"></i></a>-->
<!--</li>-->
<!--</ul>-->
<p>
Alexander Pierce - Web Developer
<small>Member since Nov. 2012</small>
</p>
</li>
<!-- Menu Body -->
<li class="user-body">
<div class="row">
<div class="col-xs-4 text-center">
<a href="#">Followers</a>
</div>
<div class="col-xs-4 text-center">
<a href="#">Sales</a>
</div>
<div class="col-xs-4 text-center">
<a href="#">Friends</a>
</div>
</div>
<!-- /.row -->
</li>
<!-- Menu Footer-->
<li class="user-footer">
<div class="pull-left">
<a href="#" class="btn btn-default btn-flat">Profile</a>
</div>
<div class="pull-right">
<a href="#" class="btn btn-default btn-flat">Sign out</a>
</div>
</li>
</ul>
</li>
<!-- Control Sidebar Toggle Button -->
<li>
<a href="#" data-toggle="control-sidebar"><i class="fa fa-gears"></i></a>
</li>
</ul>
</div>
</nav>
</header>
@ -288,7 +291,7 @@
<!--管理员信息-->
<div class="user-panel">
<div class="pull-left image">
<img src="__ADMIN__/dist/img/user2-160x160.jpg" class="img-circle" alt="头像">
<img src="__ADMIN__/dist/img/logo.jpg" class="img-circle" alt="头像">
</div>
<div class="pull-left info">
<p>系统管理员</p>
@ -390,192 +393,190 @@
</footer>
<!-- 设置面板 -->
<aside class="control-sidebar control-sidebar-dark">
<!-- Create the tabs -->
<!--<ul class="nav nav-tabs nav-justified control-sidebar-tabs">-->
<!--<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">-->
<!--&lt;!&ndash; Home tab content &ndash;&gt;-->
<!--<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>-->
<ul class="nav nav-tabs nav-justified control-sidebar-tabs">
<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>
<div class="tab-content">
<!-- Home tab content -->
<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>-->
<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>-->
<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>-->
<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>-->
<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>-->
<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>-->
<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>-->
<div class="menu-info">
<h4 class="control-sidebar-subheading">Cron Job 254 Executed</h4>
<!--<p>Execution time 5 seconds</p>-->
<!--</div>-->
<!--</a>-->
<!--</li>-->
<!--</ul>-->
<!--&lt;!&ndash; /.control-sidebar-menu &ndash;&gt;-->
<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>-->
<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-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-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-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>-->
<!--&lt;!&ndash; /.control-sidebar-menu &ndash;&gt;-->
<div class="progress progress-xxs">
<div class="progress-bar progress-bar-primary" style="width: 68%"></div>
</div>
</a>
</li>
</ul>
<!-- /.control-sidebar-menu -->
<!--</div>-->
<!--&lt;!&ndash; /.tab-pane &ndash;&gt;-->
<!--&lt;!&ndash; Stats tab content &ndash;&gt;-->
<!--<div class="tab-pane" id="control-sidebar-stats-tab">Stats Tab Content</div>-->
<!--&lt;!&ndash; /.tab-pane &ndash;&gt;-->
<!--&lt;!&ndash; Settings tab content &ndash;&gt;-->
<!--<div class="tab-pane" id="control-sidebar-settings-tab">-->
<!--<form method="post">-->
<!--<h3 class="control-sidebar-heading">General Settings</h3>-->
</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>
<!--<div class="form-group">-->
<!--<label class="control-sidebar-subheading">-->
<!--Report panel usage-->
<!--<input type="checkbox" class="pull-right" checked>-->
<!--</label>-->
<div class="form-group">
<label class="control-sidebar-subheading">
Report panel usage
<input type="checkbox" class="pull-right" checked>
</label>
<!--<p>-->
<!--Some information about this general settings option-->
<!--</p>-->
<!--</div>-->
<!--&lt;!&ndash; /.form-group &ndash;&gt;-->
<p>
Some information about this general settings option
</p>
</div>
<!-- /.form-group -->
<!--<div class="form-group">-->
<!--<label class="control-sidebar-subheading">-->
<!--Allow mail redirect-->
<!--<input type="checkbox" class="pull-right" checked>-->
<!--</label>-->
<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>-->
<!--&lt;!&ndash; /.form-group &ndash;&gt;-->
<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>-->
<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>-->
<!--&lt;!&ndash; /.form-group &ndash;&gt;-->
<p>
Allow the user to show his name in blog posts
</p>
</div>
<!-- /.form-group -->
<!--<h3 class="control-sidebar-heading">Chat Settings</h3>-->
<h3 class="control-sidebar-heading">Chat Settings</h3>
<!--<div class="form-group">-->
<!--<label class="control-sidebar-subheading">-->
<!--Show me as online-->
<!--<input type="checkbox" class="pull-right" checked>-->
<!--</label>-->
<!--</div>-->
<!--&lt;!&ndash; /.form-group &ndash;&gt;-->
<div class="form-group">
<label class="control-sidebar-subheading">
Show me as online
<input type="checkbox" class="pull-right" checked>
</label>
</div>
<!-- /.form-group -->
<!--<div class="form-group">-->
<!--<label class="control-sidebar-subheading">-->
<!--Turn off notifications-->
<!--<input type="checkbox" class="pull-right">-->
<!--</label>-->
<!--</div>-->
<!--&lt;!&ndash; /.form-group &ndash;&gt;-->
<div class="form-group">
<label class="control-sidebar-subheading">
Turn off notifications
<input type="checkbox" class="pull-right">
</label>
</div>
<!-- /.form-group -->
<!--<div class="form-group">-->
<!--<label class="control-sidebar-subheading">-->
<!--Delete chat history-->
<!--<a href="javascript:void(0)" class="text-red pull-right"><i class="fa fa-trash-o"></i></a>-->
<!--</label>-->
<!--</div>-->
<!--&lt;!&ndash; /.form-group &ndash;&gt;-->
<!--</form>-->
<!--</div>-->
<!--&lt;!&ndash; /.tab-pane &ndash;&gt;-->
<!--</div>-->
<div class="form-group">
<label class="control-sidebar-subheading">
Delete chat history
<a href="javascript:void(0)" class="text-red pull-right"><i class="fa fa-trash-o"></i></a>
</label>
</div>
<!-- /.form-group -->
</form>
</div>
<!-- /.tab-pane -->
</div>
</aside>
<!-- 主题适配相关(完成适配) -->
<div class="control-sidebar-bg"></div>

View File

@ -7,6 +7,7 @@
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
<link rel="stylesheet" href="__STATIC__/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="__ADMIN__/dist/css/AdminLTE.min.css">
<link rel="icon" href="__ADMIN__/dist/img/favicon.ico">
<!--[if lt IE 9]>
<script src="//cdn.bootcss.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="//cdn.bootcss.com/respond.js/1.4.2/respond.min.js"></script>
@ -17,9 +18,10 @@
<div class="login-logo">
<a href="{:config('WEBSITE_DOMAIN')}"><b>7D</b> VISION</a>
</div>
<!-- /.login-logo -->
<div class="login-box-body">
<p class="login-box-msg">请填写您的账号名和密码</p>
<p class="login-box-msg">
<span class="label label-info">请填写您的账号和密码</span>
</p>
<form action="{:url('User/login')}" id="form-login">
<div class="form-group has-feedback">
@ -32,7 +34,7 @@
</div>
<div class="row">
<div class="col-xs-12">
<span type="submit" target-form="form-login" class="btn btn-primary ajax-post btn-block btn-flat">登 录</span>
<button type="submit" target-form="form-login" class="btn btn-primary ajax-post btn-block btn-flat">登 录</button>
</div>
</div>
</form>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

BIN
public/static/admin/dist/img/favicon.ico vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

BIN
public/static/admin/dist/img/logo.jpg vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 658 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 414 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 383 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.9 KiB

View File

@ -7,108 +7,105 @@
(function ($) {
"use strict";
$(function() {
/**
* 格式化时间戳为了和PHP的date函数统一这里的时间戳都是10位不包含毫秒
* @param timestamp
* @returns {string}
*/
$.formatDate = function ( timestamp ) {
timestamp *= 1000;
var date = new Date(timestamp);
var Y = date.getFullYear() + '-';
var M = (date.getMonth()+1 < 10 ? '0'+(date.getMonth()+1) : date.getMonth()+1) + '-';
var D = (date.getDate()+1 < 10 ? '0'+(date.getDate()+1) : date.getDate()+1) + ' ';
var h = date.getHours() + ':';
var m = date.getMinutes() + ':';
var s = date.getSeconds();
return Y+M+D+h+m+s;
};
/**
* 格式化时间戳为了和PHP的date函数统一这里的时间戳都是10位不包含毫秒
* @param timestamp
* @returns {string}
*/
$.formatDate = function ( timestamp ) {
timestamp *= 1000;
var date = new Date(timestamp);
var Y = date.getFullYear() + '-';
var M = (date.getMonth()+1 < 10 ? '0'+(date.getMonth()+1) : date.getMonth()+1) + '-';
var D = (date.getDate()+1 < 10 ? '0'+(date.getDate()+1) : date.getDate()+1) + ' ';
var h = date.getHours() + ':';
var m = date.getMinutes() + ':';
var s = date.getSeconds();
return Y+M+D+h+m+s;
};
$.alertMsg = function( msg ){
var dialog = bootbox.dialog({
message: '<p class="text-center">'+msg+'</p>',
closeButton: false
});
setTimeout(function(){
dialog.modal('hide');
}, 2000);
};
$.buildDom = function ( jsonStr ) {
};
var emptyList = function() {
};
var easyList = function( listObj ) {
};
var topButton = function( topObj ) {
};
var rightButton = function( rightObj ) {
};
var easyForm = function( formObj ) {
};
var input = function( inputObj ) {
};
var select = function( selectObj ) {
};
var button = function( buttonObj ) {
};
/**
* 面包屑
*/
var breadcrumb = function( ) {
};
//ajax post submit请求
$('body').on('click', '.ajax-post', function() {
var message,query,form,target;
var target_form = $(this).attr('target-form');
if ( $(this).attr('type') == 'submit' ) {
form = $('#' + target_form);
query = form.serialize();
target = form.attr('action');
$.post(target, query).success(function(data) {
if (data.status == 1) {
if (data.url) {
message = data.msg + ' 页面即将自动跳转~';
} else {
message = data.msg;
}
$.alertMsg(message);
setTimeout(function() {
if (data.url) {
location.href = data.url;
} else {
location.reload();
}
}, 2000);
} else {
$.alertMsg(data.msg);
}
});
}
return false;
$.alertMsg = function( msg ){
var dialog = bootbox.dialog({
message: '<p class="text-center">'+msg+'</p>',
closeButton: false
});
});
setTimeout(function(){
dialog.modal('hide');
}, 2000);
};
$.buildDom = function ( jsonStr ) {
};
var emptyList = function() {
};
var easyList = function( listObj ) {
};
var topButton = function( topObj ) {
};
var rightButton = function( rightObj ) {
};
var easyForm = function( formObj ) {
};
var input = function( inputObj ) {
};
var select = function( selectObj ) {
};
var button = function( buttonObj ) {
};
/**
* 面包屑
*/
var breadcrumb = function( ) {
};
//ajax post submit请求
$('body').on('click', '.ajax-post', function() {
var message,query,form,target;
var target_form = $(this).attr('target-form');
if ( $(this).attr('type') == 'submit' ) {
form = $('#' + target_form);
query = form.serialize();
target = form.attr('action');
$.post(target, query).success(function(data) {
if (data.status == 1) {
if (data.url) {
message = data.msg + ' 页面即将自动跳转~';
} else {
message = data.msg;
}
$.alertMsg(message);
setTimeout(function() {
if (data.url) {
location.href = data.url;
} else {
location.reload();
}
}, 2000);
} else {
$.alertMsg(data.msg);
}
});
}
return false;
});
})(jQuery);