Changeset 7553


Ignore:
Timestamp:
2 Feb 2012, 08:14:29 (13 years ago)
Author:
Henrik Bettermann
Message:

Show reg_state in students tables.

Location:
main/waeup.sirp/trunk/src/waeup/sirp/students/browser_templates
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/students/browser_templates/containermanagepage.pt

    r7477 r7553  
    3030        <tr>
    3131          <th>&nbsp;</th>
    32           <th>Student Id</th><th>Fullname</th>
     32        <th>Student Id</th>
     33        <th>Reg. Number</th>
     34        <th>Matric. Number</th>
     35        <th>State</th>
     36        <th>Full Name</th>
    3337        </tr>
    3438      </thead>
     
    4044          <span tal:content="item/student_id">A123456</span></a>
    4145        </td>
     46        <td class="center"> <a tal:attributes="href item/url">
     47          <span tal:content="item/reg_number">9999999</span></a>
     48        </td>
     49        <td class="center"> <a tal:attributes="href item/url">
     50          <span tal:content="item/matric_number">9999999</span></a>
     51        </td>
     52        <td tal:content="item/state">admitted</td>
    4253          <td tal:content="item/display_fullname">Bob</td>
    4354        </tr>
  • main/waeup.sirp/trunk/src/waeup/sirp/students/browser_templates/containerpage.pt

    r7477 r7553  
    2626      <tr>
    2727        <th>Student Id</th>
    28         <th>Registration Number</th>
    29         <th>Matriculation Number</th>
    30         <th>Fullname</th>
     28        <th>Reg. Number</th>
     29        <th>Matric. Number</th>
     30        <th>State</th>
     31        <th>Full Name</th>
    3132      </tr>
    3233      </thead>
     
    3637          <span tal:content="item/student_id">A123456</span></a>
    3738        </td>
    38         <td> <a tal:attributes="href item/url">
     39        <td class="center"> <a tal:attributes="href item/url">
    3940          <span tal:content="item/reg_number">9999999</span></a>
    4041        </td>
    41         <td> <a tal:attributes="href item/url">
     42        <td class="center"> <a tal:attributes="href item/url">
    4243          <span tal:content="item/matric_number">9999999</span></a>
    4344        </td>
     45        <td tal:content="item/state">admitted</td>
    4446        <td tal:content="item/display_fullname">Bob</td>
    4547      </tr>
Note: See TracChangeset for help on using the changeset viewer.