1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00
Oinktube/view/videosListItem.html
2022-10-12 14:54:45 -03:00

27 lines
No EOL
1 KiB
HTML

<div class="col-lg-12 col-sm-12 col-xs-12 bottom-border videoListItem videoListItem-html" id="{divID}" style='{style}' >
<div class="col-lg-5 col-sm-5 col-xs-5 nopadding videoLink h6" >
<div class="galleryVideo">
<a href="{link}" title="{title}">
{thumbsImage}
</a>
{loggedUserHTML}
</div>
</div>
<div class="col-lg-7 col-sm-7 col-xs-7 videosDetails">
<a href="{link}" title="{title}" >
<div class="text-uppercase row"><strong class="title">{title}</strong></div>
</a>
<div class="details row">
<div class="pull-left">
<a class="label label-default" href="{categoryLink}" data-toggle="tooltip" title="{category}" >
<span class="{categoryIcon}"></span>
</a>
{tagsHTML}
</div>
{viewsHTML}
</div>
<div class="row" style="margin-top: 5px;">
{creator}
</div>
</div>
</div>