テク諏訪→076のプレイヤー

このコミットが含まれているのは:
テクニカル諏訪子 2021-08-10 19:02:29 +09:00
コミット 20da7b68a5
4個のファイルの変更9行の追加5行の削除

ファイルの表示

@ -5,7 +5,10 @@
<div class="bar"><a href="/video/{{ $res->slug }}">{{ $res->mgametitle }}</a>{{ $res->gametitle }}{{ $res->title }}</div>
<div class="meta" style="text-align: right;">{{ $res->publish_date }}で公開</div>
<div class="back">
<video style="max-width: 813px; width: 100%; height: 458px;" poster="{{ $res->thumbnail }}" src="{{ $res->url }}" controls></video>
@php
if (isset($res->kerotube)) $kerotube = explode('/', $res->kerotube)[4];
@endphp
@if (isset($res->kerotube)) <iframe style="max-width: 813px; width: 100%; height: 458px; max-height: 100%;" scrolling="no" sandbox="allow-same-origin allow-scripts allow-popups" title="{{ $res->title }}" src="https://video.076.ne.jp/videos/embed/{{ $kerotube }}" frameborder="0" allowfullscreen></iframe> @endif
<div class="row">
<div class="col"><!----></div>
<div class="col" style="text-align: right; margin: 4px; font-size: 120%;">視聴数:{{ $res->view }}</div>

ファイルの表示

@ -24,7 +24,7 @@
<td scope="row">{{ $r->gametitle }}</td>
<td scope="row" width="70"> @if ($r->thumbnail) <img src="{{ $r->thumbnail }}" alt="{{ $r->title }}のサムネ" style="width: 70px;" /> @endif </td>
<td scope="row">{{ $r->title }}<br /><span style="font-size: 8px;">公開日:{{ $r->publish_date }}</span></td>
<td scope="row">@if ($r->url) <a href="/video/play/{{ $r->vid }}"><img src="/img/play-box.png" class="logo-play" alt="{{ $r->gametitle }}】{{ $r->title }}"></a> @endif</td>
<td scope="row">@if ($r->kerotube) <a href="/video/play/{{ $r->vid }}"><img src="/img/play-box.png" class="logo-play" alt="{{ $r->gametitle }}】{{ $r->title }}"></a> @endif</td>
<td scope="row">@if ($r->kerotube) <a href="{{ $r->kerotube }}"><img src="/img/play-box.png" class="logo-play" alt="{{ $r->gametitle }}】{{ $r->title }}"></a> @endif</td>
<td scope="row">@if ($r->odysee) <a href="{{ $r->odysee }}"><img src="/img/play-box.png" class="logo-play" alt="{{ $r->gametitle }}】{{ $r->title }}"></a> @endif</td>
<td scope="row">@if ($r->youtube) <a href="{{ $r->youtube }}"><img src="/img/play-box.png" class="logo-play" alt="{{ $r->gametitle }}】{{ $r->title }}"></a> @endif</td>

ファイルの表示

@ -4,4 +4,5 @@
@foreach (getPagesInMenu() as $m)
<a href="/{{ $m['slug'] }}" class="nav-link {{ ($_SERVER['REQUEST_URI'] == '/'.$m['slug'] ? 'bara' : 'bar') }}">{{ $m['title'] }}</a>
@endforeach
<a href="/video" class="nav-link {{ ($_SERVER['REQUEST_URI'] == '/' ? 'bara' : 'bar') }}">動画</a>
</div>

ファイルの表示

@ -7,11 +7,11 @@
<ul class="navbar-nav mr-auto">
<li class="nav-item"><a class="nav-link{{ (strpos($_SERVER['REQUEST_URI'], '/blog') !== false || $_SERVER['REQUEST_URI'] == '/' ? ' active' : '') }}" href="/">{{ __('site.top') }}</a></li>
<li class="nav-item"><a class="nav-link" href="https://search.076.ne.jp">検索</a></li>
<li class="nav-item"><a class="nav-link" href="/video">動画(テク諏訪)</a></li>
<li class="nav-item"><a class="nav-link" href="https://video.076.ne.jp">動画(076)</a></li>
<li class="nav-item"><a class="nav-link" href="https://video.076.ne.jp">動画</a></li>
<li class="nav-item"><a class="nav-link" href="https://social.076.ne.jp">SNS</a></li>
<li class="nav-item"><a class="nav-link" href="https://matrix.to/#/!larmrZSQCaOLueeHdI:matrix.076.ne.jp">Matrixサーバー</a></li>
<li class="nav-item"><a class="nav-link" href="https://matrix.to/#/!larmrZSQCaOLueeHdI:matrix.076.ne.jp">チャット</a></li>
<li class="nav-item"><a class="nav-link" href="https://git.076.ne.jp">Git</a></li>
<li class="nav-item"><a class="nav-link" href="https://youtube.076.ne.jp">YT</a></li>
</ul>
<ul class="navbar-nav ml-auto">
@if ($user)