update error page.

This commit is contained in:
thinkgem
2019-09-20 21:58:44 +08:00
parent 3f012453ed
commit a80e4f903e
4 changed files with 4 additions and 4 deletions

View File

@@ -43,7 +43,7 @@ else {
<div class="error-page">
<div class="headline text-yellow">400</div>
<div class="error-content">
<h3><i class="fa fa-warning text-yellow"></i> ${text('sys.error.400.title')}</h3>
<h3>${text('sys.error.400.title')}</h3>
<p>${message}</p>
<button type="button" class="btn btn-warning btn-sm" onclick="history.go(-1);"><i
class="fa fa-reply-all"></i> ${text('sys.error.returnButton')}</button>

View File

@@ -32,7 +32,7 @@ else {
<div class="error-page">
<div class="headline text-yellow">403</div>
<div class="error-content">
<h3><i class="fa fa-warning text-yellow"></i> ${message}</h3>
<h3>${message}</h3>
<p>${text('sys.error.403.message.p1')}</p>
<button type="button" class="btn btn-warning btn-sm" onclick="history.go(-1);"><i
class="fa fa-reply-all"></i> ${text('sys.error.returnButton')}</button>

View File

@@ -20,7 +20,7 @@ else {
<div class="error-page">
<div class="headline text-aqua mt20">404</div>
<div class="error-content">
<h3><i class="fa fa-warning text-aqua"></i> ${message}</h3>
<h3>${message}</h3>
<p>${text('sys.error.404.message.p1')}</p>
<ul>
<li>${text('sys.error.404.message.p2')}</li>

View File

@@ -39,7 +39,7 @@ else {
<div class="error-page">
<div class="headline text-red">500</div>
<div class="error-content">
<h3><i class="fa fa-warning text-red"></i> ${message}</h3>
<h3>${message}</h3>
<p>${text('sys.error.500.message.p1')}</p>
<button type="button" class="btn btn-danger btn-sm" onclick="history.go(-1);"><i
class="fa fa-reply-all"></i> ${text('sys.error.returnButton')}</button>