Changeset 14294


Ignore:
Timestamp:
2007-08-01T14:44:44+12:00 (17 years ago)
Author:
qq6
Message:

added links to the authentication page and the library interface page

File:
1 edited

Legend:

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

    r13609 r14294  
    8282      <li><a href="{$library_name}?a=q&amp;rt=d&amp;s={@name}"><xsl:value-of select="displayItem[@name='name']"/></a><xsl:value-of select="displayItem[@name='description']"/></li>
    8383      </xsl:for-each>
     84      <!--uncomment to display an authentication link-->
     85       <!--<xsl:for-each select="service[@type='authen']">
     86      <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>      </xsl:for-each>-->
     87      <!--uncomment to display a library interface link-->
     88      <!--<li><a href="{$library_name}?a=p&amp;sa=gli4gs3">The Librarian Interface</a></li>-->
    8489    </ul>
    8590    </xsl:template>
Note: See TracChangeset for help on using the changeset viewer.