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
6408475f
Commit
6408475f
authored
Aug 17, 2020
by
杨昕
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加没有数据页面
parent
75aba9bb
Pipeline
#10703
passed with stages
in 44 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
114 additions
and
0 deletions
+114
-0
nodata.blade.php
resources/views/admin/nodata.blade.php
+114
-0
No files found.
resources/views/admin/nodata.blade.php
0 → 100644
View file @
6408475f
<!DOCTYPE html>
<html>
@include('admin.common.commonMedia')
<body>
<!--====================================================
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-power-off"
></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>
<!--====================================================
PAGE CONTENT
======================================================-->
<div
class=
"page-content d-flex align-items-stretch"
>
<!--***** SIDE NAVBAR *****-->
{{--@include('admin.common.left')--}}
<div
class=
"content-inner"
style=
"width: 100%;"
>
<div
class=
"no-service"
>
暂无相关业务
</div>
</div>
</div>
<style>
.no-service
{
text-align
:
center
;
line-height
:
200px
;
min-height
:
200px
;
}
</style>
<script
src=
"{{ asset('xadmin/js/popper/popper.min.js')}}"
></script>
<script
src=
"{{ asset('xadmin/js/tether.min.js')}}"
></script>
<script
src=
"{{ asset('xadmin/js/bootstrap.min.js')}}"
></script>
<script
src=
"{{ asset('xadmin/js/jquery.cookie.js')}}"
></script>
<script
src=
"{{ asset('xadmin/js/chart.min.js')}}"
></script>
<script
src=
"{{ asset('xadmin/js/front.js')}}"
></script>
<link
rel=
"stylesheet"
href=
"{{ asset('xadmin/icon/iconfont.css')}}"
>
<!--Core Javascript -->
<script>
function
important_task
(
url
,
category_id
){
$
.
cookie
(
'media_category_id'
,
category_id
)
window
.
location
.
href
=
url
+
'?category_id='
+
category_id
;
}
// var mainContent = document.getElementById('mainContent');
// mainContent.src = "http://baidu.com.cn"//嵌套网址
</script>
</body>
</html>
\ No newline at end of file
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