Ignore:
Timestamp:
26 Nov 2011, 18:07:42 (13 years ago)
Author:
Henrik Bettermann
Message:

Show more information in student listings.

File:
1 edited

Legend:

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

    r7205 r7215  
    77        <tr>
    88          <th>Student Id</th><th>Fullname</th>
     9    <th>Status</th>
     10    <th>Certificate</th>
     11    <th>Current Session</th>
     12    <th>Current Level</th>
    913        </tr>
    1014  </thead>
     
    1418      <span tal:content="item/student_id">A123456</span></a>
    1519    </td>
    16           <td tal:content="item/fullname">Bob</td>
     20          <td tal:content="item/fullname">FULLNAME</td>
     21    <td tal:content="item/state">STATE</td>
     22    <td>
     23      <a tal:attributes="href python: view.url(item.certificate)"
     24         tal:content="item/certificate/code">
     25         CERTIFICATE
     26      </a>
     27    </td>
     28    <td tal:content="item/current_session">SESSION</td>
     29    <td tal:content="item/current_level">LEVEL</td>
    1730        </tr>
    1831  </tbody>
Note: See TracChangeset for help on using the changeset viewer.