{include file="$template_path/html/pagenav.html"}
{if $collection.photo != ''} {$collection.name|escape} {else} {$collection.name|escape} {/if}
{if check_login_bool() && $collection.user_id == $smarty.session.user.user_id}
{/if}
{$collection.name}
{if check_login_bool()} {if $collection.text != ''}{$collection.text|nl2br}{/if} {else} 这是一个公开书签集 {/if} {if check_login_bool()}
给这个书签集评分
{if $collection.rate}
{section name=foo start=1 loop=6 step=1} {if $collection.rate.rate >= $smarty.section.foo.index}{else} {/if} {/section}
{else}
{section name=foo start=1 loop=6 step=1} {$smarty.section.foo.index} {/section}
{/if} ( {$collection.votes} {$lang.votes} ) {if $collection.rate} 你投了:{$collection.rate.rate}星 {/if}
{/if}
{if $collection.user.avatar != ''} {$collection.user.username} {else} {$collection.user.username} {/if}

{foreach from=$user_badges item=b name=foo} {$b.name|escape} {if $smarty.foreach.foo.last}{/if} {/foreach}

{if check_login_bool() && $collection.user_id == $smarty.session.user.user_id}
{/if}
{include file="$template_path/html/footer.html"}