$Encoder.bodyEscape($ResourceBundle.getString('SharePointAuthority.ServerSharePointVersion')) #if($SERVERVERSION == '2.0') SharePoint Services 2.0 (2003) #elseif($SERVERVERSION == '3.0') SharePoint Services 3.0 (2007) #elseif($SERVERVERSION == '4.0') SharePoint Services 4.0 (2010) #elseif($SERVERVERSION == '5.0') SharePoint Services 5.0 (2013) #else Unknown #end
$Encoder.bodyEscape($ResourceBundle.getString('SharePointAuthority.ServerClaimSpace')) #if($SERVERCLAIMSPACE == 'false') $Encoder.bodyEscape($ResourceBundle.getString('SharePointAuthority.Disabled')) #elseif($SERVERCLAIMSPACE == 'true') $Encoder.bodyEscape($ResourceBundle.getString('SharePointAuthority.Enabled')) #else Unknown #end
$Encoder.bodyEscape($ResourceBundle.getString('SharePointAuthority.ServerProtocol')) $SERVERPROTOCOL
$Encoder.bodyEscape($ResourceBundle.getString('SharePointAuthority.ServerName')) $Encoder.bodyEscape($SERVERNAME)
$Encoder.bodyEscape($ResourceBundle.getString('SharePointAuthority.ServerPort')) $SERVERPORT
$Encoder.bodyEscape($ResourceBundle.getString('SharePointAuthority.SitePath')) $Encoder.bodyEscape($SERVERLOCATION)
$Encoder.bodyEscape($ResourceBundle.getString('SharePointAuthority.UserName')) $Encoder.bodyEscape($SERVERUSERNAME)
$Encoder.bodyEscape($ResourceBundle.getString('SharePointAuthority.Password')) ********

$Encoder.bodyEscape($ResourceBundle.getString('SharePointAuthority.ProxyHost')) $Encoder.bodyEscape($PROXYHOST)
$Encoder.bodyEscape($ResourceBundle.getString('SharePointAuthority.ProxyPort')) $PROXYPORT
$Encoder.bodyEscape($ResourceBundle.getString('SharePointAuthority.ProxyUser')) $Encoder.bodyEscape($PROXYUSER)
$Encoder.bodyEscape($ResourceBundle.getString('SharePointAuthority.ProxyPassword')) ********
$Encoder.bodyEscape($ResourceBundle.getString('SharePointAuthority.ProxyDomain')) $Encoder.bodyEscape($PROXYDOMAIN)

$Encoder.bodyEscape($ResourceBundle.getString('SharePointAuthority.SSLCertificateList')) #if($CERTIFICATELIST.size() == 0) #else #foreach($certificate in $CERTIFICATELIST) #end #end
$Encoder.bodyEscape($ResourceBundle.getString('SharePointAuthority.NoCertificatesPresent'))
$Encoder.bodyEscape($certificate.get('DESCRIPTION'))

$Encoder.bodyEscape($ResourceBundle.getString('SharePointAuthority.AuthorizationModelColon')) #if($AUTHORIZATIONMODEL == 'Classic') $Encoder.bodyEscape($ResourceBundle.getString('SharePointAuthority.Classic')) #elseif($AUTHORIZATIONMODEL == 'ClaimSpace') $Encoder.bodyEscape($ResourceBundle.getString('SharePointAuthority.ClaimSpace')) #else Unknown #end

$Encoder.bodyEscape($ResourceBundle.getString('SharePointAuthority.CacheLifetime')) $Encoder.bodyEscape($CACHELIFETIME) $Encoder.bodyEscape($ResourceBundle.getString('SharePointAuthority.minutes'))
$Encoder.bodyEscape($ResourceBundle.getString('SharePointAuthority.CacheLRUSize')) $Encoder.bodyEscape($CACHELRUSIZE)