diff --git a/resources/views/pages/peertube/a.blade.php b/resources/views/pages/peertube/a.blade.php index 8eb3f53..6db4a6f 100644 --- a/resources/views/pages/peertube/a.blade.php +++ b/resources/views/pages/peertube/a.blade.php @@ -4,9 +4,9 @@
- @include('theme.'.env('THEME').'.component.peertube.parts.a.info') - @include('theme.'.env('THEME').'.component.peertube.parts.a.links') - @include('theme.'.env('THEME').'.component.peertube.parts.a.channels') + @include('theme.'.env('THEME').'.component.peertube.a.info') + @include('theme.'.env('THEME').'.component.peertube.a.links') + @include('theme.'.env('THEME').'.component.peertube.a.channels')
diff --git a/resources/views/pages/peertube/c.blade.php b/resources/views/pages/peertube/c.blade.php index ff843e5..e03f3d2 100644 --- a/resources/views/pages/peertube/c.blade.php +++ b/resources/views/pages/peertube/c.blade.php @@ -2,8 +2,8 @@ @section('content')
- @include('theme.'.env('THEME').'.component.peertube.parts.c.head') - @include('theme.'.env('THEME').'.component.peertube.parts.c.links') - @include('theme.'.env('THEME').'.component.peertube.parts.c.'.($res['cat'] == 'video-playlists' ? 'playlists' : 'videos')) + @include('theme.'.env('THEME').'.component.peertube.c.head') + @include('theme.'.env('THEME').'.component.peertube.c.links') + @include('theme.'.env('THEME').'.component.peertube.c.'.($res['cat'] == 'video-playlists' ? 'playlists' : 'videos'))
@endsection diff --git a/resources/views/pages/peertube/home.blade.php b/resources/views/pages/peertube/home.blade.php index 5b1a8cb..4d1f41e 100644 --- a/resources/views/pages/peertube/home.blade.php +++ b/resources/views/pages/peertube/home.blade.php @@ -7,8 +7,8 @@

トップページ

