2015-08-30 00:45:56 +08:00
|
|
|
{{template "base/head" .}}
|
2023-02-14 01:59:59 +08:00
|
|
|
<div role="main" aria-label="{{.Title}}" class="page-content ui container gt-full-screen-width center">
|
2023-03-28 00:05:51 +08:00
|
|
|
<p style="margin-top: 100px"><img src="{{AssetUrlPrefix}}/img/500.png" alt="500"></p>
|
2015-12-08 06:30:52 +08:00
|
|
|
<div class="ui divider"></div>
|
|
|
|
<br>
|
2021-12-15 14:59:57 +08:00
|
|
|
{{if .ErrorMsg}}
|
2022-06-28 04:58:46 +08:00
|
|
|
<p>{{.locale.Tr "error.occurred"}}:</p>
|
2021-12-15 14:59:57 +08:00
|
|
|
<pre style="text-align: left">{{.ErrorMsg}}</pre>
|
|
|
|
{{end}}
|
2022-06-28 04:58:46 +08:00
|
|
|
{{if .ShowFooterVersion}}<p>{{.locale.Tr "admin.config.app_ver"}}: {{AppVer}}</p>{{end}}
|
|
|
|
{{if .IsAdmin}}<p>{{.locale.Tr "error.report_message" | Safe}}</p>{{end}}
|
2014-03-23 13:12:55 +08:00
|
|
|
</div>
|
2015-08-30 00:45:56 +08:00
|
|
|
{{template "base/footer" .}}
|