Ignore:
Timestamp:
2011-06-10T16:27:50+12:00 (13 years ago)
Author:
sjm84
Message:

Adding authenication to the oran skin (and some other tidying)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/interfaces/oran/transform/util.xsl

    r24018 r24149  
    231231 
    232232  <xsl:template name="authenticationLink">
    233     <xsl:for-each select="serviceList/service[@type='authen']">
    234       <li>
    235         <a href="{$library_name}?a=g&amp;rt=r&amp;sa=authen&amp;s={@name}&amp;s1.aup=Login&amp;s1.un=&amp;s1.asn=">
    236           <xsl:value-of select="displayItem[@name='name']"/>
    237         </a>
    238         <xsl:value-of select="displayItem[@name='description']"/>
    239       </li>
     233    <xsl:for-each select="//serviceList/service[@type='authen']">
     234        <div class="paramLabel">
     235            <a href="{$library_name}?a=g&amp;rt=r&amp;sa=authen&amp;s={@name}&amp;s1.aup=Login&amp;s1.un=&amp;s1.asn=">
     236                <xsl:value-of select="displayItem[@name='name']"/>
     237            </a>
     238        </div>
     239        <div class="paramValue">
     240            <xsl:value-of select="displayItem[@name='description']"/>
     241        </div>
    240242    </xsl:for-each>
    241243  </xsl:template>
Note: See TracChangeset for help on using the changeset viewer.