Ignore:
Timestamp:
10 Jan 2010, 02:20:06 (15 years ago)
Author:
uli
Message:

Add markup for logo / banner text. Get rid of header-viewlet.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • waeup/branches/ulif-layout/src/waeup/browser/templates/sitelayout.pt

    r4766 r4781  
    2828      <div id="hd" role="banner">
    2929        <div id="hd">
    30           <tal:header content="structure provider:header" />
     30
     31          <h1 id="logo">
     32            <a href=""
     33               tal:attributes="href view/application_url">
     34              <img tal:attributes="src static/logo_waeup.gif"
     35                   alt="WAeUp logo" />
     36            </a>
     37            <span id="uni-title" tal:content="layout/getAppTitle">
     38              Sample University
     39            </span>
     40          </h1>
     41
    3142          <div id="navigation" class="yui-navset" style="text-align:right;">
    3243
Note: See TracChangeset for help on using the changeset viewer.