|
1 | 1 | <div class="item clearfix row"> |
2 | 2 | <div class="labels col-md-3 padding-right-zero pull-left"> |
3 | 3 | </div> |
4 | | - <div class="main pull-right col-md-9 padding-left-zero"> |
| 4 | + <div class="main pull-right col-md-8 padding-left-zero"> |
5 | 5 | <p class="info-note margin-zero caption margin-left-fifteen" style="font-size: 13px; word-spacing: 2px;"> |
6 | 6 | Copy and paste a URL from YouTube to insert a <strong>Channel Feed</strong>, <strong>Playlist</strong>, or <strong>Single Video</strong> |
7 | 7 | </p> |
8 | 8 | </div> |
9 | 9 | </div> |
10 | 10 | <hr class="none"> |
11 | 11 | <div class="item clearfix row margin-bottom-fifteen"> |
12 | | - <div class="labels col-md-3 padding-right-zero pull-left"> |
| 12 | + <div class="labels col-md-4 padding-right-zero pull-left"> |
13 | 13 | <span>YouTube URL</span> |
14 | 14 | </div> |
15 | | - <div class="main pull-right col-md-9 padding-left-zero row"> |
16 | | - <div class="pull-left col-md-8 padding-zero"> |
| 15 | + <div class="main pull-right col-md-8 padding-left-zero row"> |
| 16 | + <div class="pull-left col-md-9 padding-zero"> |
17 | 17 | <input type="text" class="form-control" |
18 | 18 | placeholder="Enter your channel or video URL" |
19 | 19 | ng-model="ContentHome.rssLink" |
|
22 | 22 | Please paste a valid URL from YouTube |
23 | 23 | </div> |
24 | 24 | </div> |
25 | | - <div class="col-md-4 pull-right"> |
26 | | - <button class="btn btn-primary pull-right stretch" |
| 25 | + <div class="col-md-3 pull-right"> |
| 26 | + <button class="btn btn-success pull-right stretch" |
27 | 27 | ng-disabled="!(ContentHome.rssLink) || loading" |
28 | 28 | ng-click="ContentHome.validateRssLink()"> |
29 | 29 | {{loading ? 'Validating URL...' : 'Validate URL'}} |
30 | 30 | </button> |
31 | 31 | </div> |
32 | 32 | </div> |
33 | 33 | </div> |
34 | | -<!-- <div class="item clearfix row"> |
35 | | - <div class="main pull-right col-md-9"> |
36 | | - <div class="alert alert-success alert-sm text-center margin-bottom-ten" |
37 | | - ng-show="ContentHome.validLinkSuccess">Feed |
38 | | - successfully validated as {{ContentHome.detectedType}} |
39 | | - </div> |
40 | | - <div class="alert alert-danger alert-sm text-center margin-bottom-ten" |
41 | | - ng-show="ContentHome.validLinkFailure">{{ContentHome.failureMessage}} |
42 | | - </div> |
43 | | - </div> |
44 | | -</div> --> |
45 | 34 | <div class="item clearfix row margin-bottom-fifteen"> |
46 | | - <div class="main pull-right col-md-9"> |
| 35 | + <div class="main pull-right col-md-8"> |
47 | 36 |
|
48 | 37 | <p class="info-note-no-bg margin-bottom-ten caption"> |
49 | 38 | Please use the full video URL and not the shortened URL |
|
54 | 43 | </p> |
55 | 44 |
|
56 | 45 | <div class="url-types"> |
57 | | - <p style="line-height: 1.33;"> |
58 | | - <span class="customTooltipBox btn-primary"> |
59 | | - <span class="customTooltipText"> |
| 46 | + <p class="tooltip-container" style="line-height: 1.33;"> |
| 47 | + <span class="btn-info-icon btn-primary margin-left-zero"> |
| 48 | + <span class="cp-tooltip"> |
60 | 49 | Navigate to a channel on YouTube and copy then paste the URL above |
61 | 50 | </span> |
62 | 51 | </span> |
63 | 52 | Channel Feed URL <span class="icon-check" ng-if="ContentHome.contentType === ContentHome.CONTENT_TYPE.CHANNEL_FEED"></span> |
64 | 53 | </p> |
65 | 54 |
|
66 | | - <p style="line-height: 1.33;"> |
67 | | - <span class="customTooltipBox btn-primary"> |
68 | | - <span class="customTooltipText"> |
| 55 | + <p class="tooltip-container" style="line-height: 1.33;"> |
| 56 | + <span class="btn-info-icon btn-primary margin-left-zero"> |
| 57 | + <span class="cp-tooltip"> |
69 | 58 | Navigate to a channel on YouTube; go to the “Playlist” tab; Then open the playlist; Copy then paste the URL above |
70 | 59 | </span> |
71 | | - </span> |
| 60 | + </span> |
72 | 61 | Playlist URL <span class="icon-check" ng-if="ContentHome.contentType === ContentHome.CONTENT_TYPE.PLAYLIST_FEED"></span> |
73 | 62 | </p> |
74 | 63 |
|
75 | | - <p style="line-height: 1.33;"> |
76 | | - <span class="customTooltipBox btn-primary"> |
77 | | - <span class="customTooltipText"> |
| 64 | + <p class="tooltip-container" style="line-height: 1.33;"> |
| 65 | + <span class="btn-info-icon btn-primary margin-left-zero"> |
| 66 | + <span class="cp-tooltip left-tooltip"> |
78 | 67 | Navigate to a video on YouTube and copy then paste the URL above |
79 | | - </span> |
80 | | - </span> |
| 68 | + </span> |
| 69 | + </span> |
81 | 70 |
|
82 | 71 | Single Video URL <span class="icon-check" ng-if="ContentHome.contentType === ContentHome.CONTENT_TYPE.SINGLE_VIDEO"></span> |
83 | 72 | </p> |
|
86 | 75 |
|
87 | 76 | </div> |
88 | 77 | </div> |
| 78 | +<div class="item clearfix row margin-bottom-fifteen" ng-show="(ContentHome.contentType == ContentHome.CONTENT_TYPE.CHANNEL_FEED) || (ContentHome.contentType == ContentHome.CONTENT_TYPE.PLAYLIST_FEED)"> |
| 79 | + <div class="labels col-md-4 padding-right-zero pull-left"> |
| 80 | + <span class="tooltip-container"> |
| 81 | + Update Video Thumbnails |
| 82 | + <span class="btn-info-icon btn-primary"> |
| 83 | + <span class="cp-tooltip"> |
| 84 | + Refresh video thumbnails in the list if you've updated them on any of your YouTube videos. |
| 85 | + </span> |
| 86 | + </span> |
| 87 | + </span> |
| 88 | + </div> |
| 89 | + <div class="main pull-right col-md-8 padding-left-zero row"> |
| 90 | + <div class="col-md-3 pull-right"> |
| 91 | + <button class="stretch btn btn-primary btn-outlined pull-right" |
| 92 | + ng-disabled="loading" |
| 93 | + ng-click="ContentHome.updateCachedVideos()"> Refresh Now |
| 94 | + </button> |
| 95 | + </div> |
| 96 | + </div> |
| 97 | +</div> |
89 | 98 | <div class="margin-bottom-fifteen" id="carousel" ng-show="ContentHome.contentType == ContentHome.CONTENT_TYPE.CHANNEL_FEED || (ContentHome.contentType == ContentHome.CONTENT_TYPE.PLAYLIST_FEED)"></div> |
90 | 99 | <div class="item clearfix row " ng-show="(ContentHome.contentType == ContentHome.CONTENT_TYPE.CHANNEL_FEED) || (ContentHome.contentType == ContentHome.CONTENT_TYPE.PLAYLIST_FEED)"> |
91 | | - <div class="labels col-md-3 padding-right-zero pull-left"> |
| 100 | + <div class="labels col-md-4 padding-right-zero pull-left"> |
92 | 101 | <span>Summary Text</span> |
93 | 102 | </div> |
94 | 103 | </div> |
|
0 commit comments