This content requires JavaScript and Macromedia Flash Player 7 or higher.
Get Flash
{if has_hq($vdo)}
This content requires JavaScript and Macromedia Flash Player 7 or higher.
Get Flash
{/if}
{show_video_rating rating=$vdo.rating ratings=$vdo.rated_by total='10' id=$vdo.videoid type=video}
{show_share_form id=$vdo.videoid type=Video}
{show_flag_form id=$vdo.videoid type=Video}
{show_playlist_form id=$vdo.videoid type=Video}
{lang code='subscribe'}
- {lang code='views'} : {$vdo.views|number_format}
- {lang code='duration'} : {$vdo.duration|SetTime}
- {lang code='comments'} : {$vdo.comments_count|number_format}
{$vdo.description|description|truncate:200}{if strlen($vdo.description)>200}
{lang code='more'}{/if}
{$vdo.description|description}
Less
{lang code='comments'}
{include file="$style_dir/blocks/comments/comments.html" id=$vdo.videoid type=v}
{if $myquery->is_commentable($vdo,'v')}
{include file="$style_dir/blocks/comments/add_comment.html" id=$vdo.videoid type=v}
{else}
{lang code='comm_disabled_for_vid'}
{/if}
{AD place=ad_300x250}
{ANCHOR place="video_bookmarks" data=$vdo}
{ANCHOR place="watch_video_right" data=$vdo}
{include file="$style_dir/blocks/watch_video/playlist_box.html" selected=$vdo.videoid }
{assign var=videos_items_columns value=func->config(videos_items_columns)}
{get_videos user=$vdo.userid limit=$videos_items_columns assign=user_vids exclude=$vdo.videoid}
{if $user_vids}
More from {$user.username}
{section name=uvlist loop=$user_vids}
{include file="$style_dir/blocks/watch_video/video_box.html" video=$user_vids[uvlist]}
{/section}
{/if}
{assign var=videos_items_columns value=func->config(videos_items_columns)}
{get_videos tags=$vdo.tags limit=$videos_items_columns assign=related_vids exclude=$vdo.videoid}
{if $related_vids}
Related Videos
{/if}