Changeset 34325


Ignore:
Timestamp:
2020-09-03T17:26:59+12:00 (4 years ago)
Author:
davidb
Message:

Some quick-fixes to get to a demo point, after the loss of some files when GCE VM and disk were erased

Location:
main/trunk/model-interfaces-dev/atea
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/model-interfaces-dev/atea/interfaceConfig.xml

    r34009 r34325  
    1 <?xml version="1.0" encoding="UTF-8"?>
    2 <interfaceConfig  baseInterface="default">
     1<?xml version="1.0" encoding="UTF-8"?><interfaceConfig baseInterface="default">
    32    <actionList>
    43        <action class="PageAction" name="p">
     
    4746    </actionList>
    4847    <optionList>
    49         <option name="cssTheme" value="interfaces/default/style/themes/main/jquery-ui-1.8.16.custom.css"/>
    50         <option name="cssTheme" value="interfaces/atea/style/themes/Aristo/Aristo.css"/>
     48        <option name="cssTheme" value="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.10/themes/excite-bike/jquery-ui.css"/>
     49        <option name="cssTheme" value="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.10/themes/excite-bike/jquery-ui.css"/>
    5150        <option name="highlightQueryTerms" value="true"/>
    5251        <!-- Set one or other of the following two options (berryBasket and favouriteBasket) to true -->
     
    251250    </languageList>
    252251</interfaceConfig>
    253 
  • main/trunk/model-interfaces-dev/atea/transform/layouts/header.xsl

    r34079 r34325  
    1212  <xsl:template name="additionalHeaderContent-site">
    1313    <!-- override the cssTheme from interfaceConfig -->
    14     <link rel="stylesheet" href="//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/start/jquery-ui.css" type="text/css"/>
    1515    <xsl:call-template name="basketHeadTags"/>
    1616    <xsl:call-template name="PeiJonesBackgroundWrapperSite"/>
     
    105105
    106106    <style>
    107     .ui-widget-header {
     107    .ui-widget-headerXXX {
    108108            background: #231814 url(interfaces/<xsl:value-of select="$interface_name"/>/images/Atea-background-topline.png) no-repeat top left;
    109109
     110      }
     111
     112      body {
     113      background-image: none;
     114      }
     115     
     116    #wrapper-container {
     117          background: #252c3f url(interfaces/<xsl:value-of select="$interface_name"/>/images/bgHome2.jpg) no-repeat;
     118      margin: 0px 0px 0px 0px;
     119          background-position: center top;
     120         
     121      }
     122
     123      #container {
     124        max-width: 980px;
     125      }
     126      input, textarea {
     127        padding: 0px;
     128      }
     129
     130
     131      table#classifiernodelist {
     132          text-transform: inherit;
     133      }
     134
     135      .metaTableCellName {
     136      background: none repeat scroll 0 0 #FDDC75;
     137      }
     138
     139
     140    </style>
     141
     142    <!--
     143    <gsf:script language="JavaScript" src="{$url}/wrapper-style/script.js"></gsf:script>
     144    -->
     145   
     146
     147 </xsl:template>
     148
     149
     150  <xsl:template name="PeiJonesBackgroundWrapperSite2">
     151
     152   <xsl:variable name="url">
     153     <xsl:text>interfaces/</xsl:text>
     154     <xsl:value-of select="$interface_name"/>
     155   </xsl:variable>
     156   
     157    <link type="text/css" rel="stylesheet" href="{$url}/wrapper-style2/default.css" media="all" />
     158    <link type="text/css" rel="stylesheet" href="{$url}/wrapper-style2/print.css" media="print" />
     159    <link rel="shortcut icon" type="image/ico" href="{$url}/wrapper-style2/favicon.ico" />
     160
     161
     162
     163    <style>
     164    #wrapper-container {
     165            background: #252c3f url(interfaces/<xsl:value-of select="$interface_name"/>/images/bgHome2.jpg) no-repeat top left;
     166         
    110167      }
    111168
Note: See TracChangeset for help on using the changeset viewer.