server ver

This commit is contained in:
2021-06-20 13:49:07 +00:00
parent 36a8c92dec
commit 8877c0bad0
975 changed files with 555 additions and 6596 deletions

0
resources/views/layout5/partials/banmenu.blade.php Normal file → Executable file
View File

0
resources/views/layout5/partials/comlist.php Normal file → Executable file
View File

0
resources/views/layout5/partials/comment.blade.php Normal file → Executable file
View File

0
resources/views/layout5/partials/commentform.blade.php Normal file → Executable file
View File

0
resources/views/layout5/partials/comments.blade.php Normal file → Executable file
View File

View File

0
resources/views/layout5/partials/flash.blade.php Normal file → Executable file
View File

View File

0
resources/views/layout5/partials/handlebars.php Normal file → Executable file
View File

0
resources/views/layout5/partials/header.blade.php Normal file → Executable file
View File

View File

0
resources/views/layout5/partials/loginmodal.blade.php Normal file → Executable file
View File

0
resources/views/layout5/partials/msglist.php Normal file → Executable file
View File

3
resources/views/layout5/partials/navigation.blade.php Normal file → Executable file
View File

@@ -7,7 +7,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">
<a class="navbar-brand" href="/main">
<img src="{{ asset('logo.svg') }}" alt="w0bm.com">
</a>
</div>
@@ -16,7 +16,6 @@
<ul class="nav navbar-nav navbar-left">
<li><a href="{{url('categories')}}"><i class="fa fa-clone"></i> Categories</a></li>
<li><a href="{{url('index')}}"><i class="fa fa-list"></i> Index</a></li>
@include('partials.layoutchanger')
</ul>
@if(Auth::check())
<ul class="nav navbar-nav navbar-right">

View File

View File

2
resources/views/layout5/partials/tags.blade.php Normal file → Executable file
View File

@@ -34,7 +34,7 @@
<div id="tag-display" class="tag-panel-body">
@if(count($video->tags))
@foreach($video->tags as $tag)
<span class="label label-default"><a href="/index?q={{$tag->normalized}}" class="default-link">{{$tag->name}}</a>@if(Auth::check() && Auth::user()->can('edit_video')) <a class="delete-tag default-link" href="#"><i class="fa fa-times"></i></a>@endif</span>
<span class="label label-default"><a href="/main?q={{$tag->normalized}}" class="default-link">{{$tag->name}}</a>@if(Auth::check() && Auth::user()->can('edit_video')) <a class="delete-tag default-link" href="#"><i class="fa fa-times"></i></a>@endif</span>
@endforeach
@else
No tags yet ...

View File

0
resources/views/layout5/partials/thread_closed.php Normal file → Executable file
View File