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

put comments into logged_in.py

remove pume-object-relevant code

(but ensure that existing pume objects are not displayed)

Location:
WAeUP_SRP/base/skins/waeup_layout
Files:
2 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/base/skins/waeup_layout/portlet_student_workflow_display.pt

    r2243 r2407  
    1111
    1212<table class="registration" tal:condition="not:info/cr">
    13   <span tal:condition="python:path('info/review_state')=='application_pin_entered'">
    14   <tr><td class="active">
    15     <a href="" tal:attributes="href string:${info/url}/application_edit_form">
    16     Admission started
    17     </a>
    18   </td></tr>
    19   </span>
    20   <span tal:condition="python:path('info/review_state')!='application_pin_entered'">
    21   <tr><td>
    22     Admission started
    23   </td></tr>
    24   </span>
    25   <span tal:condition="python:path('info/review_state')=='admission_applied'">
    26   <tr><td class="active">
    27     <a href="" tal:attributes="href string:${info/url}/application_view">
    28     Admission requested
    29     </a>
    30   </td></tr>
    31   </span>
    32   <span tal:condition="python:path('info/review_state')!='admission_applied'">
    33   <tr><td>
    34     Admission requested
    35   </td></tr>
    36   </span>
    37   <span tal:condition="python:path('info/review_state')=='pume_passed'">
    38   <tr><td class="active">PUME passed</td></tr>
    39   </span>
    40   <span tal:condition="python:path('info/review_state')=='pume_failed'">
    41   <tr><td class="stopped">PUME failed</td></tr>
    42   </span>
    43   <span tal:condition="python:not path('info/review_state') in ('pume_passed', 'pume_failed',)">
    44   <tr><td>PUME passed</td></tr>
    45   </span> 
    4613  <span tal:condition="python:path('info/review_state')=='admitted'">
    4714  <tr>
Note: See TracChangeset for help on using the changeset viewer.