Changeset 5130


Ignore:
Timestamp:
2003-08-13T12:20:52+12:00 (21 years ago)
Author:
kjdon
Message:

small modifications to the about page

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/web/interfaces/default/transform/about.xsl

    r5123 r5130  
    1414  <xsl:template name="pageHead">
    1515    <head>
    16       <title>x
    17     <xsl:value-of select="/page/pageResponse/*/displayItem[@name='name']"/>
     16      <title>
     17    <xsl:value-of select="/page/pageResponse/*/displayItem[@name='name']"/><xsl:text> </xsl:text>
    1818      </title>
    1919    </head>
     
    3434    </xsl:call-template>     
    3535    <p/><xsl:value-of select="displayItem[@name='description']"/>
    36     <p/><xsl:apply-templates select="metadataList">
    37       <xsl:with-param name="collName" select="$collName"/>
    38     </xsl:apply-templates>
    3936    <p/><xsl:apply-templates select="serviceList">
    4037      <xsl:with-param name="collName" select="$collName"/>
     
    4340 
    4441 
    45   <xsl:template match="metadataList">
    46     <xsl:param name="collName"/>
    47     <h2><xsl:value-of select="util:getInterfaceText($interface_name, /page/@lang, 'about.metadata')"/></h2>
    48     <p/>
    49     <table width='537'>
    50       <xsl:for-each select="metadata">
    51     <tr valign='top'><td><b><xsl:value-of select="@name"/></b></td><td><xsl:value-of select="."/></td></tr>
    52       </xsl:for-each>
    53     </table>
    54   </xsl:template>
    55  
    5642  <xsl:template match="serviceList">
    5743    <xsl:param name="collName"/>
    5844    <h2><xsl:value-of select="util:getInterfaceText($interface_name, /page/@lang, 'about.services')"/></h2>
    59     You can access the services by clicking on the buttons below or on the buttons on the navigation bar. The navigation bar is persistant across most pages in the collection.
     45    <xsl:value-of select="util:getInterfaceText($interface_name, /page/@lang, 'about.servicehelp')"/>
    6046    <p/>
    6147    <xsl:if test="service">
     
    7056        </xsl:choose></xsl:variable>
    7157      <xsl:if test="$action !='DO_NOT_DISPLAY'">
    72         <tr><td align='center' height='20' background='interfaces/default/images/brownbutton.gif'><a style="text-decoration:none" href="{$library_name}?a={$action}&amp;rt=d&amp;s={@name}&amp;c={$collName}"><b><xsl:value-of select="displayItem[@name='name']"/></b></a></td><td><xsl:value-of select="displayItem[@name='description']"/></td></tr>
     58        <tr><td xsl:use-attribute-sets="td-brownbutton"><a style="text-decoration:none" href="{$library_name}?a={$action}&amp;rt=d&amp;s={@name}&amp;c={$collName}"><b><font color='{$colour-button-text}'><xsl:value-of select="displayItem[@name='name']"/></font></b></a></td><td><xsl:value-of select="displayItem[@name='description']"/></td></tr>
    7359      </xsl:if>
    7460    </xsl:for-each>
Note: See TracChangeset for help on using the changeset viewer.