]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/videos/+video-watch/video-watch.component.html
Add ability to set a name to a channel
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / +video-watch / video-watch.component.html
1 <div class="root-row row">
2 <!-- We need the video container for videojs so we just hide it -->
3 <div id="video-element-wrapper">
4 <div *ngIf="remoteServerDown" class="remote-server-down">
5 Sorry, but this video is not available because the remote instance is not responding.
6 <br />
7 Please try again later.
8 </div>
9 </div>
10
11 <div i18n class="alert alert-warning" *ngIf="isVideoToImport()">
12 The video is being imported, it will be available when the import is finished.
13 </div>
14
15 <div i18n class="alert alert-warning" *ngIf="isVideoToTranscode()">
16 The video is being transcoded, it may not work properly.
17 </div>
18
19 <div i18n class="alert alert-info" *ngIf="hasVideoScheduledPublication()">
20 This video will be published on {{ video.scheduledUpdate.updateAt | date: 'full' }}.
21 </div>
22
23 <div class="alert alert-danger" *ngIf="video?.blacklisted">
24 <div class="blacklisted-label" i18n>This video is blacklisted.</div>
25 {{ video.blacklistedReason }}
26 </div>
27
28 <!-- Video information -->
29 <div *ngIf="video" class="margin-content video-bottom">
30 <div class="video-info">
31 <div class="video-info-first-row">
32 <div>
33 <div class="video-info-name">{{ video.name }}</div>
34
35 <div i18n class="video-info-date-views">
36 {{ video.publishedAt | myFromNow }} - {{ video.views | myNumberFormatter }} views
37 </div>
38
39 <div class="video-info-channel">
40 <a [routerLink]="[ '/video-channels', video.channel.name ]" i18n-title title="Go the channel page">
41 {{ video.channel.displayName }}
42
43 <img [src]="video.videoChannelAvatarUrl" alt="Video channel avatar" />
44 </a>
45 <!-- Here will be the subscribe button -->
46 </div>
47
48 <div class="video-info-by">
49 <a [routerLink]="[ '/accounts', video.by ]" i18n-title title="Go to the account page">
50 <span i18n>By {{ video.by }}</span>
51 <img [src]="video.accountAvatarUrl" alt="Account avatar" />
52 </a>
53
54 <my-help helpType="custom" i18n-customHtml customHtml="You can subscribe to this account via any ActivityPub-capable fediverse instance. For instance with Mastodon or Pleroma you can type in the search box <strong>@{{video.account.name}}@{{video.account.host}}</strong> and subscribe there. Subscription as a PeerTube user is being worked on in <a href='https://github.com/Chocobozzz/PeerTube/issues/470'>#470</a>."></my-help>
55 </div>
56 </div>
57
58 <div class="video-actions-rates">
59 <div class="video-actions">
60 <div
61 *ngIf="isUserLoggedIn()" [ngClass]="{ 'activated': userRating === 'like' }" (click)="setLike()"
62 class="action-button action-button-like" role="button" [attr.aria-pressed]="userRating === 'like'"
63 >
64 <span class="icon icon-like" i18n-title title="Like this video" ></span>
65 </div>
66
67 <div
68 *ngIf="isUserLoggedIn()" [ngClass]="{ 'activated': userRating === 'dislike' }" (click)="setDislike()"
69 class="action-button action-button-dislike" role="button" [attr.aria-pressed]="userRating === 'dislike'"
70 >
71 <span class="icon icon-dislike" i18n-title title="Dislike this video"></span>
72 </div>
73
74 <div *ngIf="video.support" (click)="showSupportModal()" class="action-button action-button-support">
75 <span class="icon icon-support"></span>
76 <span class="icon-text" i18n>Support</span>
77 </div>
78
79 <div (click)="showShareModal()" class="action-button action-button-share" role="button">
80 <span class="icon icon-share"></span>
81 <span class="icon-text" i18n>Share</span>
82 </div>
83
84 <div class="action-more" ngbDropdown placement="top" role="button">
85 <div class="action-button" ngbDropdownToggle role="button">
86 <span class="icon icon-more"></span>
87 </div>
88
89 <div ngbDropdownMenu>
90 <a class="dropdown-item" i18n-title title="Download the video" href="#" (click)="showDownloadModal($event)">
91 <span class="icon icon-download"></span> <ng-container i18n>Download</ng-container>
92 </a>
93
94 <a *ngIf="isUserLoggedIn()" class="dropdown-item" i18n-title title="Report this video" href="#" (click)="showReportModal($event)">
95 <span class="icon icon-alert"></span> <ng-container i18n>Report</ng-container>
96 </a>
97
98 <a *ngIf="isVideoUpdatable()" class="dropdown-item" i18n-title title="Update this video" href="#" [routerLink]="[ '/videos/update', video.uuid ]">
99 <span class="icon icon-edit"></span> <ng-container i18n>Update</ng-container>
100 </a>
101
102 <a *ngIf="isVideoBlacklistable()" class="dropdown-item" i18n-title title="Blacklist this video" href="#" (click)="showBlacklistModal($event)">
103 <span class="icon icon-blacklist"></span> <ng-container i18n>Blacklist</ng-container>
104 </a>
105
106 <a *ngIf="isVideoUnblacklistable()" class="dropdown-item" i18n-title title="Unblacklist this video" href="#" (click)="unblacklistVideo($event)">
107 <span class="icon icon-unblacklist"></span> <ng-container i18n>Unblacklist</ng-container>
108 </a>
109
110 <a *ngIf="isVideoRemovable()" class="dropdown-item" i18n-title title="Delete this video" href="#" (click)="removeVideo($event)">
111 <span class="icon icon-delete"></span> <ng-container i18n>Delete</ng-container>
112 </a>
113 </div>
114 </div>
115 </div>
116
117 <div
118 class="video-info-likes-dislikes-bar"
119 *ngIf="video.likes !== 0 || video.dislikes !== 0" [ngbTooltip]="likesBarTooltipText">
120 <div class="likes-bar" [ngStyle]="{ 'width.%': video.likesPercent }"></div>
121 </div>
122 </div>
123 </div>
124
125 <div class="video-info-description">
126 <div class="video-info-description-html" [innerHTML]="videoHTMLDescription"></div>
127
128 <div class="video-info-description-more" *ngIf="completeDescriptionShown === false && video.description?.length >= 250" (click)="showMoreDescription()">
129 <ng-container i18n>Show more</ng-container>
130 <span *ngIf="descriptionLoading === false" class="glyphicon glyphicon-menu-down"></span>
131 <my-loader class="description-loading" [loading]="descriptionLoading"></my-loader>
132 </div>
133
134 <div *ngIf="completeDescriptionShown === true" (click)="showLessDescription()" class="video-info-description-more">
135 <ng-container i18n>Show less</ng-container>
136 <span *ngIf="descriptionLoading === false" class="glyphicon glyphicon-menu-up"></span>
137 </div>
138 </div>
139
140 <div class="video-attributes">
141 <div class="video-attribute">
142 <span i18n class="video-attribute-label">Privacy</span>
143 <span class="video-attribute-value">{{ video.privacy.label }}</span>
144 </div>
145
146 <div class="video-attribute">
147 <span i18n class="video-attribute-label">Category</span>
148 <span *ngIf="!video.category.id" class="video-attribute-value">{{ video.category.label }}</span>
149 <a
150 *ngIf="video.category.id" class="video-attribute-value"
151 [routerLink]="[ '/search' ]" [queryParams]="{ categoryOneOf: [ video.category.id ] }"
152 >{{ video.category.label }}</a>
153 </div>
154
155 <div class="video-attribute">
156 <span i18n class="video-attribute-label">Licence</span>
157 <span *ngIf="!video.licence.id" class="video-attribute-value">{{ video.licence.label }}</span>
158 <a
159 *ngIf="video.licence.id" class="video-attribute-value"
160 [routerLink]="[ '/search' ]" [queryParams]="{ licenceOneOf: [ video.licence.id ] }"
161 >{{ video.licence.label }}</a>
162 </div>
163
164 <div class="video-attribute">
165 <span i18n class="video-attribute-label">Language</span>
166 <span *ngIf="!video.language.id" class="video-attribute-value">{{ video.language.label }}</span>
167 <a
168 *ngIf="video.language.id" class="video-attribute-value"
169 [routerLink]="[ '/search' ]" [queryParams]="{ languageOneOf: [ video.language.id ] }"
170 >{{ video.language.label }}</a>
171 </div>
172
173 <div class="video-attribute video-attribute-tags">
174 <span i18n class="video-attribute-label">Tags</span>
175 <a
176 *ngFor="let tag of getVideoTags()"
177 class="video-attribute-value" [routerLink]="[ '/search' ]" [queryParams]="{ tagsOneOf: [ tag ] }"
178 >{{ tag }}</a>
179 </div>
180 </div>
181
182 <my-video-comments [video]="video" [user]="user"></my-video-comments>
183 </div>
184
185 <div class="other-videos">
186 <div i18n class="title-page title-page-single">
187 Other videos
188 </div>
189
190 <div *ngFor="let video of otherVideosDisplayed">
191 <my-video-miniature [video]="video" [user]="user"></my-video-miniature>
192 </div>
193 </div>
194 </div>
195
196
197 <div class="privacy-concerns" *ngIf="hasAlreadyAcceptedPrivacyConcern === false">
198 <strong i18n>Friendly Reminder:</strong>
199 <div class="privacy-concerns-text">
200 <ng-container i18n>
201 The sharing system used by this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.
202 </ng-container>
203 <a i18n i18n-title title="Get more information" target="_blank" rel="noopener noreferrer" href="/about/peertube">More information</a>
204 </div>
205
206 <div i18n class="privacy-concerns-okay" (click)="acceptedPrivacyConcern()">
207 OK
208 </div>
209 </div>
210 </div>
211
212 <ng-template [ngIf]="video !== null">
213 <my-video-support #videoSupportModal [video]="video"></my-video-support>
214 <my-video-share #videoShareModal [video]="video"></my-video-share>
215 <my-video-download #videoDownloadModal [video]="video"></my-video-download>
216 <my-video-report #videoReportModal [video]="video"></my-video-report>
217 <my-video-blacklist #videoBlacklistModal [video]="video"></my-video-blacklist>
218 </ng-template>