Ignore:
Timestamp:
31 Oct 2007, 15:06:06 (17 years ago)
Author:
Henrik Bettermann
Message:

show proper session results (in custom)

Location:
WAeUP_SRP/base/skins/waeup_student
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/base/skins/waeup_student/session_results_slip.pt

    r1884 r2492  
    2121        </tr>
    2222        <tr>
    23           <th>Sex:</th><td tal:content="info/sex" />                     
     23          <th>Level:</th><td tal:content="info/level" />                     
    2424        </tr>
    2525        <tr>
    26           <th valign="top">Course of Study:</th><td tal:content="info/student_from_returning/Coursemajor" />                   
     26          <th width="180px">Verdict:</th><td tal:content="info/verdict" />
    2727        </tr>
    28         <tr>
    29           <th>Current Level:</th><td tal:content="info/level" />                   
     28        <tr> 
     29          <th>Session:</th><td tal:content="info/session" />
    3030        </tr>
    31       </table>
    32        
    33        <table>
    34           <tr>
    35             <th width="180px">Verdict:</th><td tal:content="info/verdict" />
    36           </tr>
    37           <tr> 
    38             <th>Session:</th><td tal:content="info/session" />
    39           </tr>
    40           <tr> 
    41             <th valign="top">GPA:</th><td> <span tal:content="info/gpa" /> (on the basis of the data below)  </td>
    42           </tr>                   
     31        <tr> 
     32          <th valign="top">GPA:</th><td> <span tal:content="info/gpa" /> (on the basis of the data below)  </td>
     33        </tr>                   
    4334       </table>
    4435
  • WAeUP_SRP/base/skins/waeup_student/session_results_view.pt

    r2466 r2492  
    66      </metal:block>
    77      <metal:block tal:condition="info">               
    8       <div tal:condition="nothing" style="text-align: right">
     8      <div style="text-align: right">
    99        <a href="" target="slip" tal:attributes="href string:session_results_slip?nr=${info/student/matric_no}"
    1010           onclick="javascript:window.open('','slip','width=600, height=700, directories=no, toolbar=no, location=no, menubar=yes, scrollbars=yes, status=no, resizable=no, dependent=no')">
     
    2323          </td>     
    2424        </tr>     
    25      
    2625        <tr>
    2726          <th width="150px">Matriculation Number:</th><td tal:content="info/student/matric_no" />                     
    2827        </tr>
    2928        <tr>
    30           <th>Current Level:</th><td tal:content="info/level" />                     
     29          <th>Level:</th><td tal:content="info/level" />                     
    3130        </tr>
    32       </table>
    33        
    34        <table>
    35           <tr>
    36             <th width="180px">Verdict:</th><td tal:content="info/verdict" />
    37           </tr>
    38           <tr> 
    39             <th>Session:</th><td tal:content="info/session" />
    40           </tr>
    41           <tr> 
    42             <th valign="top">GPA:</th><td> <span tal:content="info/gpa" /> (on the basis of the data below)  </td>
    43           </tr>                   
     31        <tr>
     32          <th width="180px">Verdict:</th><td tal:content="info/verdict" />
     33        </tr>
     34        <tr> 
     35          <th>Session:</th><td tal:content="info/session" />
     36        </tr>
     37        <tr> 
     38          <th valign="top">GPA:</th><td> <span tal:content="info/gpa" /> (on the basis of the data below)  </td>
     39        </tr>                   
    4440       </table>
    4541
Note: See TracChangeset for help on using the changeset viewer.