Changeset 14412


Ignore:
Timestamp:
2007-09-04T09:47:31+12:00 (17 years ago)
Author:
qq6
Message:

added the authentication entry

File:
1 edited

Legend:

Unmodified
Added
Removed
  • greenstone3/trunk/web/interfaces/classic/transform/home.xsl

    r13254 r14412  
    2222    <xsl:call-template name="greenstonePageBanner"/>
    2323    <xsl:apply-templates select="collectionList"/>   
     24    <xsl:apply-templates select="serviceList"/>
    2425  </xsl:template>
    2526
     
    5051    </div> 
    5152   </xsl:template>
     53
     54<xsl:template match="serviceList">
     55   <!--<xsl:call-template name="dividerBar"/>-->
     56    <ul id="servicelist">
     57      <!--uncomment to display an authentication link-->
     58      <!--<xsl:for-each select="service[@type='authen']">
     59      <li><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="><xsl:value-of select="displayItem[@name='name']"/></a><xsl:value-of select="displayItem[@name='description']"/></li> <br/>     </xsl:for-each>-->
     60      <!--uncomment to display a library interface link-->
     61     <!--<li><a href="{$library_name}?a=p&amp;sa=gli4gs3">The Librarian Interface</a></li>-->
     62    </ul>
     63    </xsl:template>
     64
    5265</xsl:stylesheet> 
    5366
Note: See TracChangeset for help on using the changeset viewer.