Changeset 1763 for WAeUP_SRP/trunk/skins


Ignore:
Timestamp:
9 May 2007, 20:10:51 (17 years ago)
Author:
Henrik Bettermann
Message:

beautyfied

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

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_student/getNewStudentStatistics.py

    r1762 r1763  
    5151    else:
    5252        dict[statepercent] = 0
    53 #fac_res['all'] = dict
    5453l.append(dict)
    5554
     
    6867        else:
    6968            dict[statepercent] = 0
    70     #fac_res[f.getId] = dict
    7169    l.append(dict)
    7270
  • WAeUP_SRP/trunk/skins/waeup_student/getRetStudentStatistics.py

    r1762 r1763  
    1 ## Script (Python) "getNewStudentStatistics"
     1## Script (Python) "getRetStudentStatistics"
    22##bind container=container
    33##bind context=context
     
    2020    return 'Not allowed'
    2121
    22 entry_sessions = ('98','99','00','01','02','03','04','05')
     22entry_sessions = ('94','95','96','97','98','99','00','01','02','03','04','05')
    2323
    2424new_states =      ('returning',
     
    4747    else:
    4848        dict[statepercent] = 0
    49 #fac_res['all'] = dict
    5049l.append(dict)
    5150
     
    6463        else:
    6564            dict[statepercent] = 0
    66     #fac_res[f.getId] = dict
    6765    l.append(dict)
    6866
Note: See TracChangeset for help on using the changeset viewer.