Skip to content

Commit

Permalink
Remove list of OpenAthens virtual IdPs.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Dec 16, 2008
1 parent fcbb0d1 commit a99a480
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions build/statistics.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -977,20 +977,9 @@
<xsl:if test="$entities.openathens.virtual.count != 0">
<h3>OpenAthens Virtual Identity Providers</h3>
<p>
The following <xsl:value-of select="$entities.openathens.virtual.count"/>
entities are virtual identity providers run by Eduserv
as part of the OpenAthens system on behalf of their clients:
</p>
<ul>
<xsl:for-each select="$entities.openathens.virtual">
<li>
<xsl:value-of select="@ID"/>:
<code><xsl:value-of select="@entityID"/></code>:
<xsl:value-of select="md:Organization/md:OrganizationDisplayName"/>.
</li>
</xsl:for-each>
</ul>
<p>
Eduserv operate <xsl:value-of select="$entities.openathens.virtual.count"/>
virtual identity provider entities
as part of the OpenAthens system on behalf of their clients.
This is
<xsl:value-of select="format-number($entities.openathens.virtual.count div $entityCount, '0.0%')"/>
of all entities, or
Expand Down

0 comments on commit a99a480

Please sign in to comment.