{$video=$vdo} {$type='video'}
{FlashPlayer vdetails=$video width='100%' height='100%'}

{$video.title}

{$vdo.views|number_format} {lang('views')}
{show_video_rating rating=$vdo.rating ratings=$vdo.rated_by total='10' id=$vdo.videoid type=video}

{description($video.description)}

{lang('Category:')}
{$vdo.category|categories:video}
{lang('Tags:')}
{$vdo.tags|tags:videos}
{show_share_form id=$vdo.videoid type=video}
{show_playlist_form id=$vdo.videoid type=video}
{show_flag_form id=$vdo.videoid type=video}

{lang('Comments')}

{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_320x250'}

{lang code="Most Popular"}

{foreach $videos as $video} {include file="$style_dir/blocks/videos/video_popular.html"} {/foreach}