Changeset 35272


Ignore:
Timestamp:
2021-08-09T19:12:40+12:00 (3 years ago)
Author:
anupama
Message:
  1. DL Home changed to DL Six Pou. 2. Login button before DL Six Pou link. But logging in produces useful links to depositor and Logged In As information. 3. Added spacing at top in area were docs and search results will be displayed.
Location:
main/trunk/model-interfaces-dev/wmtb
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/model-interfaces-dev/wmtb/styles/gs-wmtb-custom.css

    r35271 r35272  
    132132div.outer {
    133133    line-height:1rem;
     134    padding-top:2rem; /*5vh;*/
    134135}
    135136
  • main/trunk/model-interfaces-dev/wmtb/transform/layouts/main.xsl

    r35271 r35272  
    8484        </div>
    8585
    86 
    8786             
    8887        <div class="container wrapper-old col2" id="browse-search-bars">
     
    143142    <xsl:variable name="currentPage" select="page/pageRequest/@fullURL"/>
    144143
    145 <li><a href="{$library_name}">DL Home</a></li>
     144<xsl:call-template name="loginLinks"/>
     145<li><a href="{$library_name}">DL Six Pou</a></li>
    146146<li>
    147147<xsl:if test="page/pageRequest/@subaction='about'"><xsl:attribute name="class">active</xsl:attribute></xsl:if>
Note: See TracChangeset for help on using the changeset viewer.