- @include('theme.'.env('THEME').'.component.peertube.parts.home.newest') - @include('theme.'.env('THEME').'.component.peertube.parts.home.popularest') + @include('theme.'.env('THEME').'.component.peertube.home.newest') + @include('theme.'.env('THEME').'.component.peertube.home.popularest')
diff --git a/resources/views/pages/peertube/videos/local.blade.php b/resources/views/pages/peertube/videos/local.blade.php index ff65a2a..f8c7e17 100644 --- a/resources/views/pages/peertube/videos/local.blade.php +++ b/resources/views/pages/peertube/videos/local.blade.php @@ -21,8 +21,8 @@
- @include('theme.'.env('THEME').'.component.peertube.parts.common.videosbydate') - @include('theme.'.env('THEME').'.component.peertube.parts.common.paginate', [ + @include('theme.'.env('THEME').'.component.peertube.common.videosbydate') + @include('theme.'.env('THEME').'.component.peertube.common.paginate', [ 'root' => '/peertube/videos/local' ]) diff --git a/resources/views/pages/peertube/videos/overview.blade.php b/resources/views/pages/peertube/videos/overview.blade.php index 3d88ad4..65b8d83 100644 --- a/resources/views/pages/peertube/videos/overview.blade.php +++ b/resources/views/pages/peertube/videos/overview.blade.php @@ -7,11 +7,11 @@

ディスカバー

- @if (!empty($res['video']->categories)) @include('theme.'.env('THEME').'.component.peertube.parts.videos.categories') @endif - @if (!empty($res['video']->tags)) @include('theme.'.env('THEME').'.component.peertube.parts.videos.tags') @endif - @if (!empty($res['video']->channels)) @include('theme.'.env('THEME').'.component.peertube.parts.videos.channels') @endif + @if (!empty($res['video']->categories)) @include('theme.'.env('THEME').'.component.peertube.videos.categories') @endif + @if (!empty($res['video']->tags)) @include('theme.'.env('THEME').'.component.peertube.videos.tags') @endif + @if (!empty($res['video']->channels)) @include('theme.'.env('THEME').'.component.peertube.videos.channels') @endif
- @include('theme.'.env('THEME').'.component.peertube.parts.common.paginate', [ + @include('theme.'.env('THEME').'.component.peertube.common.paginate', [ 'root' => '/peertube/videos/overview' ])
diff --git a/resources/views/pages/peertube/videos/recentlyadded.blade.php b/resources/views/pages/peertube/videos/recentlyadded.blade.php index 9b4ac6e..4a543eb 100644 --- a/resources/views/pages/peertube/videos/recentlyadded.blade.php +++ b/resources/views/pages/peertube/videos/recentlyadded.blade.php @@ -21,8 +21,8 @@
- @include('theme.'.env('THEME').'.component.peertube.parts.common.videosbydate') - @include('theme.'.env('THEME').'.component.peertube.parts.common.paginate', [ + @include('theme.'.env('THEME').'.component.peertube.common.videosbydate') + @include('theme.'.env('THEME').'.component.peertube.common.paginate', [ 'root' => '/peertube/videos/recently-added' ]) diff --git a/resources/views/pages/peertube/videos/trending.blade.php b/resources/views/pages/peertube/videos/trending.blade.php index 861e3a7..dd0306a 100644 --- a/resources/views/pages/peertube/videos/trending.blade.php +++ b/resources/views/pages/peertube/videos/trending.blade.php @@ -23,10 +23,10 @@
@foreach ($res['video']->data as $v) - @include('theme.'.env('THEME').'.component.peertube.parts.common.videominature') + @include('theme.'.env('THEME').'.component.peertube.common.videominature') @endforeach
- @include('theme.'.env('THEME').'.component.peertube.parts.common.paginate', [ + @include('theme.'.env('THEME').'.component.peertube.common.paginate', [ 'root' => '/peertube/videos/trending' ]) diff --git a/resources/views/pages/peertube/w.blade.php b/resources/views/pages/peertube/w.blade.php index 3469ace..fafc574 100644 --- a/resources/views/pages/peertube/w.blade.php +++ b/resources/views/pages/peertube/w.blade.php @@ -5,8 +5,8 @@
- @include('theme.'.env('THEME').'.component.peertube.parts.w.player') - @include('theme.'.env('THEME').'.component.peertube.parts.w.info') + @include('theme.'.env('THEME').'.component.peertube.w.player') + @include('theme.'.env('THEME').'.component.peertube.w.info')
diff --git a/resources/views/theme/techsuwa/component/peertube/a/channels.blade.php b/resources/views/theme/techsuwa/component/peertube/a/channels.blade.php index 00c6f22..40c362c 100644 --- a/resources/views/theme/techsuwa/component/peertube/a/channels.blade.php +++ b/resources/views/theme/techsuwa/component/peertube/a/channels.blade.php @@ -4,9 +4,9 @@ @foreach ($res['channel']->data as $ch) name.($ch->host != 'video.076.ne.jp' ? '@'.$ch->host : ''); ?>
- @include('theme.'.env('THEME').'.component.peertube.parts.a.channels.avatar') - @include('theme.'.env('THEME').'.component.peertube.parts.common.subscribe') - @include('theme.'.env('THEME').'.component.peertube.parts.a.channels.videos') + @include('theme.'.env('THEME').'.component.peertube.a.channels.avatar') + @include('theme.'.env('THEME').'.component.peertube.common.subscribe') + @include('theme.'.env('THEME').'.component.peertube.a.channels.videos')
@endforeach diff --git a/resources/views/theme/techsuwa/component/peertube/a/info.blade.php b/resources/views/theme/techsuwa/component/peertube/a/info.blade.php index 0fd2279..44da229 100644 --- a/resources/views/theme/techsuwa/component/peertube/a/info.blade.php +++ b/resources/views/theme/techsuwa/component/peertube/a/info.blade.php @@ -28,6 +28,6 @@
- @include('theme.'.env('THEME').'.component.peertube.parts.common.subscribe') + @include('theme.'.env('THEME').'.component.peertube.common.subscribe')
\ No newline at end of file diff --git a/resources/views/theme/techsuwa/component/peertube/c/head.blade.php b/resources/views/theme/techsuwa/component/peertube/c/head.blade.php index c17dd3f..08e7e63 100644 --- a/resources/views/theme/techsuwa/component/peertube/c/head.blade.php +++ b/resources/views/theme/techsuwa/component/peertube/c/head.blade.php @@ -1,7 +1,7 @@
- @include('theme.'.env('THEME').'.component.peertube.parts.c.head.banner') - @include('theme.'.env('THEME').'.component.peertube.parts.c.head.info') - @include('theme.'.env('THEME').'.component.peertube.parts.c.head.owner', ['class' => 'bottom-owner']) + @include('theme.'.env('THEME').'.component.peertube.c.head.banner') + @include('theme.'.env('THEME').'.component.peertube.c.head.info') + @include('theme.'.env('THEME').'.component.peertube.c.head.owner', ['class' => 'bottom-owner'])
\ No newline at end of file diff --git a/resources/views/theme/techsuwa/component/peertube/c/head/info.blade.php b/resources/views/theme/techsuwa/component/peertube/c/head/info.blade.php index 9c5a7ba..c86a3e0 100644 --- a/resources/views/theme/techsuwa/component/peertube/c/head/info.blade.php +++ b/resources/views/theme/techsuwa/component/peertube/c/head/info.blade.php @@ -19,7 +19,7 @@
- @include('theme.'.env('THEME').'.component.peertube.parts.common.subscribe') + @include('theme.'.env('THEME').'.component.peertube.common.subscribe')
- @include('theme.'.env('THEME').'.component.peertube.parts.c.head.owner', ['class' => 'owner-card']) + @include('theme.'.env('THEME').'.component.peertube.c.head.owner', ['class' => 'owner-card']) \ No newline at end of file diff --git a/resources/views/theme/techsuwa/component/peertube/c/videos.blade.php b/resources/views/theme/techsuwa/component/peertube/c/videos.blade.php index 8a0c99a..7dae087 100644 --- a/resources/views/theme/techsuwa/component/peertube/c/videos.blade.php +++ b/resources/views/theme/techsuwa/component/peertube/c/videos.blade.php @@ -16,10 +16,10 @@
@foreach ($res['video']->data as $v) - @include('theme.'.env('THEME').'.component.peertube.parts.common.videominature') + @include('theme.'.env('THEME').'.component.peertube.common.videominature') @endforeach
- @include('theme.'.env('THEME').'.component.peertube.parts.common.paginate', [ + @include('theme.'.env('THEME').'.component.peertube.common.paginate', [ 'root' => '/peertube/c/'.$res['channel']->name.($res['channel']->host != 'video.076.ne.jp' ? '@'.$res['channel']->host : '').'/'.$res['cat'] ]) diff --git a/resources/views/theme/techsuwa/component/peertube/common/videosbydate.blade.php b/resources/views/theme/techsuwa/component/peertube/common/videosbydate.blade.php index 24e9d51..5c6be8a 100644 --- a/resources/views/theme/techsuwa/component/peertube/common/videosbydate.blade.php +++ b/resources/views/theme/techsuwa/component/peertube/common/videosbydate.blade.php @@ -2,42 +2,42 @@ @if (!empty($res['video']['today']))

今日

@foreach ($res['video']['today'] as $v) - @include('theme.'.env('THEME').'.component.peertube.parts.common.videominature') + @include('theme.'.env('THEME').'.component.peertube.common.videominature') @endforeach @endif @if (!empty($res['video']['yesterday']))

今日

@foreach ($res['video']['today'] as $v) - @include('theme.'.env('THEME').'.component.peertube.parts.common.videominature') + @include('theme.'.env('THEME').'.component.peertube.common.videominature') @endforeach @endif @if (!empty($res['video']['week']))

今週

@foreach ($res['video']['week'] as $v) - @include('theme.'.env('THEME').'.component.peertube.parts.common.videominature') + @include('theme.'.env('THEME').'.component.peertube.common.videominature') @endforeach @endif @if (!empty($res['video']['month']))

今月

@foreach ($res['video']['month'] as $v) - @include('theme.'.env('THEME').'.component.peertube.parts.common.videominature') + @include('theme.'.env('THEME').'.component.peertube.common.videominature') @endforeach @endif @if (!empty($res['video']['lastmonth']))

先月

@foreach ($res['video']['lastmonth'] as $v) - @include('theme.'.env('THEME').'.component.peertube.parts.common.videominature') + @include('theme.'.env('THEME').'.component.peertube.common.videominature') @endforeach @endif @if (!empty($res['video']['moreearly']))

もっと前

@foreach ($res['video']['moreearly'] as $v) - @include('theme.'.env('THEME').'.component.peertube.parts.common.videominature') + @include('theme.'.env('THEME').'.component.peertube.common.videominature') @endforeach @endif \ No newline at end of file diff --git a/resources/views/theme/techsuwa/component/peertube/home/newest.blade.php b/resources/views/theme/techsuwa/component/peertube/home/newest.blade.php index 0ee7528..b27d09d 100644 --- a/resources/views/theme/techsuwa/component/peertube/home/newest.blade.php +++ b/resources/views/theme/techsuwa/component/peertube/home/newest.blade.php @@ -3,6 +3,6 @@

最新投稿された動画

@foreach ($res['new']->data as $v) - @include('theme.'.env('THEME').'.component.peertube.parts.common.videominature') + @include('theme.'.env('THEME').'.component.peertube.common.videominature') @endforeach \ No newline at end of file diff --git a/resources/views/theme/techsuwa/component/peertube/home/popularest.blade.php b/resources/views/theme/techsuwa/component/peertube/home/popularest.blade.php index fffaa48..5e3e0ad 100644 --- a/resources/views/theme/techsuwa/component/peertube/home/popularest.blade.php +++ b/resources/views/theme/techsuwa/component/peertube/home/popularest.blade.php @@ -3,6 +3,6 @@

人気な動画

@foreach ($res['hot']->data as $v) - @include('theme.'.env('THEME').'.component.peertube.parts.common.videominature') + @include('theme.'.env('THEME').'.component.peertube.common.videominature') @endforeach \ No newline at end of file diff --git a/resources/views/theme/techsuwa/component/peertube/menu.blade.php b/resources/views/theme/techsuwa/component/peertube/menu.blade.php index f8ad150..681c8f1 100644 --- a/resources/views/theme/techsuwa/component/peertube/menu.blade.php +++ b/resources/views/theme/techsuwa/component/peertube/menu.blade.php @@ -1,8 +1,8 @@ \ No newline at end of file diff --git a/resources/views/theme/techsuwa/component/peertube/menu/top.blade.php b/resources/views/theme/techsuwa/component/peertube/menu/top.blade.php index d3cd69b..22de072 100644 --- a/resources/views/theme/techsuwa/component/peertube/menu/top.blade.php +++ b/resources/views/theme/techsuwa/component/peertube/menu/top.blade.php @@ -1,9 +1,9 @@
@if (!is_null($res['userinfo']) && (isset($res['userinfo']->me) && !is_null($res['userinfo']->me))) - @include('theme.'.env('THEME').'.component.peertube.parts.menu.top.loggedin') - @include('theme.'.env('THEME').'.component.peertube.parts.menu.top.inmylibrary') + @include('theme.'.env('THEME').'.component.peertube.menu.top.loggedin') + @include('theme.'.env('THEME').'.component.peertube.menu.top.inmylibrary') @else - @include('theme.'.env('THEME').'.component.peertube.parts.menu.top.loginmenu') + @include('theme.'.env('THEME').'.component.peertube.menu.top.loginmenu') @endif - @include('theme.'.env('THEME').'.component.peertube.parts.menu.top.oninstance') + @include('theme.'.env('THEME').'.component.peertube.menu.top.oninstance')
\ No newline at end of file diff --git a/resources/views/theme/techsuwa/component/peertube/menu/top/loggedin.blade.php b/resources/views/theme/techsuwa/component/peertube/menu/top/loggedin.blade.php index 56bca24..9c0a32d 100644 --- a/resources/views/theme/techsuwa/component/peertube/menu/top/loggedin.blade.php +++ b/resources/views/theme/techsuwa/component/peertube/menu/top/loggedin.blade.php @@ -16,7 +16,7 @@ - @include('theme.'.env('THEME').'.component.peertube.parts.menu.top.notification') + @include('theme.'.env('THEME').'.component.peertube.menu.top.notification') \ No newline at end of file diff --git a/resources/views/theme/techsuwa/component/peertube/videos/channels.blade.php b/resources/views/theme/techsuwa/component/peertube/videos/channels.blade.php index 238526f..6b0e1c1 100644 --- a/resources/views/theme/techsuwa/component/peertube/videos/channels.blade.php +++ b/resources/views/theme/techsuwa/component/peertube/videos/channels.blade.php @@ -8,6 +8,6 @@ @foreach ($res['video']->channels[0]->videos as $k => $v) - @include('theme.'.env('THEME').'.component.peertube.parts.common.videominature') + @include('theme.'.env('THEME').'.component.peertube.common.videominature') @endforeach \ No newline at end of file diff --git a/resources/views/theme/techsuwa/component/peertube/videos/tags.blade.php b/resources/views/theme/techsuwa/component/peertube/videos/tags.blade.php index 31663ac..e63e6da 100644 --- a/resources/views/theme/techsuwa/component/peertube/videos/tags.blade.php +++ b/resources/views/theme/techsuwa/component/peertube/videos/tags.blade.php @@ -3,6 +3,6 @@ {{ '#'.$res['video']->tags[0]->tag }} @foreach ($res['video']->tags[0]->videos as $k => $v) - @include('theme.'.env('THEME').'.component.peertube.parts.common.videominature') + @include('theme.'.env('THEME').'.component.peertube.common.videominature') @endforeach \ No newline at end of file diff --git a/resources/views/theme/techsuwa/component/peertube/w/info.blade.php b/resources/views/theme/techsuwa/component/peertube/w/info.blade.php index 0f98ebd..3e3b059 100644 --- a/resources/views/theme/techsuwa/component/peertube/w/info.blade.php +++ b/resources/views/theme/techsuwa/component/peertube/w/info.blade.php @@ -1,9 +1,9 @@
- @include('theme.'.env('THEME').'.component.peertube.parts.w.info.first') - @include('theme.'.env('THEME').'.component.peertube.parts.w.info.description') - @include('theme.'.env('THEME').'.component.peertube.parts.w.info.attrib') - @include('theme.'.env('THEME').'.component.peertube.parts.w.info.comments') + @include('theme.'.env('THEME').'.component.peertube.w.info.first') + @include('theme.'.env('THEME').'.component.peertube.w.info.description') + @include('theme.'.env('THEME').'.component.peertube.w.info.attrib') + @include('theme.'.env('THEME').'.component.peertube.w.info.comments')
- @include('theme.'.env('THEME').'.component.peertube.parts.w.videorecommend') + @include('theme.'.env('THEME').'.component.peertube.w.videorecommend')
\ No newline at end of file diff --git a/resources/views/theme/techsuwa/component/peertube/w/info/first.blade.php b/resources/views/theme/techsuwa/component/peertube/w/info/first.blade.php index f1f87aa..76f842d 100644 --- a/resources/views/theme/techsuwa/component/peertube/w/info/first.blade.php +++ b/resources/views/theme/techsuwa/component/peertube/w/info/first.blade.php @@ -5,23 +5,23 @@

{{ $res['detail']->name }}

- @include('theme.'.env('THEME').'.component.peertube.parts.w.info.viewsdate') + @include('theme.'.env('THEME').'.component.peertube.w.info.viewsdate')
- @include('theme.'.env('THEME').'.component.peertube.parts.w.info.videorate') - @include('theme.'.env('THEME').'.component.peertube.parts.w.info.support') - @include('theme.'.env('THEME').'.component.peertube.parts.w.info.share') - @include('theme.'.env('THEME').'.component.peertube.parts.w.info.save') - @include('theme.'.env('THEME').'.component.peertube.parts.w.info.more') + @include('theme.'.env('THEME').'.component.peertube.w.info.videorate') + @include('theme.'.env('THEME').'.component.peertube.w.info.support') + @include('theme.'.env('THEME').'.component.peertube.w.info.share') + @include('theme.'.env('THEME').'.component.peertube.w.info.save') + @include('theme.'.env('THEME').'.component.peertube.w.info.more')
- @include('theme.'.env('THEME').'.component.peertube.parts.w.info.channel') - @include('theme.'.env('THEME').'.component.peertube.parts.common.subscribe') + @include('theme.'.env('THEME').'.component.peertube.w.info.channel') + @include('theme.'.env('THEME').'.component.peertube.common.subscribe')
\ No newline at end of file diff --git a/resources/views/theme/techsuwa/peertube.blade.php b/resources/views/theme/techsuwa/peertube.blade.php index 0714cfc..676809c 100644 --- a/resources/views/theme/techsuwa/peertube.blade.php +++ b/resources/views/theme/techsuwa/peertube.blade.php @@ -1,17 +1,17 @@ - @include('theme.'.env('THEME').'.component.peertube.parts.manifest') - @include('theme.'.env('THEME').'.component.peertube.parts.style') - @include('theme.'.env('THEME').'.component.peertube.parts.meta') - @include('theme.'.env('THEME').'.component.peertube.parts.stylelink') + @include('theme.'.env('THEME').'.component.peertube.manifest') + @include('theme.'.env('THEME').'.component.peertube.style') + @include('theme.'.env('THEME').'.component.peertube.meta') + @include('theme.'.env('THEME').'.component.peertube.stylelink')
- @include('theme.'.env('THEME').'.component.peertube.parts.header') + @include('theme.'.env('THEME').'.component.peertube.header')
- @include('theme.'.env('THEME').'.component.peertube.parts.menu') + @include('theme.'.env('THEME').'.component.peertube.menu') @yield('content')