Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
token
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wallet
token
Commits
8574c2ee
Commit
8574c2ee
authored
Oct 10, 2019
by
shajiaiming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
a8895f6d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
error.php
backend/views/public/error.php
+1
-1
success.php
backend/views/public/success.php
+1
-1
No files found.
backend/views/public/error.php
View file @
8574c2ee
...
@@ -43,7 +43,7 @@
...
@@ -43,7 +43,7 @@
<p
class=
"success"
>
<?=
is_string
(
$message
)
?
$message
:
''
?>
</p>
<p
class=
"success"
>
<?=
is_string
(
$message
)
?
$message
:
''
?>
</p>
<p
class=
"detail"
></p>
<p
class=
"detail"
></p>
<p
class=
"jump"
>
<p
class=
"jump"
>
<b
id=
"wait"
>
<?=
is
_numeric
(
$waitSecond
)
?
$waitSecond
:
33
?>
</b>
秒后页面将自动跳转
<b
id=
"wait"
>
<?=
is
set
(
$waitSecond
)
?
(
is_numeric
(
$waitSecond
)
?
$waitSecond
:
33
)
:
33
?>
</b>
秒后页面将自动跳转
</p>
</p>
<div>
<div>
<a
id=
"href"
id=
"btn-now"
href=
"
<?=
isset
(
$jumpUrl
)
?
$jumpUrl
:
\yii\helpers\Url
::
toRoute
(
'/'
)
?>
"
>
立即跳转
</a>
<a
id=
"href"
id=
"btn-now"
href=
"
<?=
isset
(
$jumpUrl
)
?
$jumpUrl
:
\yii\helpers\Url
::
toRoute
(
'/'
)
?>
"
>
立即跳转
</a>
...
...
backend/views/public/success.php
View file @
8574c2ee
...
@@ -43,7 +43,7 @@ body{ background: #30333F; color: #fff; font-size: 16px; }
...
@@ -43,7 +43,7 @@ body{ background: #30333F; color: #fff; font-size: 16px; }
<p
class=
"success"
>
<?=
is_string
(
$message
)
?
$message
:
''
?>
</p>
<p
class=
"success"
>
<?=
is_string
(
$message
)
?
$message
:
''
?>
</p>
<p
class=
"detail"
></p>
<p
class=
"detail"
></p>
<p
class=
"jump"
>
<p
class=
"jump"
>
<b
id=
"wait"
>
<?=
is
_numeric
(
$waitSecond
)
?
$waitSecond
:
33
?>
</b>
秒后页面将自动跳转
<b
id=
"wait"
>
<?=
is
set
(
$waitSecond
)
?
(
is_numeric
(
$waitSecond
)
?
$waitSecond
:
33
)
:
33
?>
</b>
秒后页面将自动跳转
</p>
</p>
<div>
<div>
<a
id=
"href"
id=
"btn-now"
href=
"
<?=
isset
(
$jumpUrl
)
?
$jumpUrl
:
\yii\helpers\Url
::
toRoute
(
'/'
)
?>
"
>
立即跳转
</a>
<a
id=
"href"
id=
"btn-now"
href=
"
<?=
isset
(
$jumpUrl
)
?
$jumpUrl
:
\yii\helpers\Url
::
toRoute
(
'/'
)
?>
"
>
立即跳转
</a>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment