Ignore:
Timestamp:
10 Nov 2006, 12:44:56 (18 years ago)
Author:
Henrik Bettermann
Message:

'Use mailhost services' allowed for Authenticated
some beautifying according to Kehinde's email

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

Legend:

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

    r805 r826  
    99         
    1010
    11       <h2>You are admitted to the University of Benin!</h2>
     11      <h3>This is to inform you that you have been provisionally admitted into University of Benin as follows:
     12      </h3>
    1213
    13       <h3>Your Study Course</h3>
    14       <br />
     14      <h4>Application Data</h4>
     15      <span tal:omit-tag=""
     16            tal:content="structure python: info['app_doc'].render(proxy=info['app_doc'],
     17            layout_mode='view_info',
     18            layout_id='student_application_fe')"
     19            />
     20
     21      <h4>Study Course</h4>
    1522      <table tal:define="sc python: info['course_doc']">
    1623        <tr>
    17           <td>Certificate:</td>
     24          <td width="180px">Certificate:</td>
    1825          <td><span tal:content="sc/title" /></td>
    1926        </tr>
     
    3239      </table>       
    3340
    34       <h3>Your Application Record</h3>
    35       <br />
    36       <span tal:omit-tag=""
    37             tal:content="structure python: info['app_doc'].render(proxy=info['app_doc'],
    38             layout_mode='view',
    39             layout_id='student_application_fe')"
    40             />
    41      
    42       <h3>Your PUME Results</h3>
    43       <br />
    44       <span tal:omit-tag=""
    45             tal:condition="python:info['pume'] is not None"
    46             tal:content="structure python: info['pume_doc'].render(proxy=info['pume_doc'],
    47             layout_mode='view',
    48             layout_id='student_pume_fe')"
    49             />
    50      
     41     
    5142      <form action="." method="post" class="group"
    5243            >
  • WAeUP_SRP/trunk/skins/waeup_student/clearance_edit_form.pt

    r805 r826  
    4646      Up one level
    4747    </a>
    48     <h3>Fill Your Clearance Form!</h3>
     48    <h3>Fill Your Clearance/Eligibility Form!</h3>
    4949    <br />   
    5050  </metal:block>
     
    6565      </div>
    6666   <input type="submit" class="standalone" name="cpsdocument_edit_button"
    67          value="Save"
     67         value="Save & Return later"
    6868         id="cpsdocument_edit_button"
    6969         tal:condition="not:creation" />
  • WAeUP_SRP/trunk/skins/waeup_student/clearance_view.pt

    r805 r826  
    1818        </div>
    1919
    20         <h3>My Clearance Record</h3>
     20        <h3>My Clearance/Eligibility Record</h3>
    2121        <br />
    2222        <span tal:omit-tag=""
  • WAeUP_SRP/trunk/skins/waeup_student/layout_application_view_info.pt

    r805 r826  
    1313      </tal:block>
    1414
    15       <br />
    16      
    1715      <table width="" cellpadding="2" cellspacing="0" summary="Form layout">
    1816        <tr>
  • WAeUP_SRP/trunk/skins/waeup_student/layout_clearance_edit.pt

    r805 r826  
    2929              >
    3030        <tr tal:condition="widget/description|nothing" class="even ajaxtd">
    31           <th colspan="5" align="center"><h3 tal:replace="widget/description" /></th>
     31          <th colspan="5" align="left"><h3 tal:replace="widget/description" /></th>
    3232        </tr>
    3333        <tr>
  • WAeUP_SRP/trunk/skins/waeup_student/pume_anon_view.pt

    r805 r826  
    1515        <h3>PUME Results of <span tal:content="app_doc/jamb_firstname" />
    1616                            <span tal:content="app_doc/jamb_lastname" /></h3>
     17                           
     18       <br />                           
    1719
    1820        <span tal:omit-tag=""
Note: See TracChangeset for help on using the changeset viewer.