Changeset 37244


Ignore:
Timestamp:
2023-02-01T23:00:21+13:00 (15 months ago)
Author:
davidb
Message:

Additional tweaks

Location:
gs3-installations/mars/trunk/interfaces/mars/transform/layouts
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-installations/mars/trunk/interfaces/mars/transform/layouts/main.xsl

    r36802 r37244  
    3737                  <xsl:call-template name="documentBasketHeadTags" />
    3838                </xsl:if>
    39                
     39
     40                 <link rel="stylesheet" href="interfaces/{$interface_name}/style/fontawesome-free/fontawesome.css" />
     41                 <link rel="stylesheet" href="interfaces/{$interface_name}/style/fontawesome-free/brands.css"      />
     42                 <link rel="stylesheet" href="interfaces/{$interface_name}/style/fontawesome-free/solid.css"       />
     43                 
    4044                <!-- src="ext/audioJS/script/XXX.js" -->
    4145
     46                <!--
    4247                <script src="sites/{$site_name}/collect/{$collName}/js/audiocogs/aurora.js">
    4348                  <xsl:text>  </xsl:text>
     
    4651                  <xsl:text>  </xsl:text>
    4752                </script>
    48 
     53                -->
     54               
    4955
    5056                <!-- Bootstrap -->
     
    6167                <script src="ext/audio/ws/plugin/wavesurfer.hpcp.js"><xsl:text>  </xsl:text></script>
    6268
    63 
     69                <link rel="stylesheet" href="interfaces/{$interface_name}/style/core_extra.css" />
    6470            </head>
    6571           
     
    99105                  </xsl:text>
    100106                </style>
    101 <!--               
     107
     108<!--
    102109                <div id="topArea" class="ui-state-default ui-corner-top">
    103                     <table>
    104                         <tbody>
    105                             <tr>
    106                                 <td><div id="breadcrumbs"><xsl:call-template name="breadcrumbs"/><xsl:text> </xsl:text></div></td>
    107                                
    108                                
    109                                 <td><xsl:call-template name="home-help-preferences"/></td>
    110                             </tr>
    111                         </tbody>
    112                     </table>
     110                  <table>
     111                    <tbody>
     112                      <tr> 
     113                    <td><div id="breadcrumbs"><xsl:call-template name="breadcrumbs"/><xsl:text> </xsl:text></div></td>
     114                   
     115                    <td><xsl:call-template name="home-help-preferences"/></td>                 
     116                      </tr>
     117                    </tbody>
     118                  </table>
    113119                </div>
    114                 -->
    115 
     120-->
    116121                <div id="container" class="ui-corner-all">
    117122
     
    138143    </xsl:template>
    139144   
     145
     146
     147    <xsl:template name="additionalNavTabs">
     148      <li class="ui-state-default ui-corner-top ui-tabs-selected ui-state-active">
     149        <a href="library/collection/amc-essentia/page/about" title="About this collection">About</a>
     150      </li>
     151    </xsl:template>
    140152   
    141153</xsl:stylesheet>
Note: See TracChangeset for help on using the changeset viewer.