Skip to content

Commit

Permalink
Drop in a copy of the new refactored software breakdown display acros…
Browse files Browse the repository at this point in the history
…s all entities, as a prelude to working out whether we can replace the current code in that area.

Remove all explicit knowledge of https://www.educationcity.com/sso/shib, as that entity now has a software label.
  • Loading branch information
iay committed Mar 20, 2009
1 parent 632677c commit 8fd29b2
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions build/statistics.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -831,6 +831,14 @@


<h2><a name="bySoftware">Entities by Software</a></h2>

<h3>Breakdown Summary</h3>

<xsl:call-template name="entity.breakdown.by.software">
<xsl:with-param name="entities" select="$entities"/>
</xsl:call-template>



<!--
*********************************************************************
Expand Down Expand Up @@ -1249,9 +1257,6 @@
<xsl:when test="@entityID = 'https://adfs.devnet3.plymouth.ac.uk'">
(Microsoft ADFS)
</xsl:when>
<xsl:when test="@entityID = 'https://www.educationcity.com/sso/shib'">
(proprietary implementation)
</xsl:when>
<xsl:when test="md:Extensions/uklabel:Software">
(<xsl:value-of select="md:Extensions/uklabel:Software/@name"/>)
</xsl:when>
Expand Down Expand Up @@ -1762,9 +1767,6 @@
<xsl:when test="@entityID = 'https://adfs.devnet3.plymouth.ac.uk'">
(Microsoft ADFS)
</xsl:when>
<xsl:when test="@entityID = 'https://www.educationcity.com/sso/shib'">
(proprietary implementation)
</xsl:when>
<xsl:when test="md:Extensions/uklabel:Software">
(<xsl:value-of select="md:Extensions/uklabel:Software/@name"/>)
</xsl:when>
Expand Down

0 comments on commit 8fd29b2

Please sign in to comment.