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

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

propset Id

  • Property svn:keywords set to Id
File size: 812 bytes
Line 
1<!-- a error_lib macro -->
2<!-- $Id: error_other.pt 805 2006-11-09 09:38:29Z joachim $ -->
3
4<metal:block define-macro="other">
5  <h3>WAeUP encountered an error</h3>
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.