server ver
This commit is contained in:
0
resources/views/layout2/partials/banmenu.blade.php
Normal file → Executable file
0
resources/views/layout2/partials/banmenu.blade.php
Normal file → Executable file
0
resources/views/layout2/partials/comlist.php
Normal file → Executable file
0
resources/views/layout2/partials/comlist.php
Normal file → Executable file
0
resources/views/layout2/partials/comment.blade.php
Normal file → Executable file
0
resources/views/layout2/partials/comment.blade.php
Normal file → Executable file
0
resources/views/layout2/partials/commentform.blade.php
Normal file → Executable file
0
resources/views/layout2/partials/commentform.blade.php
Normal file → Executable file
0
resources/views/layout2/partials/comments.blade.php
Normal file → Executable file
0
resources/views/layout2/partials/comments.blade.php
Normal file → Executable file
0
resources/views/layout2/partials/filterselect.blade.php
Normal file → Executable file
0
resources/views/layout2/partials/filterselect.blade.php
Normal file → Executable file
0
resources/views/layout2/partials/filtersettings.blade.php
Normal file → Executable file
0
resources/views/layout2/partials/filtersettings.blade.php
Normal file → Executable file
0
resources/views/layout2/partials/flash.blade.php
Normal file → Executable file
0
resources/views/layout2/partials/flash.blade.php
Normal file → Executable file
0
resources/views/layout2/partials/footer-navigation.blade.php
Normal file → Executable file
0
resources/views/layout2/partials/footer-navigation.blade.php
Normal file → Executable file
17
resources/views/layout2/partials/frontendedit.blade.php
Normal file → Executable file
17
resources/views/layout2/partials/frontendedit.blade.php
Normal file → Executable file
@@ -9,10 +9,11 @@
|
||||
</div>
|
||||
<div class="modal-body frontendeditmodal">
|
||||
<div class="form-group">
|
||||
<div class="form-group">
|
||||
<label for="imgsourceedit">Video Title</label>
|
||||
<input class="form-control" type="text" name="videotitle" id="videotitleedit" value="{{ $video->videotitle or ''}}" placeholder="Video Title">
|
||||
</div>
|
||||
@if(auth()->check() && auth()->user()->can('delete_video'))
|
||||
<div class="form-group">
|
||||
<label for="imgsourceedit">Video Title</label>
|
||||
<input class="form-control" type="text" name="videotitle" id="videotitleedit" value="{{ $video->videotitle or ''}}" placeholder="Video Title">
|
||||
</div>
|
||||
<label for="interpretedit">Artist</label>
|
||||
<input class="form-control" type="text" name="interpret" id="interpretedit" value="{{ $video->interpret or ''}}" placeholder="Artist">
|
||||
</div>
|
||||
@@ -23,8 +24,9 @@
|
||||
<div class="form-group">
|
||||
<label for="imgsourceedit">Video Source</label>
|
||||
<input class="form-control" type="text" name="imgsource" id="imgsourceedit" value="{{ $video->imgsource or ''}}" placeholder="Video Source">
|
||||
|
||||
@endif
|
||||
</div>
|
||||
@if(auth()->check() && auth()->user()->can('delete_video'))
|
||||
<div class="form-group">
|
||||
<label for="categoryselect">Category</label>
|
||||
<select class="form-control" name="category" id="categoryselect">
|
||||
@@ -33,6 +35,7 @@
|
||||
@endforeach
|
||||
</select>
|
||||
</div>
|
||||
@endif
|
||||
<div class="form-group">
|
||||
<label for="tageditor">Add Tags</label>
|
||||
<div class="frontendedittags">
|
||||
@@ -40,13 +43,15 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="deleteit">
|
||||
@endif @if(auth()->check() && auth()->user()->can('delete_video'))<a class="delete_video" href="#"><i class="fa fa-trash fa-lg"></i> Remove upload</a>
|
||||
@if(auth()->check() && auth()->user()->can('delete_video'))<a class="delete_video" href="#"><i class="fa fa-trash fa-lg"></i> Remove upload</a>@endif
|
||||
</div>
|
||||
</div>
|
||||
@if(auth()->check() && auth()->user()->can('delete_video'))
|
||||
<div class="modal-footer">
|
||||
<button type="button" class="btn btn-dark" data-dismiss="modal">Close</button>
|
||||
<button type="submit" class="btn btn-dark">Save changes</button>
|
||||
</div>
|
||||
@endif
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
0
resources/views/layout2/partials/handlebars.php
Normal file → Executable file
0
resources/views/layout2/partials/handlebars.php
Normal file → Executable file
0
resources/views/layout2/partials/header.blade.php
Normal file → Executable file
0
resources/views/layout2/partials/header.blade.php
Normal file → Executable file
0
resources/views/layout2/partials/loginmodal.blade.php
Normal file → Executable file
0
resources/views/layout2/partials/loginmodal.blade.php
Normal file → Executable file
0
resources/views/layout2/partials/msglist.php
Normal file → Executable file
0
resources/views/layout2/partials/msglist.php
Normal file → Executable file
2
resources/views/layout2/partials/navigation.blade.php
Normal file → Executable file
2
resources/views/layout2/partials/navigation.blade.php
Normal file → Executable file
@@ -51,8 +51,6 @@
|
||||
<div id="layoutSwitcher" class="dropdown-menu" aria-labelledby="navbarDropdown">
|
||||
<a class="dropdown-item" id="layout1" href="#">w0bm.com</a>
|
||||
<a class="dropdown-item" id="layout3" href="#">z0mb</a>
|
||||
<a class="dropdown-item" id="layout4" href="#"><span style="font-size:10px;">nojs</span>z0mbie</a>
|
||||
<a class="dropdown-item" id="layout5" href="#">m0bile</a>
|
||||
</div>
|
||||
</li>
|
||||
|
||||
|
0
resources/views/layout2/partials/profileheader.blade.php
Normal file → Executable file
0
resources/views/layout2/partials/profileheader.blade.php
Normal file → Executable file
0
resources/views/layout2/partials/registermodal.blade.php
Normal file → Executable file
0
resources/views/layout2/partials/registermodal.blade.php
Normal file → Executable file
0
resources/views/layout2/partials/report.blade.php
Normal file → Executable file
0
resources/views/layout2/partials/report.blade.php
Normal file → Executable file
6
resources/views/layout2/partials/tags.blade.php
Normal file → Executable file
6
resources/views/layout2/partials/tags.blade.php
Normal file → Executable file
@@ -24,11 +24,11 @@
|
||||
@if(count($video->tags))
|
||||
@foreach($video->tags as $tag)
|
||||
@if($tag == 'sfw')
|
||||
<span class="badge badge-sfw"><a href="/index?q={{$tag->normalized}}" class="badge">{{$tag->name}}</a>@if(Auth::check() && Auth::user()->can('edit_video')) <a class="delete-tag badge" href="#"><i class="fa fa-times"></i></a></span>@endif
|
||||
@if(Auth::check() && Auth::user()->can('edit_video'))<span class="badge badge-sfw"><a href="/index?q={{$tag->normalized}}" class="badge">{{$tag->name}}</a><a class="delete-tag badge" href="#"><i class="fa fa-times"></i></a></span>@else<span class="badge badge-sfw"><a href="/index?q={{$tag->normalized}}" class="badge">{{$tag->name}}</a></span>@endif
|
||||
@elseif($tag == 'nsfw')
|
||||
<span class="badge badge-nsfw"><a href="/index?q={{$tag->normalized}}" class="badge nsfw-text">{{$tag->name}}</a>@if(Auth::check() && Auth::user()->can('edit_video')) <a class="delete-tag badge" href="#"><i class="fa fa-times"></i></a></span>@endif
|
||||
@if(Auth::check() && Auth::user()->can('edit_video'))<span class="badge badge-nsfw"><a href="/index?q={{$tag->normalized}}" class="badge nsfw-text">{{$tag->name}}</a><a class="delete-tag badge" href="#"><i class="fa fa-times"></i></a></span>@else<span class="badge badge-nsfw"><a href="/index?q={{$tag->normalized}}" class="badge nsfw-text">{{$tag->name}}</a></span>@endif
|
||||
@else
|
||||
<span class="badge badge-secondary"><a href="/index?q={{$tag->normalized}}" class="badge">{{$tag->name}}</a>@if(Auth::check() && Auth::user()->can('edit_video')) <a class="delete-tag badge" href="#"><i class="fa fa-times"></i></a></span>@endif
|
||||
@if(Auth::check() && Auth::user()->can('edit_video'))<span class="badge badge-secondary"><a href="/index?q={{$tag->normalized}}" class="badge">{{$tag->name}}</a><a class="delete-tag badge" href="#"><i class="fa fa-times"></i></a></span>@else<span class="badge badge-secondary"><a href="/index?q={{$tag->normalized}}" class="badge">{{$tag->name}}</a></span>@endif
|
||||
@endif
|
||||
@endforeach
|
||||
@else
|
||||
|
0
resources/views/layout2/partials/themechanger.blade.php
Normal file → Executable file
0
resources/views/layout2/partials/themechanger.blade.php
Normal file → Executable file
0
resources/views/layout2/partials/thread_closed.php
Normal file → Executable file
0
resources/views/layout2/partials/thread_closed.php
Normal file → Executable file
0
resources/views/layout2/partials/uploadinfo.blade.php
Normal file → Executable file
0
resources/views/layout2/partials/uploadinfo.blade.php
Normal file → Executable file
0
resources/views/layout2/partials/videoinfo.blade.php
Normal file → Executable file
0
resources/views/layout2/partials/videoinfo.blade.php
Normal file → Executable file
Reference in New Issue
Block a user