15 lines
No EOL
755 B
HTML
Executable file
15 lines
No EOL
755 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="100" width="100"/>
|
|
</a>
|
|
</div>
|
|
<div class="item_text" style="height: 45px;">
|
|
<a href="{videoLink($video)}">{$video.description|truncate:30}</a>
|
|
</div>
|
|
<span class="pull-left"><h5><small>{$video.views} views</small></h5></span>
|
|
<span class="pull-right"><h5><small>{$video.date_added|niceTime}</small></h5></span>
|
|
</div>
|
|
</div> |