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

Last change on this file since 531 was 531, checked in by joachim, 18 years ago

created own error pages for not found and other

File size: 872 bytes
Line 
1<!-- a error_lib macro -->
2<!-- $Id: error_lib_other.pt 6926 2004-12-27 17:14:30Z atchertchian $ -->
3
4<metal:block define-macro="other">
5  <h1>WAeUP encountered an error</h1>
6
7  <p>We apologize for the incovenience.</p>
8
9  <dl>
10    <dt>
11      <img tal:replace="structure python:here.getImgTag('UpFolder_icon.png',width=16,height=16)" />
12      <a href="javascript:history.back()"
13         i18n:translate="link_go_back">Go back</a>.
14    </dt>
15    <dd></dd>
16    <dt>
17      <img tal:replace="structure python:here.getImgTag('email.png',width=16,height=16)" />
18       <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    </dt>
23    <dd></dd>
24  </dl>
25</metal:block>
Note: See TracBrowser for help on using the repository browser.