Ignore:
Timestamp:
2023-08-14T23:34:50+12:00 (10 months ago)
Author:
davidb
Message:

Banner images updated to include footer-linked static-content pages

File:
1 edited

Legend:

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

    r37945 r37955  
    509509          </xsl:if>
    510510        </xsl:if>
     511
     512        <!-- **** Currently the Google Form is its own separate URL, and so has it's own styling -->
     513        <!-- **** => Have not used 10-add-your-memories.png -->
     514       
     515        <xsl:if test="/page/pageRequest/@action = 'p'">
     516          <xsl:if test="/page/pageRequest/@subaction = 'terms-and-conditions'">
     517            #new-banner {
     518              background-image: url(interfaces/<xsl:value-of select="$interface_name"/>/images/banner-images/11-Terms-and-conditions.png);
     519        }       
     520          </xsl:if>
     521          <xsl:if test="/page/pageRequest/@subaction = 'copyright'">
     522            #new-banner {
     523              background-image: url(interfaces/<xsl:value-of select="$interface_name"/>/images/banner-images/12-copyright.png);
     524        }       
     525          </xsl:if>
     526          <xsl:if test="/page/pageRequest/@subaction = 'about-this-site'">
     527            #new-banner {
     528              background-image: url(interfaces/<xsl:value-of select="$interface_name"/>/images/banner-images/13-About-this-site.png);
     529        }       
     530          </xsl:if>
     531          <xsl:if test="/page/pageRequest/@subaction = 'privacy'">
     532            #new-banner {
     533              background-image: url(interfaces/<xsl:value-of select="$interface_name"/>/images/banner-images/14-privacy.png);
     534        }       
     535          </xsl:if>
     536          <xsl:if test="/page/pageRequest/@subaction = 'contact-us'">
     537            #new-banner {
     538              background-image: url(interfaces/<xsl:value-of select="$interface_name"/>/images/banner-images/15-Willow-Sign.png);
     539        }       
     540          </xsl:if>
     541        </xsl:if>
    511542       
    512543      </style>
     
    557588    </xsl:if>
    558589
     590    <xsl:if test="/page/pageRequest/@action = 'p'">
     591      <xsl:if test="/page/pageRequest/@subaction = 'terms-and-conditions'">
     592        <span role="img" aria-label="Willow door policy, image courtesy of Ceri Oakes Photography"><xsl:text>  </xsl:text></span>
     593      </xsl:if>
     594      <xsl:if test="/page/pageRequest/@subaction = 'copyright'">
     595        <span role="img" aria-label="Willow ladies toilet sign drawn by Tommy Fong, image courtesy of Ceri Oakes Photography"><xsl:text>  </xsl:text></span>
     596      </xsl:if>
     597      <xsl:if test="/page/pageRequest/@subaction = 'about-this-site'">
     598        <span role="img" aria-label="Willow punters drinking together, image courtesy of Ceri Oakes Photography"><xsl:text>  </xsl:text></span>     
     599      </xsl:if>
     600      <xsl:if test="/page/pageRequest/@subaction = 'privacy'">
     601        <span role="img" aria-label="Willow punters standing in the entrance, image courtesy of Ceri Oakes Photography"><xsl:text>  </xsl:text></span>     
     602      </xsl:if>
     603      <xsl:if test="/page/pageRequest/@subaction = 'contact-us'">
     604        <span role="img" aria-label="Willow Cantonese Restaurant sign, image courtesy of Ceri Oakes Photography"><xsl:text>  </xsl:text></span>
     605      </xsl:if>
     606    </xsl:if>
     607   
    559608   
    560609    <div style="float: right">
     
    610659       
    611660
     661        <xsl:if test="/page/pageRequest/@action = 'p'">
     662          <xsl:if test="/page/pageRequest/@subaction = 'terms-and-conditions'">
     663        Banner image courtesy of Ceri Oakes
     664          </xsl:if>
     665          <xsl:if test="/page/pageRequest/@subaction = 'copyright'">
     666        Banner image courtesy of Ceri Oakes
     667          </xsl:if>
     668          <xsl:if test="/page/pageRequest/@subaction = 'about-this-site'">
     669        Banner image courtesy of Ceri Oakes
     670          </xsl:if>
     671          <xsl:if test="/page/pageRequest/@subaction = 'privacy'">
     672        Banner image courtesy of Ceri Oakes
     673          </xsl:if>
     674          <xsl:if test="/page/pageRequest/@subaction = 'contact-us'">
     675        Banner image courtesy of Ceri Oakes
     676          </xsl:if>
     677        </xsl:if>
     678       
     679       
    612680      </div>
    613681    </div>
Note: See TracChangeset for help on using the changeset viewer.