{include file="$template_path/html/user-top.html"}
{$errorMessage}

我已购买的作品 {$smarty.session.user.buy}

{if $items}
{foreach from=$items item=i name=foo}
{$i.name|escape}
{if isset($ratedItems[$i.id])} {section name=foo start=1 loop=6 step=1} {if $ratedItems[$i.id].rate >= $smarty.section.foo.index} {else} {/if} {/section} {else}
{section name=foo start=1 loop=6 step=1} {$smarty.section.foo.index} {/section}
{/if} {literal} {/literal}
许可文件下载
点我下载
{/foreach}
{else}

还没有购买过任何作品

{/if}
{include file="$template_path/html/footer.html"}