Ignore:
Timestamp:
29 Apr 2008, 13:13:32 (17 years ago)
Author:
joachim
Message:

introduce breadcrumbs for the academic-section, use them instead of up one
level.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/base/skins/waeup_academics/certificates_view.pt

    r1783 r3474  
    44  <metal:body use-macro="here/main_template/macros/master">
    55    <metal:block fill-slot="header">
    6       <a href=""
     6      <a tal:condition="nothing" href=""
    77         tal:attributes="href string:${here/academicsParent}">
    88        <img tal:attributes="src string:${here/portal_url}/arrow_up.gif"/>
    99        Up one level
    1010      </a>
     11      <div class=""><span tal:repeat="crumb context/getBreadCrumbs"><a href="crumb"
     12                                                tal:attributes="href crumb/url"
     13                                                tal:content="crumb/title"></a>
     14          <span tal:condition="not: repeat/crumb/end">&gt;</span>
     15        </span>
     16      </div>
    1117      <h3 tal:content="here/title_or_id" />
    1218      <div tal:condition="python:0" tal:content="info/container_path"/>
Note: See TracChangeset for help on using the changeset viewer.