|
account'> ";
printf('%03d', $user->id);
?>
|
account", $user->realname)) echo $user->realname;?> |
account;?> |
user->roleList[$user->role];?> |
email);?> |
user->genderList[$user->gender])) echo $lang->user->genderList[$user->gender];?> |
phone;?> |
qq) echo html::a("tencent://message/?uin=$user->qq", $user->qq);?> |
join;?> |
last) echo date('Y-m-d', $user->last);?> |
visits;?> |
id&from=company", '', 'list');
if(strpos($this->app->company->admins, ",{$user->account},") === false and common::hasPriv('user', 'delete'))
{
echo html::a($this->createLink('user', 'delete', "userID=$user->id"), '', '', "title='{$lang->user->delete}' class='btn-icon iframe'");
}
if((strtotime(date('Y-m-d H:i:s')) - strtotime($user->locked)) < $this->config->user->lockMinutes * 60)
{
common::printIcon('user', 'unlock', "userID=$user->account", '', 'list', '', "hiddenwin");
}
if($user->ranzhi) common::printIcon('user', 'unbind', "userID=$user->account", '', 'list', 'unlink', "hiddenwin");
?>
|