Changeset 14412 for greenstone3/trunk/web/interfaces
- Timestamp:
- 2007-09-04T09:47:31+12:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
greenstone3/trunk/web/interfaces/classic/transform/home.xsl
r13254 r14412 22 22 <xsl:call-template name="greenstonePageBanner"/> 23 23 <xsl:apply-templates select="collectionList"/> 24 <xsl:apply-templates select="serviceList"/> 24 25 </xsl:template> 25 26 … … 50 51 </div> 51 52 </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&rt=r&sa=authen&s={@name}&s1.aup=Login&s1.un=&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&sa=gli4gs3">The Librarian Interface</a></li>--> 62 </ul> 63 </xsl:template> 64 52 65 </xsl:stylesheet> 53 66
Note:
See TracChangeset
for help on using the changeset viewer.