{* Output of search results/browselist $Id: list.tpl,v 1.22 2013/03/14 17:16:36 andig2 Exp $ *} {if !empty($listcolumns) and $listcolumns == 1} {assign var=IMGWIDTH value="35"} {assign var=IMGHEIGHT value="48"} {else} {assign var=IMGWIDTH value="97"} {assign var=IMGHEIGHT value="144"} {/if} {*include file="protoflow.tpl"*} {*include file="covereffect.tpl"*}
{if !empty($list)} {counter assign=count start=0 print=false name=videocount} {foreach $list as $video} {if $count == 0} {cycle values="listeven,listodd" assign=CLASS print=false}
{/if} {counter assign=count name=videocount} {if $count == $listcolumns} {counter start=0 print=false name=videocount}
{if $video.imgurl}{html_image file=$video.imgurl link="show.php?id="|cat:$video.id align=left max_width=$IMGWIDTH max_height=$IMGHEIGHT class="cover"}{/if} {*
{if $video.imgurl}{html_image file=$video.imgurl link="show.php?id="|cat:$video.id align=left max_width=$IMGWIDTH max_height=$IMGHEIGHT class="cover"}{/if}

{$video.title}{if $video.subtitle} - {$video.subtitle}{/if}

{if $video.director}{$video.director}{/if} {if $video.year}({$video.year}){/if} {if $video.diskid}{$video.diskid}{/if}

{if $video.plot}
{$video.plot|truncate:100}
{/if}
*} {if $listcolumns < 4}
{if $video.editable}
{/if} {if $video.mediatypename} {/if}
{foreach $video.language as $itemlang} {if $itemlang} {if !empty($video.flagfile[$itemlang])} {$itemlang} {else} {$itemlang} {/if} {/if} {/foreach}
{if $video.seen}
{$lang.seen}
{/if}
{/if}
{if $video.year || $video.director}
[{if $video.year}{$video.year}{/if}{if $video.director}{if $video.year}; {/if}{$video.director}{/if}]
{/if}
{$video.plot|truncate:250} {$lang.more}
{/if} {/foreach} {if $count != 0} {section name="columnLoop" start=$count loop=$listcolumns}   {/section}
{/if} {/if}