diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/watch.html | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/templates/watch.html b/templates/watch.html index 6cda0df..e05eef8 100644 --- a/templates/watch.html +++ b/templates/watch.html @@ -13,14 +13,16 @@ allowfullscreen > </iframe> -<h1 id="title"></h1> -<button id="toggle-details">Show Details</button> +<div id="title-bar"> + <h1 id="title"></h1> + <label>Rate: <select id="pb-rate"></select></label> + <button id="toggle-details">Show Details</button> +</div> <div id="details" style="display:none"> - <span><a id="details-channel"></a>   👍 <span id="details-likes"></span></span> + <span><a id="details-channel"></a> @ <span id="details-date"></span></span> <br> - <span><span id="details-views"></span> Views   <span id="details-date"></span></span> + <span><span id="details-views"></span> Views => 👍 <span id="details-likes"></span> => <span id="details-comments"></span> Comments</span> <br> - <h3>Description:</h3> <span id="details-desc">No description has been added to this video.</span> <br> <h4>Tags:</h4> @@ -30,9 +32,10 @@ <div id="comments" style="display:none"> <h3>Comments:</h3> <template id="template-comment"> + <hr> <div class="comment"> <a class="author"></a> - <span class="date"></span> + <span>@ <span class="date"></span></span> <span class="date modified"></span> <div class="body"></div> <span>👍 <span class="likes"></span></span> |
