Ignore:
Timestamp:
30 Nov 2006, 19:31:01 (18 years ago)
Author:
joachim
Message:

modified pumeresults upload to update results
filename must be pup_update
IMPORTANT the heading must be the same as in the first upload.
Resolved PUME Results contains a different heading.
Import of admitted Students with pictures
students_catalog created
searchStudents speedup

File:
1 edited

Legend:

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

    r966 r971  
    5555              <tr tal:condition="student"
    5656                  tal:attributes="class python:test(repeat['student'].even(), 'even ajaxtd', 'odd ajaxtd')">
    57                 <td><a href="id" tal:attributes="href string:${student/student/absolute_url}"
     57                <td><a href="id" tal:attributes="href string:${context/portal_url}/campus/students/${student/id}"
    5858                       tal:content="student/id"></a></td>   
    5959                <td>
    6060                  <span tal:replace="student/name" />
    6161                </td>   
    62                 <td><span tal:replace="python: student['app_doc'].jamb_reg_no" /></td>   
     62                <td><span tal:replace="student/jamb_reg_no" /></td>   
    6363                <td tal:condition="options/co_view|nothing">
    6464                       <a href="id"
     
    6767                          onclick="javascript:window.open('','edit','width=600, height=700, directories=no, toolbar=no, location=no, menubar=no, scrollbars=yes, status=no, resizable=no, dependent=no')"
    6868                          >[change state]</a></td>
    69                 <td tal:condition="not: options/co_view|nothing"><span tal:replace="student/review_state" /></td>   
     69                <td tal:condition="options/co_view|nothing"><span tal:replace="student/review_state" /></td>   
    7070              </tr>
    7171            </span>
Note: See TracChangeset for help on using the changeset viewer.