Changeset 1218


Ignore:
Timestamp:
7 Jan 2007, 08:02:48 (18 years ago)
Author:
Henrik Bettermann
Message:

site error avoided for student_view
error message changed

Location:
WAeUP_SRP/trunk/skins
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_default/error_other.pt

    r805 r1218  
    55  <h3>WAeUP encountered an error</h3>
    66
    7   <p>We apologize for the incovenience.</p>
     7  <p>We apologize for the incovenience. Please send a detailed error report using the mail address below. </p>
     8
     9  <p>The email will be directly send to our software developers in Germany.
     10     You will be notified by email when the problem is solved.</p>
    811
    912  <dl>
     
    1720      <img tal:replace="structure python:here.getImgTag('email.png',width=16,height=16)" />
    1821       <a href="mailto:admin@here.com"
    19          tal:attributes="href string:mailto:${p_props/email_from_address}?Subject=[CPS Error];
    20                          title p_props/email_from_address"
    21          i18n:translate="link_contact_admin">Contact the administrator</a>.
     22         tal:attributes="href string:mailto:henrik@waeup.org?Subject=Portal Error;
     23                         title string:Portal Administrator">
     24         Contact the Portal Administrator</a>.
    2225    </dt>
    2326    <dd></dd>
  • WAeUP_SRP/trunk/skins/waeup_student/student_view.pt

    r1214 r1218  
    1 <metal:html tal:define="info context/getStudentFolderInfo;
     1<metal:body use-macro="here/main_template/macros/master">
     2    <metal:main fill-slot="main"
     3           tal:define="info context/getStudentFolderInfo;
    24                is_so info/is_sectionofficer|nothing;
    35                is_staff info/is_staff|nothing;
    46                is_student info/is_student">
    5   <metal:body use-macro="here/main_template/macros/master">
    6     <metal:main fill-slot="main">
    77      <span tal:condition="not: info">
    88        <span tal:content="here/illegal_view" />
     
    8181      </span>
    8282    </metal:main>
    83   </metal:body>
    84 </metal:html>
     83</metal:body>
Note: See TracChangeset for help on using the changeset viewer.