Ignore:
Timestamp:
7 Aug 2010, 20:26:43 (14 years ago)
Author:
Henrik Bettermann
Message:

Move breadcrumbs upwards and change its layout slightly. Do not show breadcrumbs anonymous users.

Change body class from yui-t2 to yui-t1 to slightly reduce width of left column.

Remove 'Profile' and 'Settings'.

Edit copyright information in footer.

Location:
main/waeup.sirp/trunk/src/waeup/sirp/browser/templates
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/browser/templates/breadcrumbs.pt

    r4789 r5388  
    1 <div style="background-color: #fff; padding: 3px ">
     1<div style="background-color: #fff; padding: 0.3em; margin-bottom: 0.8em">
    22  <span tal:repeat="item viewlet/getEntries">
    33    <a href="#"
     
    1212  </span>
    1313</div>
    14 <p />
  • main/waeup.sirp/trunk/src/waeup/sirp/browser/templates/sitelayout.pt

    r4992 r5388  
    3030  </head>
    3131  <body class="rounded yui-skin-sam">
    32     <div id="doc3" class="yui-t2">
     32    <div id="doc3" class="yui-t1">
    3333      <div id="hd" role="banner">
    3434        <div id="hd">
    3535
    3636          <h1 id="logo">
    37             <a href=""
     37            <a href="" tal:condition='python:True'
    3838               tal:attributes="href view/application_url">
    3939              <img tal:attributes="src static/logo_waeup.gif"
    40                    alt="WAeUp logo" />
     40                   alt="Logo" />
    4141            </a>
    4242            <span id="uni-title" tal:content="layout/getAppTitle">
     
    5353            <ul id="user-navigation"
    5454                tal:condition="layout/isAuthenticated">
    55               <li><a href="#">Profile</a></li>
    56               <li><a href="#">Settings</a></li>
    5755              <li>
    5856                <a href="#"
     
    6866      </div>
    6967      <div id="bd" role="main">
     68      <span tal:condition="layout/isAuthenticated" tal:content="structure provider:breadcrumbs" />
    7069        <div id="yui-main">
    7170          <div class="yui-b"><div class="yui-g">
    7271             
    73               <tal:breadcrumbs content="structure provider:breadcrumbs" />
     72             
    7473
    7574              <div class="block">
     
    114113
    115114      <div id="ft" role="contentinfo">
    116         <p>powered by WestAfrican eUniversity Portal,
    117         copyright &copy; 2008-2010 WAeUP Germany.</p>
     115        <p>Student Information and Registration Portal<br />
     116        Copyright &copy; WAeUP Group, 2008-2010</p>
    118117      </div>
    119118    </div>
Note: See TracChangeset for help on using the changeset viewer.