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

White-space changes resulting from opening in GLI

File:
1 edited

Legend:

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

    r38157 r38158  
    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">
    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
     11        <displayItem lang="en" name="description">A version of the resources developed with metadata
     12such that it can be exported by Greenstone3 in the
     13XML format used by the TableTop
    1514
    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        
     15Currently contains: a collection of photos of both
     16current and former staff, along with a selection of photos taken over the years
     17capturing events that have occurred in CMS over the years.
     18
     19</displayItem>
    2420    </displayItemList>
    2521    <format>
     
    3733-->
    3834<!--
    39             <xsl:template name="coll-description">
     35<xsl:template name="coll-description">
    4036                <p>
    4137                    <gslib:collectionDescriptionTextAndServicesLinks/>
     
    5551                </xsl:template>
    5652-->
    57 
    5853        </format>
    5954    <search type="solr">
     
    145140            <option name="-buttonname" value="All Names"/>
    146141            <format>
    147               <gsf:template match="documentNode">
     142            <gsf:template match="documentNode">
    148143                <xsl:choose>
    149144                    <xsl:when test="/page/pageRequest/@subaction = 'tabletop'">
    150                       <!--
    151                           Example record for Tbl_People:
     145<!--
     146Example record for Tbl_People:
    152147                            ID, FirstName, MiddleName, LastName, DOB, DOD, MainPicture,
    153148                        Summary, Type, Feature, ServiceNo
    154                       -->
    155                             <c>
    156                           <xsl:variable name="staffTableID"><gsf:metadata name="staff.TableID"/></xsl:variable>
    157                           <xsl:value-of select="substring($staffTableID,2)"/>
    158                           <!--
    159                               <xsl:value-of select="substring(@nodeID,2)"/>
    160                           -->
    161                           <!--
    162                               <xsl:value-of select="@nodeID"/>
    163                           -->
    164                           <!--
    165                               <gsf:metadata name="staff.TableID"/>
    166                           -->
     149-->
     150                        <c>
     151                            <xsl:variable name="staffTableID">
     152                                <gsf:metadata name="staff.TableID"/>
     153                            </xsl:variable>
     154                            <xsl:value-of select="substring($staffTableID,2)"/>
     155<!--
     156<xsl:value-of select="substring(@nodeID,2)"/>
     157-->
     158<!--
     159<xsl:value-of select="@nodeID"/>
     160-->
     161<!--
     162<gsf:metadata name="staff.TableID"/>
     163-->
    167164                        </c>
    168165                        <c>
     
    175172                            <gsf:metadata name="staff.Surname"/>
    176173                        </c>
    177                         <c>
    178                           <!--
    179                               DOB
    180                           -->
    181                                                 </c>
    182                         <c>
    183                           <!--
    184                               DOD
    185                           -->
    186                         </c>
    187                         <c>
     174                        <c><!--
     175DOB
     176-->
     177                        </c>                        <c><!--
     178DOD
     179-->
     180                        </c>                        <c>
    188181                            <gsf:metadata hidden="true" name="Screen"/>
    189182                            <GS3URL>
     
    268261            <option name="-metadata" value="dc.Publisher"/>
    269262            <option name="-buttonname" value="All Photos"/>
    270 
    271263            <format>
    272               <gsf:template match="documentNode">
    273                 <xsl:choose>
    274                   <xsl:when test="/page/pageRequest/@subaction = 'tabletop'">
    275                 <!--
    276                     Example record for Tbl_Pictures:
     264            <gsf:template match="documentNode">
     265                <xsl:choose>
     266                    <xsl:when test="/page/pageRequest/@subaction = 'tabletop'">
     267<!--
     268Example record for Tbl_Pictures:
    277269                      ID, Pictures, Title, Description, MajorEventsID, Per_EventsID,
    278270                      LocationID, MapID, [Cool+stuff], Stream, Audio, LocationY,LocationX,
    279271                      Achnolodgements, Order
    280                 -->
    281                 <c>
    282                   <!-- ID -->
    283                   <xsl:value-of select="substring(@nodeID,2)"/>
    284                 </c>
    285                 <c>
    286                   <!-- Pictures -->
    287                   <gsf:metadata hidden="true" name="Screen"/>
    288                   <GS3URL>
    289                     <xsl:value-of disable-output-escaping="yes" select="/page/pageResponse/collection/metadataList/metadata[@name = 'httpPath']"/>
    290                     <xsl:text>/index/assoc/</xsl:text>
    291                     <xsl:value-of disable-output-escaping="yes" select="metadataList/metadata[@name='assocfilepath']"/>
    292                     <xsl:text>/</xsl:text>
    293                     <xsl:value-of disable-output-escaping="yes" select="metadataList/metadata[@name='Screen']"/>
    294                   </GS3URL>
    295                 </c>
    296                 <c>
    297                   <!-- Title -->
    298                   <xsl:call-template name="choose-title"/>
    299                 </c>
    300                 <c>
    301                   <!-- Description -->
    302                   <gsf:metadata name="Description"/>
    303                 </c>
    304                 <c>
    305                   <!-- MajorEventsID (matches to Staff ID ??)-->
    306                                 </c>
    307                 <c>
    308                   <!-- Per_EventsID -->
    309                 </c>
    310                
    311                 <c>
    312                   <!-- LocationID -->
    313                 </c>
    314                 <c>
    315                   <!-- MapID -->
    316                 </c>
    317                 <c>
    318                   <!-- [Cool+stuff] -->
    319                   <gsf:metadata name="dc.Publisher"/>
    320                 </c>
    321                                <!-- Stream -->
    322                                <xsl:variable name="docID"><xsl:value-of select="substring(@nodeID,2)"/></xsl:variable>
    323                                <xsl:choose>
    324                                  <xsl:when test="$docID &lt; 50">
    325                                    <c>True</c>
    326                                  </xsl:when>
    327                                  <xsl:otherwise>
    328                                    <c>False</c>
    329                                  </xsl:otherwise>
    330                                </xsl:choose>                           
    331                 <c>
    332                   <!-- Audio -->
    333                 </c>
    334                 <c>
    335                   <!-- LocationY -->
    336                 </c>
    337                 <c>
    338                   <!-- LocationX -->
    339                 </c>
    340                
    341                 <c>
    342                   <!--
    343                       Achnolodgements [sic]
    344                   -->
    345                 </c>
    346                 <c>
    347                   <!--
    348                       Order, Do same as docID
    349                   -->
    350                   <xsl:value-of select="substring(@nodeID,2)"/>
    351                 </c>
    352                   </xsl:when>
    353                   <xsl:otherwise>
    354                 <td valign="top">
    355                   <gsf:link type="document">
    356                     <gsf:choose-metadata>
    357                       <gsf:metadata name="thumbicon"/>
    358                       <gsf:metadata name="srcicon"/>
    359                     </gsf:choose-metadata>
    360                   </gsf:link>
    361                 </td>
    362                 <td valign="top">
    363                   <gsf:link type="document">
    364                     <xsl:call-template name="choose-title"/>
    365                   </gsf:link>
    366                 </td>
    367                   </xsl:otherwise>
    368                 </xsl:choose>
    369               </gsf:template>
    370             </format>
     272-->
     273                        <c>
     274<!--
     275ID
     276-->
     277                            <xsl:value-of select="substring(@nodeID,2)"/>
     278                        </c>
     279                        <c>
     280<!--
     281Pictures
     282-->
     283                            <gsf:metadata hidden="true" name="Screen"/>
     284                            <GS3URL>
     285                                <xsl:value-of disable-output-escaping="yes" select="/page/pageResponse/collection/metadataList/metadata[@name = 'httpPath']"/>
     286                                <xsl:text>/index/assoc/</xsl:text>
     287                                <xsl:value-of disable-output-escaping="yes" select="metadataList/metadata[@name='assocfilepath']"/>
     288                                <xsl:text>/</xsl:text>
     289                                <xsl:value-of disable-output-escaping="yes" select="metadataList/metadata[@name='Screen']"/>
     290                            </GS3URL>
     291                        </c>
     292                        <c>
     293<!--
     294Title
     295-->
     296                            <xsl:call-template name="choose-title"/>
     297                        </c>
     298                        <c>
     299<!--
     300Description
     301-->
     302                            <gsf:metadata name="Description"/>
     303                        </c>
     304                        <c><!--
     305MajorEventsID (matches to Staff ID ??)
     306-->
     307                        </c>                        <c><!--
     308Per_EventsID
     309-->
     310                        </c>                        <c><!--
     311LocationID
     312-->
     313                        </c>                        <c><!--
     314MapID
     315-->
     316                        </c>                        <c>
     317<!--
     318[Cool+stuff]
     319-->
     320                            <gsf:metadata name="dc.Publisher"/>
     321                        </c>
     322<!--
     323Stream
     324-->
     325                        <xsl:variable name="docID">
     326                            <xsl:value-of select="substring(@nodeID,2)"/>
     327                        </xsl:variable>
     328                        <xsl:choose>
     329                            <xsl:when test="$docID &lt; 50">
     330                                <c>True</c>
     331                            </xsl:when>
     332                            <xsl:otherwise>
     333                                <c>False</c>
     334                            </xsl:otherwise>
     335                        </xsl:choose>
     336                        <c><!--
     337Audio
     338-->
     339                        </c>                        <c><!--
     340LocationY
     341-->
     342                        </c>                        <c><!--
     343LocationX
     344-->
     345                        </c>                        <c><!--
     346Achnolodgements [sic]
     347-->
     348                        </c>                        <c>
     349<!--
     350Order, Do same as docID
     351-->
     352                            <xsl:value-of select="substring(@nodeID,2)"/>
     353                        </c>
     354                    </xsl:when>
     355                    <xsl:otherwise>
     356                        <td valign="top">
     357                            <gsf:link type="document">
     358                                <gsf:choose-metadata>
     359                                    <gsf:metadata name="thumbicon"/>
     360                                    <gsf:metadata name="srcicon"/>
     361                                </gsf:choose-metadata>
     362                            </gsf:link>
     363                        </td>
     364                        <td valign="top">
     365                            <gsf:link type="document">
     366                                <xsl:call-template name="choose-title"/>
     367                            </gsf:link>
     368                        </td>
     369                    </xsl:otherwise>
     370                </xsl:choose>
     371            </gsf:template>
     372        </format>
    371373        </classifier>
    372 
    373374        <classifier name="List">
    374375            <option name="-metadata" value="staff.Fullname"/>
     
    377378            <gsf:template match="documentNode">
    378379                <td valign="top">
    379                   <gsf:link type="source">
    380                     <gsf:choose-metadata>
    381                       <gsf:metadata name="thumbicon"/>
    382                       <gsf:metadata name="srcicon"/>
    383                       <gsf:default>
    384                     <gsf:icon/>
    385                       </gsf:default>
    386                     </gsf:choose-metadata>
    387                   </gsf:link>
    388                 </td>
    389                 <td valign="top">  
    390                 <gsf:link type="document">
    391                   <xsl:call-template name="choose-title"/>
    392                 </gsf:link>
    393                 <gsf:switch>
    394                   <gsf:metadata name="Source"/>
    395                   <gsf:when test="exists">
    396                     <br/>
    397                   </gsf:when>
    398                 </gsf:switch>
    399                 </td>
    400             </gsf:template>
    401             <!--
    402             <gsf:template match="classifierNode[@classifierStyle = 'VList']">
     380                    <gsf:link type="source">
     381                        <gsf:choose-metadata>
     382                            <gsf:metadata name="thumbicon"/>
     383                            <gsf:metadata name="srcicon"/>
     384                            <gsf:default>
     385                                <gsf:icon/>
     386                            </gsf:default>
     387                        </gsf:choose-metadata>
     388                    </gsf:link>
     389                </td>
     390                <td valign="top">  <gsf:link type="document"><xsl:call-template name="choose-title"/></gsf:link><gsf:switch><gsf:metadata name="Source"/><gsf:when test="exists"><br/></gsf:when></gsf:switch></td>
     391            </gsf:template>
     392<!--
     393<gsf:template match="classifierNode[@classifierStyle = 'VList']">
    403394                <td valign="top">
    404395                    <gsf:link style="static" type="classifier">
     
    417408                </gsf:link>
    418409            </gsf:template>
    419             -->
     410-->
    420411        </format>
    421412        </classifier>
    422 
    423        
    424413        <classifier name="Hierarchy">
    425414            <option name="-metadata" value="dc.Publisher"/>
Note: See TracChangeset for help on using the changeset viewer.