Changeset 35932 for main


Ignore:
Timestamp:
2022-01-09T14:37:20+13:00 (2 years ago)
Author:
davidb
Message:

graphURI now set in header.xsl

Location:
main/trunk/model-sites-dev/eurovision-lod/collect/eurovision/transform/pages
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/model-sites-dev/eurovision-lod/collect/eurovision/transform/pages/about.xsl

    r35831 r35932  
    152152      </p>
    153153     
    154       <!-- endpoint -->
    155      
    156       <xsl:variable name="graphURI"><xsl:value-of select="$sparqlGraphBasePrefix"/><xsl:value-of select="$siteURL"/><xsl:value-of select="$library_name"/>/collection/<xsl:value-of select="$collName"/></xsl:variable>
    157       <!--
    158       <xsl:variable name="graphURI"><xsl:value-of select="$sparqlGraphBasePrefix"/><xsl:value-of select="$siteURL"/>eurovision-dev-library/collection/<xsl:value-of select="$collName"/></xsl:variable>   
    159       -->
    160154      <!--
    161155           Kudos to:
  • main/trunk/model-sites-dev/eurovision-lod/collect/eurovision/transform/pages/sgvizler.xsl

    r35189 r35932  
    1212    <xsl:import href="layouts/main.xsl"/>
    1313
    14     <!-- endpoint -->
    15    
    16     <xsl:variable name="graphURI"><xsl:value-of select="$sparqlGraphBasePrefix"/><xsl:value-of select="$siteURL"/><xsl:value-of select="$library_name"/>/collection/<xsl:value-of select="$collName"/></xsl:variable>   
    17     <!--
    18     <xsl:variable name="graphURI"><xsl:value-of select="$sparqlGraphBasePrefix"/><xsl:value-of select="$siteURL"/>eurovision-dev-library/collection/<xsl:value-of select="$collName"/></xsl:variable>       
    19     -->
    2014    <xsl:include href="dataviz/made-the-final.xsl"/>
    2115    <xsl:include href="dataviz/list-of-winners.xsl"/>
  • main/trunk/model-sites-dev/eurovision-lod/collect/eurovision/transform/pages/sparql.xsl

    r35920 r35932  
    117117      </div>
    118118
    119       <!-- endpoint -->
    120 
    121       <xsl:variable name="graphURI"><xsl:value-of select="$sparqlGraphBasePrefix"/><xsl:value-of select="$siteURL"/><xsl:value-of select="$library_name"/>/collection/<xsl:value-of select="$collName"/></xsl:variable>
    122       <!--
    123       <xsl:variable name="graphURI"><xsl:value-of select="$sparqlGraphBasePrefix"/><xsl:value-of select="$siteURL"/>eurovision-dev-library/collection/<xsl:value-of select="$collName"/></xsl:variable>       
    124       -->
    125119      <div class="moreindent">
    126120        <!-- endpoint -->
Note: See TracChangeset for help on using the changeset viewer.