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/layout1/partials/banmenu.blade.php Normal file → Executable file
View File

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

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

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

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

View File

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

View File

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

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

View File

@@ -7,10 +7,6 @@
<button class="layoutbutton" id="layout2">Njum</button>
<br>
<button class="layoutbutton" id="layout3">z0mb</button>
<br>
<button class="layoutbutton" id="layout4">z0mbie</button>
<br>
<button class="layoutbutton" id="layout5">m0bile</button>
</div>
</ul>
</li>

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

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

0
resources/views/layout1/partials/navigation.blade.php Normal file → Executable file
View File

View File

View File

0
resources/views/layout1/partials/report.blade.php Normal file → Executable file
View File

2
resources/views/layout1/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/layout1/partials/thread_closed.php Normal file → Executable file
View File