source: WAeUP_SRP/trunk/skins/waeup_student/admission_rejected_view.pt @ 850

Last change on this file since 850 was 833, checked in by Henrik Bettermann, 18 years ago

some vocabulary entries added
book button renamed

  • Property svn:keywords set to Id
File size: 427 bytes
RevLine 
[797]1<metal:html tal:define="info context/getStudentInfo">
2  <metal:body use-macro="here/main_template/macros/master">
3    <metal:main fill-slot="main">
4    <span tal:condition="not: info">
5      <metal:block use-macro="here/error_not_found/macros/not_found" />
6    </span>
[833]7    <span tal:condition="info">
8      <h3>You are not admitted into the University of Benin!</h3>
[797]9    </span>
10    </metal:main>
11  </metal:body>
12</metal:html>
Note: See TracBrowser for help on using the repository browser.