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

このコミットが含まれているのは:
守矢諏訪子 2021-11-13 17:41:31 +09:00
コミット deb08dd82c
2個のファイルの変更4行の追加5行の削除

ファイルの表示

@ -5,10 +5,9 @@
<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">
@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
@if (isset($res->thumbnail) && isset($res->url))
<video style="max-width: 813px; width: 100%; height: 458px;" poster="{{ $res->thumbnail }}" src="{{ $res->url }}" controls></video>
@endif
<div class="row">
<div class="col"><!----></div>
<div class="col" style="text-align: right; margin: 4px; font-size: 120%;">視聴数:{{ $res->view }}</div>

ファイルの表示

@ -21,7 +21,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->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->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="{{ $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>
</tr>