Changeset 34839


Ignore:
Timestamp:
2021-02-13T23:33:12+13:00 (3 years ago)
Author:
davidb
Message:

Added in use of turnstyle gs-extension (jquery-ui-extra)

Location:
main/trunk/model-interfaces-dev/eurovision-lod
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/model-interfaces-dev/eurovision-lod/style/custom.css

    r34829 r34839  
    169169}
    170170
     171#about-desc div.turnstyle-header a {
     172    text-decoration: none;
     173}
     174
    171175#about-desc p {
    172176    padding-bottom: 10px;
  • main/trunk/model-interfaces-dev/eurovision-lod/transform/layouts/header.xsl

    r34712 r34839  
    1212        <link rel="stylesheet" href="interfaces/{$interface_name}/style/dist/web.fd5be4b71832f5779cf6.css" />
    1313        <link rel="stylesheet" href="interfaces/{$interface_name}/style/custom.css" type="text/css"/>
     14
     15    <!--
     16         cd "$GSDL3SRCHOME/ext"
     17         svn co https://svn.greenstone.org/gs3-extensions/jquery-ui-extra/trunk jquery-ui-extra
     18         cd jquery-ui-extra
     19         ./INSTALL.sh
     20         cat README.txt
     21    -->
     22    <gsf:style  src="ext/jquery-ui-extra/turnstyle-block.css"/>
     23    <gsf:script src="ext/jquery-ui-extra/turnstyle-block.js"/> 
     24
    1425  </xsl:template>
    1526
Note: See TracChangeset for help on using the changeset viewer.