Changeset 34079


Ignore:
Timestamp:
2020-03-15T17:35:18+13:00 (4 years ago)
Author:
davidb
Message:

Change to protocol neutral way of retrieving jquery-ui JS; removal of old/unused template

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/model-interfaces-dev/atea/transform/layouts/header.xsl

    r34015 r34079  
    1212  <xsl:template name="additionalHeaderContent-site">
    1313    <!-- override the cssTheme from interfaceConfig -->
    14     <link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.10/themes/humanity/jquery-ui.css" type="text/css"/>
     14    <link rel="stylesheet" href="//ajax.googleapis.com/ajax/libs/jqueryui/1.8.10/themes/humanity/jquery-ui.css" type="text/css"/>
    1515    <xsl:call-template name="basketHeadTags"/>
    1616    <xsl:call-template name="PeiJonesBackgroundWrapperSite"/>
     
    133133
    134134 </xsl:template>
    135 
    136  <xsl:template name="PeiJonesBackground2014XXXX">
    137    
    138     <link type="text/css" rel="stylesheet" href="http://peitehurinuijones.co.nz/temp/default.css" media="all" />
    139     <!--[if IE]><link type="text/css" rel="stylesheet" href="large.css" media="all" /><![endif]-->
    140     <link type="text/css" rel="stylesheet" href="http://peitehurinuijones.co.nz/temp/print.css" media="print" />
    141     <link rel="shortcut icon" type="image/ico" href="http://peitehurinuijones.co.nz/temp/favicon.ico" />
    142 
    143 
    144           <style>
    145             body {
    146               background-image: url(sites/<xsl:value-of select="$site_name"/>/images/background.jpg);
    147               background-repeat: no-repeat;
    148               background-position: center top;
    149               background-color: #2d2d2d;
    150             }
    151 
    152             #containerXXX {
    153               max-width: 980px;
    154             }
    155 
    156             #topArea {
    157               margin: 0px auto 0;
    158               /* max-width: 970px; */
    159             }
    160 
    161             .ui-widget-header {
    162               background: url(sites/<xsl:value-of select="$site_name"/>/images/pei-jones-banner-bg.png);
    163                           repeat-x scroll left top #f1ce28;
    164             }
    165 
    166             .ui-widget-content {
    167                color: #888888;
    168             }
    169 
    170         .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    171 /*         background: url("images/ui-bg_highlight-hard_15_459e00_1x100.png") repeat-x scroll 50% 50% #459E00; */
    172 /*         background: url(interfaces/<xsl:value-of select="$interface_name"/>/xxstyle/themes/main/images/ui-bg_highlight-hard_15_459e00_1x100.png) repeat-x scroll 50% 50% #a0a0a0;  */
    173 
    174            background: none repeat-x scroll 50% 50% #a0a0a0;
    175 /*         border: 1px solid #327E04; */
    176            border: 1px solid #808080;
    177            color: #FFFFFF;
    178            font-weight: bold;
    179         }
    180 
    181         .ui-widget-header {
    182            border: 1px solid #808080;
    183             }
    184 
    185         .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    186            color: #000000;
    187            /* text-decoration: none; */
    188         }
    189         </style>
    190     </xsl:template>
    191 
    192 
    193135
    194136
Note: See TracChangeset for help on using the changeset viewer.