Changeset 37539


Ignore:
Timestamp:
2023-03-19T22:08:41+13:00 (13 months ago)
Author:
davidb
Message:

Additional header info from Roger for the About page

File:
1 edited

Legend:

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

    r37244 r37539  
    1010 
    1111
     12  <xsl:template name="create-banner">       
     13    <div id="gs_banner" class="ui-widget-header ui-corner-bottom">
     14      <xsl:if test="/page/pageRequest/@subaction = 'about'">
     15    <xsl:call-template name="mars-title"/>
     16      </xsl:if>
     17      <div id="titlesearchcontainer">
     18    <xsl:call-template name="page-title-area"/>
     19    <xsl:call-template name="quick-search-area"/>
     20    <div style="clear:both;"><xsl:text> </xsl:text></div>
     21      </div>
     22      <xsl:call-template name="browsing-tabs"/>
     23    </div>
     24  </xsl:template>
     25
     26  <xsl:template name="mars-title">
     27    <div style="padding: 0.5rem 1rem 0rem 1rem; color: #000;">
     28      <h4>
     29    Explore Australian Music!: The Australian Music Centre Interactive Music Affect Recommender System (MARS)
     30      </h4>
     31      <h4>
     32    <i>
     33      Developed  by David Bainbridge (Waikato University),
     34      and Roger Dean (Western Sydney University).
     35    </i>
     36      </h4>
     37    </div>
     38   
     39  </xsl:template>
     40 
    1241  <!-- ***** QUICK SEARCH AREA ***** -->
    1342  <!-- Search form should only appear if there's a search (query) service AND it has an index.
Note: See TracChangeset for help on using the changeset viewer.