Ignore:
Timestamp:
26 Feb 2007, 15:39:56 (18 years ago)
Author:
Henrik Bettermann
Message:

beautifying

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_student/study_course_view.pt

    r1494 r1497  
    2121    </metal:block>
    2222    <metal:main fill-slot="main">
    23       <span tal:omit-tag="" tal:condition="python:1"
    24             tal:content="structure python: info['doc'].render(layout_mode='view')" />
    2523      <table tal:define="sc python: info['course_doc']">
     24        <tr>
     25          <td width="220px">Certificate Code:</td>
     26          <td><span tal:content="info/doc/study_course" /></td>
     27        </tr>
     28        <tr>
     29          <td width="220px">Current Study Level:</td>
     30          <td><span tal:content="python:context.portal_vocabularies.courselevel.get(info['doc'].current_level)" /></td>
     31        </tr>
     32        <tr>
     33          <td width="220px">Current Verdict:</td>
     34          <td><span tal:content="python:context.portal_vocabularies.verdicts.get(info['doc'].current_verdict).upper()" /></td>
     35        </tr>
    2636        <tr>
    2737          <td width="220px">Certificate:</td>
Note: See TracChangeset for help on using the changeset viewer.