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/courses_view.pt

    r3473 r3474  
    55                 global is_so context/isSectionOfficer;"
    66                 >
    7       <a href=""
     7      <a href="" tal:condition="nothing"
    88         tal:attributes="href string:${here/academicsParent}">
    99        <img tal:attributes="src string:${here/portal_url}/arrow_up.gif"/>
    1010        Up one level
    1111      </a>
    12       <h3 tal:content="here/aq_parent/LongTitle|here/aq_parent/title_or_id" />
    13       <h4 tal:content="here/title_or_id" />
    14       <div tal:condition="python:0" tal:content="info/container_path"/>
    15       <div tal:condition="python:0" tal:content="info/dep_id"/>
     12      <div class=""><span tal:repeat="crumb context/getBreadCrumbs"><a href="crumb"
     13                                                tal:attributes="href crumb/url"
     14                                                tal:content="crumb/title"></a>
     15          <span tal:condition="not: repeat/crumb/end">&gt;</span>
     16        </span>
     17      </div>
     18      <h3 tal:condition="nothing" tal:content="here/aq_parent/LongTitle|here/aq_parent/title_or_id" />
     19      <h3 tal:content="here/title_or_id" />
    1620    </metal:block>
    1721    <metal:main fill-slot="main" tal:condition="python: 1">
Note: See TracChangeset for help on using the changeset viewer.