njum fix
This commit is contained in:
0
resources/views/layout3/about.blade.php
Executable file → Normal file
0
resources/views/layout3/about.blade.php
Executable file → Normal file
0
resources/views/layout3/categories.blade.php
Executable file → Normal file
0
resources/views/layout3/categories.blade.php
Executable file → Normal file
0
resources/views/layout3/closedreg.php
Executable file → Normal file
0
resources/views/layout3/closedreg.php
Executable file → Normal file
0
resources/views/layout3/comments.blade.php
Executable file → Normal file
0
resources/views/layout3/comments.blade.php
Executable file → Normal file
0
resources/views/layout3/contact.blade.php
Executable file → Normal file
0
resources/views/layout3/contact.blade.php
Executable file → Normal file
0
resources/views/layout3/contact/create.blade.php
Executable file → Normal file
0
resources/views/layout3/contact/create.blade.php
Executable file → Normal file
0
resources/views/layout3/deleted.blade.php
Executable file → Normal file
0
resources/views/layout3/deleted.blade.php
Executable file → Normal file
0
resources/views/layout3/emails/activation.blade.php
Executable file → Normal file
0
resources/views/layout3/emails/activation.blade.php
Executable file → Normal file
0
resources/views/layout3/emails/report.blade.php
Executable file → Normal file
0
resources/views/layout3/emails/report.blade.php
Executable file → Normal file
0
resources/views/layout3/errors/404.blade.php
Executable file → Normal file
0
resources/views/layout3/errors/404.blade.php
Executable file → Normal file
0
resources/views/layout3/errors/500.blade.php
Executable file → Normal file
0
resources/views/layout3/errors/500.blade.php
Executable file → Normal file
0
resources/views/layout3/errors/503.blade.php
Executable file → Normal file
0
resources/views/layout3/errors/503.blade.php
Executable file → Normal file
0
resources/views/layout3/footer.blade.php
Executable file → Normal file
0
resources/views/layout3/footer.blade.php
Executable file → Normal file
0
resources/views/layout3/index.blade.php
Executable file → Normal file
0
resources/views/layout3/index.blade.php
Executable file → Normal file
38
resources/views/layout3/layout.blade.php
Executable file → Normal file
38
resources/views/layout3/layout.blade.php
Executable file → Normal file
@@ -27,8 +27,24 @@
|
||||
<div class="col-sm p-0 linkeLeiste">
|
||||
<div class="zeugs">
|
||||
@if(auth()->check() && (auth()->user()->can("edit_video") || auth()->user()->id == $video->user_id)) <a class="edit_video" href="#" data-toggle="modal" data-target="#webmeditmodal">[edit]</a>@endif @if(auth()->check() && auth()->user()->can("delete_video"))<a class="delete_video" href="#">[del]</a>@endif
|
||||
</div>
|
||||
</div>
|
||||
<div id="zomgmenu">
|
||||
<a href="{{url('user', Auth::user()->username)}}">{{Auth::user()->username}}</a>
|
||||
<a href="{{url('messages')}}" style="font-size: 10px;">[ {{Auth::user()->messagesRecv()->unread()->count()}} ]</a>
|
||||
<a href="#" data-toggle="modal" style="font-size: 10px;" data-target="#filterselectmodal">[ filter ]</a>
|
||||
<a style="font-size: 10px;" href="{{url('logout')}}">[ logout ]</a> |
|
||||
<a href="{{url('upload')}}">[ upload ]</a> |
|
||||
@if(auth()->check())
|
||||
@if(auth()->user()->hasFaved($video->id))
|
||||
<a hidden id="hidden-fav" href="{{url($video->id . '/fav')}}"></a>
|
||||
<a href="{{url($video->id . '/fav')}}">❤️ [ faved ]</a>
|
||||
@else
|
||||
<a hidden id="hidden-fav" href="{{url($video->id . '/fav')}}"></a>
|
||||
<a href="{{url($video->id . '/fav')}}">🖤 [ fav ]</a>
|
||||
@endif
|
||||
@else
|
||||
@endif
|
||||
<br>
|
||||
<a href="/">Random</a> |
|
||||
<a href="/main">index</a> |
|
||||
<a href="/categories">categories</a> |
|
||||
@@ -48,25 +64,6 @@
|
||||
</ul>
|
||||
</li>
|
||||
</div>
|
||||
|
||||
<br>
|
||||
<a href="{{url('user', Auth::user()->username)}}">{{Auth::user()->username}}</a>
|
||||
<a href="{{url('messages')}}" style="font-size: 10px;">[ {{Auth::user()->messagesRecv()->unread()->count()}} ]</a>
|
||||
<a href="#" data-toggle="modal" style="font-size: 10px;" data-target="#filterselectmodal">[ filter ]</a>
|
||||
<a style="font-size: 10px;" href="{{url('logout')}}">[ logout ]</a> |
|
||||
<a href="{{url('upload')}}">[ upload ]</a> |
|
||||
@if(auth()->check())
|
||||
@if(auth()->user()->hasFaved($video->id))
|
||||
<a hidden id="hidden-fav" href="{{url($video->id . '/fav')}}"></a>
|
||||
<a href="{{url($video->id . '/fav')}}">❤️ [ faved ]</a>
|
||||
@else
|
||||
<a hidden id="hidden-fav" href="{{url($video->id . '/fav')}}"></a>
|
||||
<a href="{{url($video->id . '/fav')}}">🖤 [ fav ]</a>
|
||||
@endif
|
||||
@else
|
||||
@endif
|
||||
<br>
|
||||
<span>v.1.{{ filemtime("z0mb/css/z0mb.css") }} WIP</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container p-0">
|
||||
@@ -83,6 +80,7 @@
|
||||
</div>
|
||||
</body>
|
||||
<script type="text/javascript" defer src="/z0mb/js/jquery.min.js"></script>
|
||||
<script type="text/javascript" defer src="/js/handlebars.js"></script>
|
||||
<script type="text/javascript" defer src="/z0mb/js/jquery.timeago.js"></script>
|
||||
<script type="text/javascript" defer src="/z0mb/js/popper.min.js"></script>
|
||||
<script type="text/javascript" defer src="/z0mb/js/bootstrap.min.js"></script>
|
||||
|
0
resources/views/layout3/main.blade.php
Executable file → Normal file
0
resources/views/layout3/main.blade.php
Executable file → Normal file
0
resources/views/layout3/matrix.blade.php
Executable file → Normal file
0
resources/views/layout3/matrix.blade.php
Executable file → Normal file
0
resources/views/layout3/messages.blade.php
Executable file → Normal file
0
resources/views/layout3/messages.blade.php
Executable file → Normal file
0
resources/views/layout3/messages/commentanswer.blade.php
Executable file → Normal file
0
resources/views/layout3/messages/commentanswer.blade.php
Executable file → Normal file
0
resources/views/layout3/messages/commentmention.blade.php
Executable file → Normal file
0
resources/views/layout3/messages/commentmention.blade.php
Executable file → Normal file
0
resources/views/layout3/messages/commentpreview.blade.php
Executable file → Normal file
0
resources/views/layout3/messages/commentpreview.blade.php
Executable file → Normal file
0
resources/views/layout3/messages/moderation/commentdelete.blade.php
Executable file → Normal file
0
resources/views/layout3/messages/moderation/commentdelete.blade.php
Executable file → Normal file
0
resources/views/layout3/messages/moderation/commentrestore.blade.php
Executable file → Normal file
0
resources/views/layout3/messages/moderation/commentrestore.blade.php
Executable file → Normal file
0
resources/views/layout3/messages/moderation/videodelete.blade.php
Executable file → Normal file
0
resources/views/layout3/messages/moderation/videodelete.blade.php
Executable file → Normal file
0
resources/views/layout3/messages/videocomment.blade.php
Executable file → Normal file
0
resources/views/layout3/messages/videocomment.blade.php
Executable file → Normal file
0
resources/views/layout3/partials/banmenu.blade.php
Executable file → Normal file
0
resources/views/layout3/partials/banmenu.blade.php
Executable file → Normal file
0
resources/views/layout3/partials/comlist.php
Executable file → Normal file
0
resources/views/layout3/partials/comlist.php
Executable file → Normal file
0
resources/views/layout3/partials/comment.blade.php
Executable file → Normal file
0
resources/views/layout3/partials/comment.blade.php
Executable file → Normal file
0
resources/views/layout3/partials/commentform.blade.php
Executable file → Normal file
0
resources/views/layout3/partials/commentform.blade.php
Executable file → Normal file
0
resources/views/layout3/partials/comments.blade.php
Executable file → Normal file
0
resources/views/layout3/partials/comments.blade.php
Executable file → Normal file
0
resources/views/layout3/partials/disqusw0bm.blade.php
Executable file → Normal file
0
resources/views/layout3/partials/disqusw0bm.blade.php
Executable file → Normal file
0
resources/views/layout3/partials/filterselect.blade.php
Executable file → Normal file
0
resources/views/layout3/partials/filterselect.blade.php
Executable file → Normal file
0
resources/views/layout3/partials/filtersettings.blade.php
Executable file → Normal file
0
resources/views/layout3/partials/filtersettings.blade.php
Executable file → Normal file
0
resources/views/layout3/partials/flash.blade.php
Executable file → Normal file
0
resources/views/layout3/partials/flash.blade.php
Executable file → Normal file
0
resources/views/layout3/partials/footer-navigation.blade.php
Executable file → Normal file
0
resources/views/layout3/partials/footer-navigation.blade.php
Executable file → Normal file
0
resources/views/layout3/partials/frontendedit.blade.php
Executable file → Normal file
0
resources/views/layout3/partials/frontendedit.blade.php
Executable file → Normal file
0
resources/views/layout3/partials/handlebars.php
Executable file → Normal file
0
resources/views/layout3/partials/handlebars.php
Executable file → Normal file
0
resources/views/layout3/partials/header.blade.php
Executable file → Normal file
0
resources/views/layout3/partials/header.blade.php
Executable file → Normal file
0
resources/views/layout3/partials/loginmodal.blade.php
Executable file → Normal file
0
resources/views/layout3/partials/loginmodal.blade.php
Executable file → Normal file
0
resources/views/layout3/partials/msglist.php
Executable file → Normal file
0
resources/views/layout3/partials/msglist.php
Executable file → Normal file
0
resources/views/layout3/partials/navigation.blade.php
Executable file → Normal file
0
resources/views/layout3/partials/navigation.blade.php
Executable file → Normal file
0
resources/views/layout3/partials/profileheader.blade.php
Executable file → Normal file
0
resources/views/layout3/partials/profileheader.blade.php
Executable file → Normal file
0
resources/views/layout3/partials/registermodal.blade.php
Executable file → Normal file
0
resources/views/layout3/partials/registermodal.blade.php
Executable file → Normal file
0
resources/views/layout3/partials/report.blade.php
Executable file → Normal file
0
resources/views/layout3/partials/report.blade.php
Executable file → Normal file
0
resources/views/layout3/partials/tags-light.blade.php
Executable file → Normal file
0
resources/views/layout3/partials/tags-light.blade.php
Executable file → Normal file
0
resources/views/layout3/partials/tags.blade.php
Executable file → Normal file
0
resources/views/layout3/partials/tags.blade.php
Executable file → Normal file
0
resources/views/layout3/partials/themechanger.blade.php
Executable file → Normal file
0
resources/views/layout3/partials/themechanger.blade.php
Executable file → Normal file
0
resources/views/layout3/partials/thread_closed.php
Executable file → Normal file
0
resources/views/layout3/partials/thread_closed.php
Executable file → Normal file
0
resources/views/layout3/partials/uploadinfo.blade.php
Executable file → Normal file
0
resources/views/layout3/partials/uploadinfo.blade.php
Executable file → Normal file
0
resources/views/layout3/partials/videoinfo.blade.php
Executable file → Normal file
0
resources/views/layout3/partials/videoinfo.blade.php
Executable file → Normal file
0
resources/views/layout3/profile.blade.php
Executable file → Normal file
0
resources/views/layout3/profile.blade.php
Executable file → Normal file
4
resources/views/layout3/profilelayout.blade.php
Executable file → Normal file
4
resources/views/layout3/profilelayout.blade.php
Executable file → Normal file
@@ -36,10 +36,6 @@
|
||||
<button id="layout1">w0bm.com</button>
|
||||
<br>
|
||||
<button id="layout2">Njum</button>
|
||||
<br>
|
||||
<button id="layout4">nojsz0mbie</button>
|
||||
<br>
|
||||
<button id="layout5">m0bile</button>
|
||||
</div>
|
||||
</ul>
|
||||
</li>
|
||||
|
0
resources/views/layout3/rulez.blade.php
Executable file → Normal file
0
resources/views/layout3/rulez.blade.php
Executable file → Normal file
0
resources/views/layout3/settings.blade.php
Executable file → Normal file
0
resources/views/layout3/settings.blade.php
Executable file → Normal file
0
resources/views/layout3/stats.blade.php
Executable file → Normal file
0
resources/views/layout3/stats.blade.php
Executable file → Normal file
0
resources/views/layout3/upload.blade.php
Executable file → Normal file
0
resources/views/layout3/upload.blade.php
Executable file → Normal file
0
resources/views/layout3/vendor/.gitkeep
vendored
Executable file → Normal file
0
resources/views/layout3/vendor/.gitkeep
vendored
Executable file → Normal file
0
resources/views/layout3/video-partials/disqus.blade.php
Executable file → Normal file
0
resources/views/layout3/video-partials/disqus.blade.php
Executable file → Normal file
0
resources/views/layout3/video-partials/legacy-metadata.blade.php
Executable file → Normal file
0
resources/views/layout3/video-partials/legacy-metadata.blade.php
Executable file → Normal file
0
resources/views/layout3/video-partials/legacy-videonav.blade.php
Executable file → Normal file
0
resources/views/layout3/video-partials/legacy-videonav.blade.php
Executable file → Normal file
0
resources/views/layout3/video-partials/popover-metadata.blade.php
Executable file → Normal file
0
resources/views/layout3/video-partials/popover-metadata.blade.php
Executable file → Normal file
0
resources/views/layout3/video-partials/video-fav.blade.php
Executable file → Normal file
0
resources/views/layout3/video-partials/video-fav.blade.php
Executable file → Normal file
0
resources/views/layout3/video-partials/video-matadata-overlay.blade.php
Executable file → Normal file
0
resources/views/layout3/video-partials/video-matadata-overlay.blade.php
Executable file → Normal file
0
resources/views/layout3/video-partials/video-metadata.blade.php
Executable file → Normal file
0
resources/views/layout3/video-partials/video-metadata.blade.php
Executable file → Normal file
0
resources/views/layout3/video-partials/videocontrols.blade.php
Executable file → Normal file
0
resources/views/layout3/video-partials/videocontrols.blade.php
Executable file → Normal file
0
resources/views/layout3/video.blade.php
Executable file → Normal file
0
resources/views/layout3/video.blade.php
Executable file → Normal file
Reference in New Issue
Block a user