clipbucket/upload/styles/cb_2014/layout/blocks/videos/video.html
2014-04-24 11:00:34 +00:00

16 lines
No EOL
838 B
HTML
Executable file

<div class="item_video">
<div class="cb_item_container clearfix">
<div class="cb_item_thumb video_thumb" >
<a href="{videoLink($video)}" title="{$video.title|title}">
<span class="video_duration">{$video.duration|date_format:$config.time}</span>
<img class="" src="{getThumb vdetails=$video}" border="1" height="140" width="200"/>
</a>
</div>
<div class="item_text" style="height: 45px; overflow: hidden;">
<a href="{videoLink($video)}"><b>{$video.title|truncate:30}</b></a>
</div>
<span class="pull-left" style="margin-top: -31px;"><h5><small>{$video.views} views</small></h5></span>
<span class="pull-right" style="margin-top: -31px;"><h5><small>{$video.date_added|niceTime}</small></h5></span>
</div>
</div>