#include ("static/styles.html") #include ("static/scripts.html")
#include ("static/header.html")

Login Scope Selection

Which level of GitHub access do you need?
    #foreach ( $scope in $config.scopes.keySet() )
  • #set ( $scopeName = $scope.name.substring(6) ) #set ( $scopeDescription = $scope.description ) #set ( $checked = "" ) #if ( ( $scopeCookie && $scopeCookie == $scope.name ) || $scopeName == "" ) #set ( $checked = "checked" ) #end #if ( $scopeName == "")

    DEFAULT

    #else

    $scopeName

    #end

    $scopeDescription

    Allow to: #set ( $scopeItems = $config.scopes.get($scope) ) #foreach ( $scopeItem in $scopeItems ) $scopeItem.description #if ( $velocityCount < $scopeItems.size()) ,  #end #end

  • #end
#include ("static/footer.html")