bashtube/templates/themes/default/watch_flash.t
2021-02-28 17:43:40 +01:00

28 lines
723 B
Raku

<form action='search.shs'>
<input name='q' type='text'>
<input type='submit' value='Search'>
</form>
<div><br>
{{.player}}
<h2>{{.title}}</h2>
<div>
<div>
Uploaded by <b><a href='/channel/{{.channel_id}}'>{{.uploader}}</a></b> on <b>{{.upload_date}}</b>
</div>
<div>
<b>{{.view_count}}</b> views<br>
<b>{{.like_count}}</b> likes, <b>{{.dislike_count}}</b> dislikes.<br>
{{.fav}}
<br><br>
</div>
</div>
<span><i>Description</i>:<br>{{.description}}</span>
</div>
<h1>Recommended</h1>
<div style='display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));'>
{{.recommended}}
</div><h1>Comments</h1>
{{.comments_list}}
{{.playlist}}
<script type='text/javascript' src='js/player.js'></script>