このリポジトリは2023-09-09にアーカイブされています。 ファイルの閲覧とクローンは可能ですが、プッシュ、イシューの作成、プルリクエストはできません。
076server/resources/views/theme/techsuwa/component/peertube/c/head/owner.blade.php

22 行
1.8 KiB
PHP

<div class="{{ $class }}">
<div class="owner-block ng-star-inserted">
<div class="section-label">OWNER ACCOUNT</div>
<div class="avatar-row">
<my-actor-avatar class="account-avatar">
<a title="{{ $res['channel']->ownerAccount->name }} (アカウントページへ) " href="/peertube/a/{{ $res['channel']->ownerAccount->name }}{{ $res['channel']->ownerAccount->host != 'video.076.ne.jp' ? '@'.$res['channel']->ownerAccount->host : '' }}" class="ng-star-inserted">
<img class="account avatar ng-star-inserted" src="{{ !is_null($res['channel']->ownerAccount->avatar) ? 'https://video.076.ne.jp'.$res['channel']->ownerAccount->avatar->path : '/img/noicon.jpg' }}" alt="アカウントのアバター">
</a>
</my-actor-avatar>
<div class="actor-info">
<h4>
<a title="視聴回数" href="/peertube/a/{{ $res['channel']->ownerAccount->name }}{{ $res['channel']->ownerAccount->host != 'video.076.ne.jp' ? '@'.$res['channel']->ownerAccount->host : '' }}">{{ $res['channel']->ownerAccount->displayName }}</a>
</h4>
<div class="actor-handle">{{ '@'.$res['channel']->ownerAccount->name }}{{ $res['channel']->ownerAccount->host != 'video.076.ne.jp' ? '@'.$res['channel']->ownerAccount->host : '' }}</div>
</div>
</div>
<div class="owner-description">
<div class="description-html"></div>
</div>
<a class="view-account short" href="/peertube/a/{{ $res['channel']->ownerAccount->name }}{{ $res['channel']->ownerAccount->host != 'video.076.ne.jp' ? '@'.$res['channel']->ownerAccount->host : '' }}">視聴回数</a>
<a class="view-account complete" href="/peertube/a/{{ $res['channel']->ownerAccount->name }}{{ $res['channel']->ownerAccount->host != 'video.076.ne.jp' ? '@'.$res['channel']->ownerAccount->host : '' }}"> View owner account </a>
</div>