Last change
on this file since 1037 was
805,
checked in by joachim, 18 years ago
|
propset Id
|
-
Property svn:keywords set to
Id
|
File size:
812 bytes
|
Rev | Line | |
---|
[531] | 1 | <!-- a error_lib macro --> |
---|
[805] | 2 | <!-- $Id: error_other.pt 805 2006-11-09 09:38:29Z joachim $ --> |
---|
[531] | 3 | |
---|
| 4 | <metal:block define-macro="other"> |
---|
[542] | 5 | <h3>WAeUP encountered an error</h3> |
---|
[531] | 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.