Changeset 1046 for WAeUP_SRP/trunk


Ignore:
Timestamp:
13 Dec 2006, 18:03:25 (18 years ago)
Author:
joachim
Message:

speed optimisations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_student/portlet_student_workflow_display.pt

    r1037 r1046  
    1 <tal:block define="mtool here/portal_membership;
    2                    utool nocall:here/portal_url;
    3                    portal_url utool;
    4                    member mtool/getAuthenticatedMember;
    5                    roles member/getRoles;
    6                    item nocall:options/context_obj;
    7                    info item/getStudentInfo;"
    8            condition="python:'Student' in roles
    9            ">
    10 
    11                    
    12                    
     1<tal:block define="item nocall:options/context_obj;
     2           info item/getStudentInfo;"
     3           condition="context/isStudent">       
    134<table class="registration" tal:condition="info|nothing">
    14  
    155  <span tal:condition="python:path('info/review_state')=='application_pin_entered'">
    166  <tr><td class="active">
Note: See TracChangeset for help on using the changeset viewer.