source: WAeUP_SRP/trunk/skins/waeup_default/error_other.pt @ 3963

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

site error avoided for student_view
error message changed

  • Property svn:keywords set to Id
File size: 985 bytes
Line 
1<!-- a error_lib macro -->
2<!-- $Id: error_other.pt 1218 2007-01-07 08:02:48Z henrik $ -->
3
4<metal:block define-macro="other">
5  <h3>WAeUP encountered an error</h3>
6
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>
11
12  <dl>
13    <dt>
14      <img tal:replace="structure python:here.getImgTag('UpFolder_icon.png',width=16,height=16)" />
15      <a href="javascript:history.back()"
16         i18n:translate="link_go_back">Go back</a>.
17    </dt>
18    <dd></dd>
19    <dt>
20      <img tal:replace="structure python:here.getImgTag('email.png',width=16,height=16)" />
21       <a href="mailto:admin@here.com"
22         tal:attributes="href string:mailto:henrik@waeup.org?Subject=Portal Error;
23                         title string:Portal Administrator">
24         Contact the Portal Administrator</a>.
25    </dt>
26    <dd></dd>
27  </dl>
28</metal:block>
Note: See TracBrowser for help on using the repository browser.