{extends file='../layouts/index.html'} {block name=body}
{include file='../blocks/btn.html'}
{form_open('','method="get" class="form-inline col-lg-12 m-b-none" data-pjax')} {form_dropdown('app', $list_third, element('app',$search,''), 'class="input-small form-control m-b-mini"')} {form_close()}
{form_open('user_home'|action_url,'id="formList" class="m-b-none" target="iframeNew"')}
{foreach from=$list item=m} {/foreach}
{_('昵称')} UID/{_('用户名')} {_('授权应用')}
{if $m.headimg}{/if} {$m.nickname} {if $m.uid}#{$m.id_sn}/{'username'|element:$m}{else}-{/if} {$m.title}
{$html_page}
{form_close()}
{/block}