Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
media-resource
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
杨昕
media-resource
Commits
470846e3
Commit
470846e3
authored
Aug 24, 2020
by
杨昕
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改后台首页header
parent
54576785
Pipeline
#10805
passed with stages
in 41 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
56 deletions
+1
-56
index.blade.php
resources/views/admin/index.blade.php
+1
-56
No files found.
resources/views/admin/index.blade.php
View file @
470846e3
...
...
@@ -6,62 +6,7 @@
<!--====================================================
MAIN NAVBAR
======================================================-->
<header
class=
"header"
>
<nav
class=
"navbar navbar-expand-lg "
>
<div
class=
"search-box"
>
<button
class=
"dismiss"
><i
class=
"icon-close"
></i></button>
<form
id=
"searchForm"
action=
"#"
role=
"search"
>
<input
type=
"search"
placeholder=
"Search Now"
class=
"form-control"
>
</form>
</div>
<div
class=
"container-fluid "
>
<div
class=
"navbar-holder d-flex align-items-center justify-content-between"
>
<div
class=
"navbar-header"
>
<a
href=
"/web/admin"
class=
"navbar-brand"
>
<div
class=
"brand-text brand-big hidden-lg-down"
>
<h4>
中公教育-媒资
</h4>
{{--
<img
src=
" {{ asset('xadmin/img/logo-white.png')}}"
alt=
"Logo"
style=
"width: 180px;height: auto;"
class=
"img-fluid"
>
--}}
</div>
<div
class=
"brand-text brand-small"
><img
src=
" {{ asset('xadmin/img/logo-icon.pn')}}g"
alt=
"Logo"
class=
"img-fluid"
></div>
</a>
</div>
</div>
<ul
class=
"nav-menu list-unstyled d-flex flex-md-row align-items-md-center"
>
<li
class=
"nav-item dropdown"
><a
id=
"profile"
class=
"nav-link logout"
data-target=
"#"
href=
"#"
data-toggle=
"dropdown"
aria-haspopup=
"true"
aria-expanded=
"false"
><img
src=
" {{ asset('xadmin/img/avatar-1.jpg')}}"
alt=
"..."
class=
"img-fluid rounded-circle"
style=
"height: 30px; width: 30px;"
></a>
<ul
aria-labelledby=
"profile"
class=
"dropdown-menu profile"
>
<li>
<a
rel=
"nofollow"
href=
"#"
class=
"dropdown-item d-flex"
>
<div
class=
"msg-profile"
>
<img
src=
" {{ asset('xadmin/img/avatar-1.jpg')}}"
alt=
"..."
class=
"img-fluid rounded-circle"
></div>
<div
class=
"msg-body"
>
<h3
class=
"h5"
>
{{\Illuminate\Support\Facades\Auth::user()->name}}
</h3>
</div>
</a>
<hr>
</li>
<li>
<a
rel=
"nofollow"
href=
"#"
class=
"dropdown-item"
>
<div
class=
"notification"
>
<div
class=
"notification-content"
><i
class=
"fa fa-cog"
></i>
切换店铺
</div>
</div>
</a>
</li>
<li>
<a
rel=
"nofollow"
href=
"/web/logout"
class=
"dropdown-item"
>
<div
class=
"notification"
>
<div
class=
"notification-content"
><i
class=
"fa fa-power-off"
></i>
退出
</div>
</div>
</a>
</li>
</ul>
</li>
</ul>
</div>
</nav>
</header>
@include('admin.common.header')
<!--====================================================
PAGE CONTENT
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment