Ignore:
Timestamp:
15 Oct 2008, 05:04:28 (16 years ago)
Author:
Henrik Bettermann
Message:
  • more customizations for OIS
  • fetch all student object titles from getStudentObjectTitles.py
File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_ois/academic_report_view.pt

    r3718 r3727  
    4444        <span tal:content="info/student/name" />:
    4545      </span>
    46       <span tal:condition="is_student">My </span>
    47      
    4846      Subject Registration Form for <span tal:content="info/level_str" />
    4947    </h3>
    50    
    51         <br />
     48       
     49    <br />
    5250           
    53         <table>
    54            <tr>
    55             <th valign='top'>Pastoral Reports:</th>
    56             <td>
    57               <span tal:repeat="item python:info['items']">
    58                 <a href="view"
    59                    tal:attributes="href item/id"
    60                    tal:content="item/title"/><br />
    61               </span>
    62             </td>
    63           </tr>
    64           <tr>
    65             <th>Session:</th>
    66             <td><span tal:content="info/session" /></td>
    67           </tr>
    68           <tr tal:condition="has_verdict">
    69             <th>Verdict:</th>
    70             <td><span tal:content="info/verdict" /></td>
    71           </tr>     
    72         </table>           
     51    <table>
     52      <tr>
     53        <th>Session:</th>
     54        <td><span tal:content="info/session" /></td>
     55      </tr>
     56      <tr tal:condition="has_verdict">
     57        <th>Verdict:</th>
     58        <td><span tal:content="info/verdict" /></td>
     59      </tr>     
     60    </table>           
    7361   
    7462             
     
    8977        <th tal:attributes="colspan python: test(show_check_boxes,'2','1')"
    9078            tal:content="python:sem[1]" />
     79        <th align='center'>ATL</th>   
    9180        <th align='center'>CA 1 <br />Marks</th>
    9281        <th align='center'>CA 2 <br />Marks</th>   
     
    11099          </td>
    111100          <td tal:content="row/title"></td>
     101          <td align="center" tal:content="python:context.portal_vocabularies.pastoral_grade.get(row['atl'])"></td>
    112102          <td align="center" tal:content="row/ca1"></td>
    113103          <td align="center" tal:content="row/ca2"></td>
     
    275265      </table>
    276266      </form>   
     267     
     268      <table>     
     269           <tr>
     270            <th valign='top'>Pastoral Reports:</th>
     271            <td>
     272              <span tal:repeat="item python:info['items']">
     273                <a href="view"
     274                   tal:attributes="href item/id"
     275                   tal:content="item/title"/><br />
     276              </span>
     277            </td>
     278          </tr>
     279       </table>     
    277280  </span>
    278281  </span>       
Note: See TracChangeset for help on using the changeset viewer.