Ignore:
Timestamp:
2009-07-14T09:09:40+12:00 (15 years ago)
Author:
oranfry
Message:

checking in a batch of changes to the oran skin. more work yet to do.

File:
1 edited

Legend:

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

    r19856 r19988  
    88    exclude-result-prefixes="util java util">
    99
    10     <!-- the name of the site -->
    11     <xsl:template name="site-title">My Greenstone Library</xsl:template>
    12     <xsl:template name="site-linked-title"><a href="./">My Greenstone Library</a></xsl:template>
     10    <!-- put the URL or path of your site here site -->
     11    <!-- eg 'http://www.example.com/mysite' or '/mysite'  -->
     12    <xsl:template name="siteURL">/</xsl:template>
     13
    1314
    1415    <!-- the output format for this layout is html -->
     
    2122
    2223            <head>
    23                 <title><xsl:call-template name="title"/> :: <xsl:call-template name="site-title"/></title>
     24                <title><xsl:call-template name="pageTitle"/> :: <xsl:call-template name="siteName"/></title>
    2425                <link rel="stylesheet" href="interfaces/{$interface_name}/style/core.css" type="text/css"/>
    2526                <script type="text/javascript" src="interfaces/oran/js/jquery.js"><xsl:text> </xsl:text></script>
     
    2728            </head>
    2829           
    29             <body><xsl:call-template name="textDirectionAttribute"/>
     30            <body><xsl:call-template name="textDirectionAttribute"/><xsl:call-template name="actionClass"/>
     31
     32                <xsl:call-template name="displayErrorsIfAny"/>
    3033
    3134                <div id="container"><div id="container2"><div id="container3"><div id="container4">
    32                     <xsl:call-template name="displayErrorsIfAny"/>
    3335
    3436                    <div id="banner">
    3537
    3638                        <!-- show the title -->
    37                         <h1><xsl:call-template name="site-linked-title"/> /</h1>
    38                         <h2><xsl:call-template name="linked-title"/></h2>
     39                        <div id="breadcrumbs"><xsl:call-template name="breadcrumbs"/><xsl:text> </xsl:text></div>
     40                        <h2><xsl:call-template name="pageTitle"/></h2>
    3941
    4042                        <!-- show home, help, preferences links -->
     
    4951                            </li>
    5052
    51                             <!-- help
     53                            <!-- help -->
    5254                            <li>
    5355                                <a href="{$library_name}?a=p&amp;amp;sa=help&amp;amp;c={$collName}">
     
    5658                                </a>
    5759                            </li>
    58                              -->
    5960
    60                             <!-- home
    6161                            <li>
    6262                                <a href="{$library_name}?a=p&amp;amp;sa=home">
     
    6565                                </a>
    6666                            </li>
    67                              -->
    6867
    6968                        </ul>           
     
    8685                        -->
    8786                        <xsl:apply-templates select="/page"/>
     87
    8888                    </div>
    8989
Note: See TracChangeset for help on using the changeset viewer.