">
<{if is_array($user)}>
<{if $user.groupUser.activate==$grpUsCertified && $user.groupUser.is_admin==$grpUser}>
|
<{else}>
<{if $user.groupUser.activate==$grpUsJoinRequired}><{$smarty.const._MD_USER_LANG_GROUP_JOIN_REQUIRED}>
<{elseif $user.groupUser.activate==$grpUsLeaveRequired}><{$smarty.const._MD_USER_LANG_GROUP_LEAVE_REQUIRED}>
<{elseif $user.groupUser.is_admin!=$grpUser}><{$smarty.const._MD_USER_LANG_GROUP_ADMIN}><{/if}>
<{/if}>
" alt="<{$smarty.const._AD_USER_LANG_USER}>" title="<{$smarty.const._AD_USER_LANG_USER}>" /> |
<{$user.user->getShow('uid')}> |
<{$user.user->getShow('uname')}> |
<{$user.user->getShow('name')}> |
<{$user.user->get('user_regdate')|xoops_formattimestamp}> |
<{$user.user->get('last_login')|xoops_formattimestamp:l}> |
<{$user.user->getShow('posts')}> |
<{if $user.user->get('level') == 0}>
<{$smarty.const._AD_USER_LANG_LEVEL_INACTIVE}>
<{elseif $user.user->get('level') == 1}>
<{$smarty.const._AD_USER_LANG_LEVEL_PENDING}>
<{elseif $user.user->get('level') == 2}>
<{$smarty.const._AD_USER_LANG_LEVEL_ACTIVE}>
<{elseif $user.user->get('level') == 5}>
<{$smarty.const._AD_USER_LANG_LEVEL_ROOT}>
<{/if}>
|
" alt="<{$smarty.const._EDIT}>" title="<{$smarty.const._EDIT}>" />
<{if $user.user->getShow('uid') != 1 && $user.groupUser.is_admin == $grpUser }>
" alt="<{$smarty.const._DELETE}>" title="<{$smarty.const._DELETE}>" />
<{/if}>
|
<{else}>
" alt="<{$smarty.const._AD_USER_LANG_USER}>" title="<{$smarty.const._AD_USER_LANG_USER}>" /> |
<{$user->getShow('uid')}> |
<{$user->getShow('uname')}> |
<{$user->getShow('name')}> |
<{$user->get('user_regdate')|xoops_formattimestamp}> |
<{$user->get('last_login')|xoops_formattimestamp:l}> |
<{$user->getShow('posts')}> |
<{if $user->get('level') == 0}>
<{$smarty.const._AD_USER_LANG_LEVEL_INACTIVE}>
<{elseif $user->get('level') == 1}>
<{$smarty.const._AD_USER_LANG_LEVEL_PENDING}>
<{elseif $user->get('level') == 2}>
<{$smarty.const._AD_USER_LANG_LEVEL_ACTIVE}>
<{elseif $user->get('level') == 5}>
<{$smarty.const._AD_USER_LANG_LEVEL_ROOT}>
<{/if}>
|
" alt="<{$smarty.const._EDIT}>" title="<{$smarty.const._EDIT}>" />
<{if $user->getShow('uid') != 1}>
" alt="<{$smarty.const._DELETE}>" title="<{$smarty.const._DELETE}>" />
<{/if}>
|
<{/if}>
<{/foreach}>