Changeset 3702 for WAeUP_SRP


Ignore:
Timestamp:
24 Sep 2008, 14:01:24 (16 years ago)
Author:
Henrik Bettermann
Message:

don't show check boxes on academic_report_slip

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

Legend:

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

    r3701 r3702  
    2222                <span tal:repeat="sem python:(('1','Term One','normal1'),('2','Term Two','normal2'),('3','Term Three','normal3'))">
    2323                    <tr tal:condition="python:info[sem[2]]">
    24                         <th tal:attributes="colspan python: test(show_check_boxes,'2','1')"       
    25                             tal:content="python:sem[1]" />
    2624                        <th align='center'>
    2725                        </th>
     
    3937                    <tr tal:repeat="row python:info[sem[2]]"       
    4038                        tal:attributes="class python:test(repeat['row'].even(), 'even ajaxtd', 'odd ajaxtd')">
    41                         <td align="left" valign="middle" style="width: 5%;"       
    42                             tal:condition="show_check_boxes">
    43                             <input type="checkbox" name="ids:list" value="" id="" class="noborder"         
    44                                    tal:define="id row/id"           
    45                                    tal:attributes="value id;         
    46                                                 id python:'cb_' + id;         
    47                                                 checked python:id in info['choosen_ids'];"           
    48                                                 />     </td>
    4939                        <td tal:content="row/title"></td>
    5040                        <td align="center" width="10%" tal:content="row/code"></td>
  • WAeUP_SRP/trunk/skins/waeup_student/pastoral_report_slip.pt

    r3701 r3702  
    11<metal:body use-macro="here/slip_template/macros/master">
    2 
    32  <metal:main fill-slot="main"
    43              tal:define="info context/getPastoralReportInfo;
     
    98    </span>
    109    <span tal:condition="info" tal:omit-tag="">
    11 
    12         <h3> <span tal:content="info/session" /> <span tal:content="info/term" /> Pastoral Report (<span tal:content="info/level" />)
     10      <h3> <span tal:content="info/session" /> <span tal:content="info/term" /> Pastoral Report (<span tal:content="info/level" />)
    1311            </h3>
    1412      <br />
    15 
    16 
    17         <span tal:omit-tag=""       tal:content="structure python: info['app_doc'].render(proxy=info['app_doc'],       
     13      <span tal:omit-tag="" tal:content="structure python: info['app_doc'].render(proxy=info['app_doc'],       
    1814                                                 layout_mode='view_info',       
    19                                                  layout_id='student_application')"       />     
    20          
    21      
    22      
     15                                                 layout_id='student_application')"/>     
    2316      <br />
    24      
    2517      <span tal:omit-tag="" 
    2618            tal:content="structure python: info['doc'].render(layout_mode='view')" />
  • WAeUP_SRP/trunk/skins/waeup_student/pastoral_report_view.pt

    r3701 r3702  
    1818    </a>
    1919    </div>
    20    
    2120     
    2221        <span tal:define="breadcrumbs context/getBreadCrumbs|nothing">
     
    3534        </span>     
    3635      </span>     
    37 
    38 
    39 
    40 
    4136      <h3 tal:define="is_so info/is_sectionofficer;">
    4237        <span tal:condition="python:is_so and s_name">
Note: See TracChangeset for help on using the changeset viewer.