Changeset 35051 for main


Ignore:
Timestamp:
2021-04-11T00:08:14+12:00 (3 years ago)
Author:
davidb
Message:

Addition of new example

File:
1 edited

Legend:

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

    r35047 r35051  
    1515    <xsl:import href="dataviz/made-the-final.xsl"/>
    1616    <xsl:import href="dataviz/list-of-winners.xsl"/>
     17    <xsl:import href="dataviz/list-of-losers.xsl"/>
    1718    <xsl:import href="dataviz/got-nul-point.xsl"/>
    1819    <xsl:import href="dataviz/got-nul-point-after-winning.xsl"/>
     
    238239        <xsl:call-template name="ssv-made-the-final"/>
    239240        <xsl:call-template name="ssv-list-of-winners"/>
     241        <xsl:call-template name="ssv-list-of-losers"/>
    240242        <xsl:call-template name="ssv-got-nul-point"/>
    241243        <xsl:call-template name="ssv-got-nul-point-after-winning"/>
     
    268270        <button type="button" class="load-ssq" id="load-ssv-list-of-winners" onclick="ssv_load('ssv-list-of-winners')">Load query above</button>
    269271        <button type="button" class="exec-ssq" id="exec-ssv-list-of-winners" onclick="ssv_execute()">Visualize Tabulated Results</button><br/>
     272        <p>The songs that have won through the ages.</p>
     273          </li>
     274
     275          <li>
     276        <b>List of Last Place Entrants:</b><br/>
     277        <button type="button" class="load-ssq" id="load-ssv-list-of-losers" onclick="ssv_load('ssv-list-of-losers')">Load query above</button>
     278        <button type="button" class="exec-ssq" id="exec-ssv-list-of-losers" onclick="ssv_execute()">Visualize Tabulated Results</button><br/>
    270279        <p>The songs that have won through the ages.</p>
    271280          </li>
Note: See TracChangeset for help on using the changeset viewer.