Ignore:
Timestamp:
15 Jan 2007, 09:55:46 (18 years ago)
Author:
Henrik Bettermann
Message:

level information in accommodation_view added

File:
1 edited

Legend:

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

    r1161 r1296  
    1 <metal:html tal:define="info context/getAccommodationInfo">
    2   <span tal:condition="not: info">
    3     <span tal:content="here/illegal_view" />
    4   </span>
    5 <metal:block tal:condition="info">
    6   <metal:body use-macro="here/waeup_content_master/macros/master">
    7     <metal:main fill-slot="main">
     1<metal:body use-macro="here/waeup_content_master/macros/master">
     2    <metal:main fill-slot="main"
     3                tal:define="info context/getAccommodationInfo">
    84      <span tal:condition="not: info">
    95        <metal:block use-macro="here/error_not_found/macros/not_found" />
     
    1814            Accommodation Slip
    1915        </a>
    20        
    2116        </div>
    22 
    23 
    2417        <h3>My Accommodation Record</h3>
    2518        <br />
     
    2922              layout_id='student_accommodation_fe')"
    3023              />
     24         <table>
     25         <tr>
     26          <td width="220px">Level:</td><td tal:content="info/level" />
     27         </tr>
     28         </table>
    3129      </span>
    3230    </metal:main>
    33   </metal:body>
    34 </metal:block>   
    35 </metal:html>
     31</metal:body>
     32
Note: See TracChangeset for help on using the changeset viewer.