Changeset 38132 for gs3-installations


Ignore:
Timestamp:
2023-09-14T18:08:23+12:00 (9 months ago)
Author:
davidb
Message:

Changed to using the collection description on the collection's about.xsl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-installations/computing50/trunk/sites/computing50/collect/computing-50-tabletop/etc/collectionConfig.xml

    r38129 r38132  
    99        <displayItem lang="en" name="name">Computing 50 Tabletop</displayItem>
    1010        <displayItem lang="en" name="shortDescription">Photos of staff both present and past</displayItem>
    11         <displayItem lang="en" name="description">A version of the resources developed with metadata such that it can be exported by Greenstone3 in the XML format used by the TableTop
     11        <displayItem lang="en" name="description">
     12          A version of the resources developed with metadata
     13          such that it can be exported by Greenstone3 in the
     14          XML format used by the TableTop
    1215
    13 Currently contains: a collection of photos of both current and former staff.
    14 </displayItem>
     16          Currently contains: a collection of photos of both
     17          current and former staff, along with a selection of photos taken over the years
     18          capturing events that have occurred in CMS over the years.
     19        </displayItem>
     20        <!--
     21            <displayItem name="description" key="description" dictionary="collectionConfig"/>
     22            -->
     23       
    1524    </displayItemList>
    1625    <format>
     
    2736modify the collection description template to output the "this collection contains X documents and was last built Y days ago" message
    2837-->
     38<!--
    2939            <xsl:template name="coll-description">
    3040                <p>
     
    4353                    <xsl:value-of select="util:getInterfaceText($interface_name, /page/@lang, 'about.standarddescriptiondays', concat($numdocs, ';', $formatted_date))"/>
    4454                </p>
    45             </xsl:template>
     55                </xsl:template>
     56-->
     57
    4658        </format>
    4759    <search type="solr">
     
    140152-->
    141153                        <c>
    142 <!--
    143 <xsl:value-of select="substring(@nodeID,2)"/>
    144 -->
     154                            <xsl:value-of select="substring(@nodeID,2)"/>
    145155<!--
    146156<xsl:value-of select="@nodeID"/>
    147157-->
    148                             <gsf:metadata name="staff.TableID"/>
     158<!--
     159<gsf:metadata name="staff.TableID"/>
     160-->
    149161                        </c>
    150162                        <c>
Note: See TracChangeset for help on using the changeset viewer.