Ignore:
Timestamp:
2023-04-20T09:16:43+12:00 (13 months ago)
Author:
davidb
Message:

Introduction of some additional 'hook-points' xsl:templates that a GS interface can override

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/interfaces/default/transform/layouts/main.xsl

    r37403 r37680  
    3232                    <xsl:text> </xsl:text>
    3333                </a>
    34 
    35                 <div id="topArea" class="ui-state-default ui-corner-top">
    36                     <table>
    37                         <tbody>
    38                             <tr>
    39                                 <td>
    40                                     <div id="breadcrumbs">
    41                                         <xsl:call-template name="breadcrumbs" />
    42                                         <xsl:text> </xsl:text>
    43                                     </div>
    44                                 </td>
    45 
    46                                 <!-- ***** in header.xsl ***** -->
    47                                 <td>
    48                                     <xsl:call-template name="home-help-preferences" />
    49                                 </td>
    50                             </tr>
    51                         </tbody>
    52                     </table>
    53                 </div>
    54 
     34               
     35        <!-- ***** in header.xsl ***** -->
     36        <xsl:call-template name="top-area"/>
     37       
    5538                <div id="container" class="ui-corner-all">
    5639
Note: See TracChangeset for help on using the changeset viewer.