Changeset 38157 for gs3-installations


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

Merging tweaked-changes back from Windows PC in DL lab after testing

File:
1 edited

Legend:

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

    r38141 r38157  
    307307                <c>
    308308                  <!-- Per_EventsID -->
    309                 </c>               
     309                </c>
     310               
    310311                <c>
    311312                  <!-- LocationID -->
     
    318319                  <gsf:metadata name="dc.Publisher"/>
    319320                </c>
    320                 <!-- Stream -->
    321                 <xsl:variable name="docID"><xsl:value-of select="substring(@nodeID,2)"/></xsl:variable>
    322                 <xsl:choose>
    323                   <xsl:when test="$docID &lt; 50">
    324                     <c>True</c>
    325                   </xsl:when>
    326                   <xsl:otherwise>
    327                     <c>False</c>
    328                   </xsl:otherwise>
    329                 </xsl:choose>               
     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>                           
    330331                <c>
    331332                  <!-- Audio -->
    332333                </c>
    333                 <!-- LocationY -->
    334                 <c>0</c>
    335                 <!-- LocationX -->
    336                 <c>0</c>
     334                <c>
     335                  <!-- LocationY -->
     336                </c>
     337                <c>
     338                  <!-- LocationX -->
     339                </c>
    337340               
    338341                <c>
     
    343346                <c>
    344347                  <!--
    345                       Order, do same as doc ID
     348                      Order, Do same as docID
    346349                  -->
    347350                  <xsl:value-of select="substring(@nodeID,2)"/>
Note: See TracChangeset for help on using the changeset viewer.