{if $item.type == 1}
{if $item.data.category_id == 11}
{else}
{/if}
{/if}
{if $item.type == 2}
{$item.data.title}
{@$item.data.summary}
{$item.data.duration}
{if $item.data.PlayURL}
{else}
{/if}
{/if}
{if $item.type == 4}
{if $item.data.video}
{/if}
{if $item.data.imgs_url}
{each $item.data.imgs_url as $img_url}
{if $img_url.path}
{/if}
{/each}
{/if}
{/if}
{if $item.type == 7}
{$item.data.title}
{each $item.data.options as $option}
{set $percent = ($item.data.votenum)?round($option.number/$item.data.votenum*100):0}
-
{$option.name}
{$option.number}
{/each}
{/if}
{if $item.type == 16}
{if $item.data.contents.attachment}
{each $item.data.contents.attachment as $att}
{/each}
{/if}
{/if}
{if $item.type == 25}
{/if}
{if $item.data.circle === undefined}{if $item.data.related.length}
{each $item.data.related as $related}
{if $related.type == 30}
# {$related.theme.title}
{/if}
{/each}
{/if}
{/if}
{if $item.data.liketimes != 0}{$item.data.liketimes}{/if}
最近使用
我的收藏
大家上传的表情
{each $comments as $comment}-
{if $comment.author.verify_identity}
{/if}
{if $comment.reply}
-
{each $comment.reply as $reply}
{/if}
{/each}
{if $comment.is_top}{lang_comment.top}{/if}{$comment.author.username}:{@$comment.content}{if $comment.img}
{/if}
{lang_comment.reply} {$comment.relativeTime} {if settop} {($comment.is_top)?lang_comment.untop:lang_comment.top} {/if} {if $comment.user_id==uid} {lang_comment.delete} {else} {lang_comment.report} {/if} {$comment.liketimes}
{if $reply.touser}{$reply.author.username} {lang_comment.reply} {$reply.touser.username}{else}{$reply.author.username}{/if}:{@$reply.content}{if $reply.img}
{/if}
{/each}