blob: 90c659e807a7bba7987c4f1486370782f9107d78 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<%@ Title="Error" %>
<com:TContent ID="Main">
<h2>Error</h2>
<p>
<com:TLiteral ID="ErrorMessage" />
</p>
<p>
Please <a href="mailto:<%$ AdminEmail %>">report to us</a>
if you believe this error is caused by our system. Thanks!
</p>
</com:TContent>
|