Fixed balloon tooltip
[GitHub/WoltLab/WCF.git] / com.woltlab.wcf / template / userException.tpl
CommitLineData
158bd3ca
TD
1{include file="documentHeader"}
2<head>
3 <title>{lang}wcf.global.error.title{/lang} - {lang}{PAGE_TITLE}{/lang}</title>
4 {include file='headInclude' sandbox=false}
158bd3ca
TD
5</head>
6<body{if $templateName|isset} id="tpl{$templateName|ucfirst}"{/if}>
7{include file='header' sandbox=false}
8
9<div id="main">
10 <p class="error" id="errorMessage">
11 {@$message}
12 </p>
13</div>
d889ee7d
TD
14<script type="text/javascript">
15 //<![CDATA[
16 if (document.referrer) {
17 $('#errorMessage').append('<br /><a href="' + document.referrer + '">{lang}wcf.global.error.backward{/lang}</a>');
18 }
19 //]]>
20</script>
158bd3ca
TD
21
22<!--
23{$name} thrown in {$file} ({@$line})
24Stracktrace:
25{$stacktrace}
26-->
27
28{include file='footer' sandbox=false}
29</body>
11ade432 30</html>