Ignore:
Timestamp:
18 Dec 2006, 22:05:41 (18 years ago)
Author:
Henrik Bettermann
Message:

statistic_view.pt beautified
statistics instead of statistic

Location:
WAeUP_SRP/trunk/skins/waeup_student
Files:
1 added
1 deleted
4 edited

Legend:

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

    r1018 r1085  
    11<metal:html tal:define="info context/getStudentInfo">
     2  <span tal:condition="not: info">
     3    <span tal:content="here/illegal_view" />
     4  </span>
     5  <metal:block tal:condition="info">
    26  <metal:body use-macro="here/main_template/macros/master">
    37    <metal:main fill-slot="main">
     
    1822    </metal:main>
    1923  </metal:body>
     24  </metal:block>   
    2025</metal:html>
  • WAeUP_SRP/trunk/skins/waeup_student/clearance_edit_form.pt

    r1073 r1085  
    22<metal:block tal:define="info context/getClearanceInfo">
    33  <span tal:condition="not: info">
    4     <metal:block use-macro="here/standard_error_message" />
     4    <metal:block use-macro="here/illegal_view/macros/illegal_view" />
    55  </span>
    66<metal:block tal:condition="info">
  • WAeUP_SRP/trunk/skins/waeup_student/search_students_form.pt

    r1081 r1085  
    1818      </span>
    1919      <span tal:condition="allowed" tal:omit-tag="">
    20         <a href="statistic_view"><strong>Statistic</strong></a>
     20        <a href="statistics_view"><strong>Statistics</strong></a>
    2121        <h3> Search Student Section</h3><br />
    22 
    23           You are logged as member <span tal:replace="info/member|nothing" />
     22          You are logged in as member <span tal:replace="info/member|nothing" />
    2423          <span tal:condition="info/faculties|nothing" tal:omit-tag="">
    2524            who is ClearanceOfficer for Faculty
  • WAeUP_SRP/trunk/skins/waeup_student/support_form.pt

    r942 r1085  
    1 <metal:html tal:define="info context/getStudentInfo;
    2                 ">
     1<metal:html tal:define="info context/getStudentInfo;">
     2  <span tal:condition="not: info">
     3    <span tal:content="here/illegal_view" />
     4  </span>
     5  <metal:block tal:condition="info">
    36  <metal:body use-macro="here/main_template/macros/master">
    47    <metal:main fill-slot="main">
     
    6063    </metal:main>
    6164  </metal:body>
     65  </metal:block> 
    6266</metal:html>
Note: See TracChangeset for help on using the changeset viewer.