Ignore:
Timestamp:
18 Nov 2007, 20:42:56 (17 years ago)
Author:
Henrik Bettermann
Message:

new statistics for session 2007/2008

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/base/skins/waeup_statistics/statistics_simple_view.pt

    r2243 r2705  
    33  <metal:block tal:define="faculties context/getSimpleStudentStatistics;
    44                        mtool here/portal_membership;
    5                         member mtool/getAuthenticatedMember;">       
     5                        member mtool/getAuthenticatedMember;
     6                        session_str python:context.getSessionId()[1]">       
    67
    78      <span tal:condition="not: faculties">
     
    1920      </strong>     
    2021
    21       <h3>Basic Student Statistics</h3>
     22      <h3>Basic Student Statistics <span tal:content="session_str" /></h3>
    2223      <br />     
    2324      <span tal:condition="not:isAnon">
     
    116117        <table   border=0>
    117118
    118         <tr><td>Category A: </td> <td>students who paid their school fee</td></tr>
    119         <tr><td>Category B: </td> <td>students who registered their courses online (A contains B)</td></tr>
    120         <tr><td>Category C: </td> <td>students who have not yet paid their school fee</td></tr>
     119        <tr><td>Category A: </td> <td>students who paid their school fee in <span tal:content="session_str" /></td></tr>
     120        <tr><td>Category B: </td> <td>students who registered their courses online (A contains B) in <span tal:content="session_str" /></td></tr>
     121        <tr><td>Category C: </td> <td>students who have not yet paid their school fee in <span tal:content="session_str" /></td></tr>
    121122        <tr><td>&nbsp;</td><td>&nbsp;</td></tr>
    122         <tr><td colspan="2"><strong>Notice:</strong> Category C is not complete.
    123                 <span tal:content="python: faculties[0]['not_categorized']" /> returning full-time students have not yet logged in and are thus not categorized.
     123        <tr><td colspan="2">
    124124             </td>
    125125        </tr>
Note: See TracChangeset for help on using the changeset viewer.