Ignore:
Timestamp:
2023-08-01T23:42:33+12:00 (11 months ago)
Author:
davidb
Message:

General improvements to bring the design more in-line with ThomFong

Location:
gs3-installations/thewillow/trunk/interfaces/thewillow
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • gs3-installations/thewillow/trunk/interfaces/thewillow/style/core-extra.css

    r37835 r37868  
    7777
    7878#container {
    79     max-width: 1300px;
     79    max-width: 1280px;
    8080}
    8181
    8282#topArea {
    83     max-width: 1300px;
     83    max-width: 1280px;
    8484}
    8585
     
    346346}
    347347
     348#gs_content {
     349    width: 80%;
     350    margin-left: auto;
     351    margin-right: auto;
     352}
     353
     354.metadataTable{
     355    width: 100%;
     356}
     357
     358#commentarea textarea {
     359    width: 100%;
     360}
     361
    348362#gs_content a {
    349363    border-bottom: 1px solid #003FC5;
  • gs3-installations/thewillow/trunk/interfaces/thewillow/transform/layouts/header.xsl

    r37832 r37868  
    6767
    6868  <xsl:template name="top-area">
     69    <!--
    6970    <xsl:if test="/page/pageRequest/paramList/param[@name = 'noheader']/@value != '1'">
    70       <xsl:call-template name="top-area-streetlifeyork"/>
     71    -->
     72    <xsl:call-template name="top-area-streetlifeyork"/>
     73    <!--
    7174    </xsl:if>
     75    -->
    7276  </xsl:template>
    7377 
     
    141145              </div>
    142146            </div>
     147
     148       
    143149            <div id="banner">
    144150              <div>
     
    167173                  </div>
    168174                </div>
    169        
     175
     176        <!-- **** supressed in ThomFong design **** -->
     177        <!--
    170178        <div id="block-breadcrumbs">   
    171179          <nav role="navigation" aria-labelledby="system-breadcrumb">
     
    187195          </nav>         
    188196        </div>
    189 
     197        -->
     198       
    190199              </div>
    191200            </div>
     
    264273
    265274
    266         <xsl:if test="/page/pageRequest/@subaction = 'about2'">
     275        <xsl:if test="/page/pageRequest/@subaction = 'about2XXXX'">
    267276      <style>
    268277        #new-banner {
     
    290299      <ul id="gs-nav">
    291300    <!-- if this collection has additional tabs, add them here -->
    292     <xsl:call-template name="additionalNavTabs"/>
     301    <xsl:call-template name="additionalNavTabsPre"/>
    293302    <!-- If this collection has a ClassifierBrowse service then add a tab for each classifier-->
    294303    <xsl:if test="/page/pageResponse/collection[@name=$collNameChecked]/serviceList/service[@type='browse' and @name='ClassifierBrowse']">
     
    358367      <xsl:call-template name="navigationTab"/>
    359368    </xsl:for-each>
     369
     370    <xsl:call-template name="additionalNavTabsPost"/>   
    360371      </ul>
    361372
    362373      <!-- consider developing inclusion of the following, expressed as a global gsf:option switch/text? -->
     374      <!--
    363375      <xsl:call-template name="home-help-preferences-tab-alternative"/>
     376      -->
    364377     
    365378      <div style="clear:both;"><xsl:text> </xsl:text></div>
     
    367380  </xsl:template>
    368381 
    369   <!--
     382 
    370383  <xsl:template name="create-banner">       
    371384    <div id="gs_banner" class="ui-widget-header ui-corner-bottom">
     385      <!--
    372386      <div id="titlesearchcontainer">
    373387    <xsl:call-template name="page-title-area"/>
     388    - -
    374389    <xsl:call-template name="quick-search-area"/>
     390    - -
    375391    <div style="clear:both;"><xsl:text> </xsl:text></div>
    376392      </div>
    377       <xsl:call-template name="browsing-tabs"/>
     393      -->
     394
     395      <style>
     396        #new-banner {
     397          width: 1280px;
     398          margin-left: auto;
     399          margin-right: auto;
     400          /*min-height: 250px; */
     401          height: 250px;
     402          /* background-image: url(interfaces/thewillow/images/banner-willow-disco.jpg); */
     403          background-image: url(interfaces/thewillow/images/banner-images/5-love-it-Ceri-Oakes.png);
     404         
     405        }
     406      </style>
     407      <div id="new-banner">
     408    <div style="float: right">
     409      <!-- <br /> -->
     410      <img height="240" src="interfaces/thewillow/images/willow-streetlife-motif-logo-vicki-fong-2023.png"/>
     411      <div style="position: absolute; right: 1rem; bottom: -1.5rem;">
     412        <i>Banner image courtesy of Ceri Oakes</i>
     413      </div>
     414    </div>
     415    <!--
     416    <div style="clear:both;"><xsl:text> </xsl:text></div>
     417    -->
     418    <div style="position: absolute; bottom: 0px;">
     419      <xsl:call-template name="browsing-tabs"/>
     420    </div>
     421
     422      </div>
     423
     424     
     425
    378426    </div>
    379427  </xsl:template>
    380   -->
    381 
    382   <xsl:template name="additionalNavTabs">
     428 
     429
     430  <xsl:template name="additionalNavTabsPre">
    383431    <li class="ui-state-default ui-corner-top ui-tabs-selected ui-state-active">
    384432      <a href="library/collection/{$collName}/page/about" title="About this collection">Willow Archive Project</a>
     
    387435  </xsl:template>
    388436
     437
     438  <xsl:template name="additionalNavTabsPost">
     439
     440    <xsl:if test="/page/pageResponse/collection[@name=$collNameChecked]/serviceList/service[@name='TextQuery' and @type='query']">
     441      <li class="ui-state-default ui-corner-top ui-tabs-selected ui-state-active">       
     442    <a>
     443      <xsl:attribute name="href">
     444        <xsl:value-of select="$library_name"/>/collection/<xsl:value-of select="$collNameChecked"/>/search/TextQuery
     445      </xsl:attribute>
     446      Explore More
     447    </a>
     448      </li>
     449    </xsl:if>   
     450  </xsl:template>
     451 
    389452</xsl:stylesheet>
  • gs3-installations/thewillow/trunk/interfaces/thewillow/transform/pages/query.xsl

    r37837 r37868  
    3535    .rt-column {
    3636      float: left;
    37       width: 24%;
     37      /* width: 24%; */
     38      width: 225px;
    3839      margin: 6px;
    3940      /*height: 300px;*/ /* Should be removed. Only for demonstration */
    40       height: 250px;
    41       background-color: #eeeeee;
     41      height: 225px;
     42      background-color: #f7f7f7;
    4243    }
    4344
     
    6364      </table>
    6465
     66      <div style="clear:both;"><xsl:text> </xsl:text></div>
    6567      <!-- Previous/Next buttons-->
    6668      <xsl:call-template name="prevNextButtons"/>
Note: See TracChangeset for help on using the changeset viewer.