' . $lang->goback, $browseLink, 'self', "data-app='{$app->tab}'", 'btn btn-secondary'); $allLink = $this->createLink('gitea', 'binduser', "giteaID={$giteaID}&type=all"); $bindedLink = $this->createLink('gitea', 'binduser', "giteaID={$giteaID}&type=binded"); $notBindLink = $this->createLink('gitea', 'binduser', "giteaID={$giteaID}&type=notBind"); if($type == 'all') { echo html::linkButton('' . $lang->gitea->all . "" . count($giteaUsers) . "", $allLink, 'self', "data-app='{$app->tab}'", 'btn btn-info active'); echo html::linkButton('' . $lang->gitea->notBind, $notBindLink, 'self', "data-app='{$app->tab}'", 'btn btn-info'); echo html::linkButton('' . $lang->gitea->binded, $bindedLink, 'self', "data-app='{$app->tab}'", 'btn btn-info'); } else if($type == 'binded') { echo html::linkButton('' . $lang->gitea->all, $allLink, 'self', "data-app='{$app->tab}'", 'btn btn-info'); echo html::linkButton('' . $lang->gitea->notBind, $notBindLink, 'self', "data-app='{$app->tab}'", 'btn btn-info'); echo html::linkButton('' . $lang->gitea->binded . "" . count($giteaUsers) . "", $bindedLink, 'self', "data-app='{$app->tab}'", 'btn btn-info active'); } else { echo html::linkButton('' . $lang->gitea->all, $allLink, 'self', "data-app='{$app->tab}'", 'btn btn-info'); echo html::linkButton('' . $lang->gitea->notBind . "" . count($giteaUsers) . "", $notBindLink, 'self', "data-app='{$app->tab}'", 'btn btn-info active'); echo html::linkButton('' . $lang->gitea->binded, $bindedLink, 'self', "data-app='{$app->tab}'", 'btn btn-info'); } ?>
id]", $giteaUser->realname);?>
gitea->giteaAccount;?> gitea->giteaEmail;?> gitea->zentaoEmail;?> gitea->zentaoAccount;?> gitea->bindingStatus;?>
avatar, "height=20 width=20 class='img-circle'");?> realname . '@' . $giteaUser->account;?> email;?> id]", $giteaUser->zentaoUsers, $giteaUser->zentaoAccount, "class='form-control select chosen gitea-user-bind'" );?> binded === 1):?> gitea->binded;?> binded === 2):?> ' . $lang->gitea->bindedError . '';?> ' . $lang->gitea->notBind . '';?>
goback, '', 'class="btn btn-wide"');?>