Video Manager

{include file="$layout_dir/blocks/advanced_search.html" }
{if $smarty.get.active!='no'} {/if}
{if $videos} {*$smarty.post|print_r*} {foreach from=$videos item=video} {/foreach}
VID Videos Details  
{$video.videoid}
{$video.title|truncate:80} ({if $video.duration>1}{$video.duration|SetTime}{else}00:00{/if})
{$video.date_added|niceTime} {lang code='views'} : {$video.views|number_format}
{if $video.featured=='yes'}Featured{else}{/if} {if $video.active=='yes'}Active{else}InActive{/if} {$video.status} Viewed {$video.last_viewed|niceTime}
{else}
No Video Found
{/if}
{include file="$style_dir/blocks/pagination.html" }