Ignore:
Timestamp:
9 Nov 2006, 08:17:29 (18 years ago)
Author:
Henrik Bettermann
Message:

waeup_content_master instead of master_template

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

Legend:

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

    r680 r802  
    11<metal:html tal:define="info context/getStudentInfo">
    2   <metal:body use-macro="here/main_template/macros/master">
     2  <metal:body use-macro="here/waeup_content_master/macros/master">
    33    <metal:main fill-slot="main">
    44      <span tal:condition="not: info">
  • WAeUP_SRP/trunk/skins/waeup_student/application_view.pt

    r797 r802  
    11<metal:html tal:define="info context/getStudentInfo">
    2   <metal:body use-macro="here/main_template/macros/master">
     2  <metal:body use-macro="here/waeup_content_master/macros/master">
    33    <metal:main fill-slot="main">
    44      <span tal:condition="not: info">
  • WAeUP_SRP/trunk/skins/waeup_student/clearance_view.pt

    r766 r802  
    11<metal:html tal:define="info context/getStudentInfo">
    2   <metal:body use-macro="here/main_template/macros/master">
     2  <metal:body use-macro="here/waeup_content_master/macros/master">
    33    <metal:main fill-slot="main">
    44      <span tal:condition="not: info">
  • WAeUP_SRP/trunk/skins/waeup_student/defer_view.pt

    r790 r802  
    11<metal:html tal:define="info options/info|context/getStudentInfo">
    2   <metal:body use-macro="here/main_template/macros/master">
     2  <metal:body use-macro="here/waeup_content_master/macros/master">
    33    <metal:main fill-slot="main">
    44      <span tal:condition="not: info">
     
    66      </span>
    77      <span tal:condition="info"
    8             tal:define="review_state info/review_state">
    9            
    10         <h3>You defered your Study</h3>
    11         <h3>My Application Record</h3>
    12         <br />
    13         <span tal:omit-tag=""
    14               tal:content="structure python: info['app_doc'].render(proxy=info['app_doc'],
    15               layout_mode='view',
    16               layout_id='student_application_fe')"
    17               />
    18       </span>
    19         <h3>My Study Course</h3>
    20       <br />
    21       <table tal:define="sc python: info['course_doc']">
    22         <tr>
    23           <td tal:content="sc/title" /> <td>ID: <span tal:content="sc/study_course" /></td>
    24         </tr>
    25         <tr>
    26           <td tal:content="sc/title" /> <td tal:content="sc/study_course" />
    27         </tr>
    28       </table>
     8            tal:define="review_state info/review_state">   
     9        <h3>Admission deferred!</h3>
    2910    </metal:main>
    3011  </metal:body>
  • WAeUP_SRP/trunk/skins/waeup_student/pume_view.pt

    r779 r802  
    11<metal:html tal:define="info context/getStudentInfo">
    2   <metal:body use-macro="here/main_template/macros/master">
     2  <metal:body use-macro="here/waeup_content_master/macros/master">
    33    <metal:main fill-slot="main">
    44      <span tal:condition="not: info">
     
    99           
    1010        <div style="text-align: right"
    11              tal:condition="python:review_state in ('admitted', 'pume_passed', 'pume_failed',)">
     11             tal:condition="python:review_state in ('admitted', 'pume_passed', 'pume_failed', 'clearance_pin_entered',)">
    1212        <a href="" target="slip" tal:attributes="href string:pume_slip"
    1313            onclick="javascript:window.open('','slip','width=600, height=700, directories=no, toolbar=no, location=no, menubar=yes, scrollbars=yes, status=no, resizable=no, dependent=no')">
Note: See TracChangeset for help on using the changeset viewer.