Ignore:
Timestamp:
3 Oct 2005, 07:22:01 (19 years ago)
Author:
Henrik Bettermann
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • waeup_cms/trunk/skins/WAEUP/main_template.pt

    r5 r35  
    5757             i18n:translate="label_skiptonavigation">Skip to navigation</a>
    5858
    59              <div metal:use-macro="here/global_siteactions/macros/site_actions">
    60                Site-wide actions (Contact, Sitemap, Help, Style Switcher etc)
    61              </div>
    62 
    63              <div metal:use-macro="here/global_searchbox/macros/quick_search">
    64                The quicksearch box, normally placed at the top right
    65              </div>
    66 
    67              <a metal:use-macro="here/global_logo/macros/portal_logo">
    68                The portal logo, linked to the portal root
    69              </a>
    70 
    7159          </div>
    7260
    73            <div metal:use-macro="here/global_pathbar/macros/path_bar">
    74              The breadcrumb navigation ("you are here")
    75            </div>
     61
    7662      </div>
    7763
     
    9177                metal:define-slot="column_one_slot"
    9278                tal:condition="sl">
     79
     80             <div class="LogoLeft">
     81             <a metal:use-macro="here/global_logo/macros/portal_logo_left">
     82               The portal logo, linked to the portal root
     83             </a>
     84             </div>
     85
     86             <div class="visualClear" id="portal-breadcrumbs">
     87               &nbsp;
     88             </div>
     89
    9390              <div class="visualPadding">
    9491                <metal:portlets define-slot="portlets_one_slot">
     
    106103                tal:define="tabindex python:Iterator(pos=0)">
    107104
     105             <div class="LogoRight">
     106             <a metal:use-macro="here/global_logo/macros/portal_logo_right">
     107               The portal logo, linked to the portal root
     108             </a>
     109             </div>
     110
     111             <div class="visualClear">
     112               <div metal:use-macro="here/global_pathbar/macros/path_bar">
     113                 The breadcrumb navigation ("you are here")
     114               </div>
     115             </div>
     116
     117             <div metal:use-macro="here/global_siteactions/macros/site_actions">
     118               Site-wide actions (Contact, Sitemap, Help, Style Switcher etc)
     119             </div>
     120
     121             <div metal:use-macro="here/global_searchbox/macros/quick_search">
     122               The quicksearch box, normally placed at the top right
     123             </div>
     124
     125
    108126              <metal:block define-slot="content">
    109127                <div id="content"
     
    154172                metal:define-slot="column_two_slot"
    155173                tal:condition="sr">
     174
    156175              <div class="visualPadding">
    157176                <metal:portlets define-slot="portlets_two_slot">
Note: See TracChangeset for help on using the changeset viewer.