Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
quxiu
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
冷斌
quxiu
Commits
ac5d27ba
Commit
ac5d27ba
authored
Apr 26, 2020
by
冷斌
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix bug
parent
4f41eec6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
14 additions
and
13 deletions
+14
-13
admin/themes/simplebootx/Admin/Level/experlevel_index.html
+4
-4
admin/themes/simplebootx/Admin/Levelanchor/add.html
+2
-1
admin/themes/simplebootx/Admin/Levelanchor/edit.html
+2
-2
admin/themes/simplebootx/Admin/Levelanchor/index.html
+2
-2
application/Admin/Controller/LevelController.class.php
+2
-2
application/Admin/Controller/LevelanchorController.class.php
+2
-2
No files found.
admin/themes/simplebootx/Admin/Level/experlevel_index.html
View file @
ac5d27ba
...
@@ -13,8 +13,8 @@
...
@@ -13,8 +13,8 @@
<th>
等级
</th>
<th>
等级
</th>
<th>
等级名称
</th>
<th>
等级名称
</th>
<th>
等级经验上限
</th>
<th>
等级经验上限
</th>
<!-- <th>昵称颜色</th>
-->
<!-- <th>昵称颜色</th>
<th>
图标
</th>
<th>图标</th>
-->
<th>
头像角标
</th>
<th>
头像角标
</th>
<th>
发布时间
</th>
<th>
发布时间
</th>
...
@@ -27,8 +27,8 @@
...
@@ -27,8 +27,8 @@
<td>
{$vo['levelid']}
</td>
<td>
{$vo['levelid']}
</td>
<td>
{$vo['levelname']}
</td>
<td>
{$vo['levelname']}
</td>
<td>
{$vo['level_up']}
</td>
<td>
{$vo['level_up']}
</td>
<!-- <td><input style="width:50px;height:20px;background:#{$vo['colour']};" disabled/></td>
-->
<!-- <td><input style="width:50px;height:20px;background:#{$vo['colour']};" disabled/></td>
<td><img
src=
"{$vo['thumb']}"
style=
"height:24px"
></td>
<td><img src="{$vo['thumb']}" style="height:24px"></td>
-->
<td><img
src=
"{$vo['thumb_mark']}"
style=
"height:24px"
></td>
<td><img
src=
"{$vo['thumb_mark']}"
style=
"height:24px"
></td>
<td>
{$vo.addtime|date="Y-m-d H:i:s",###}
</td>
<td>
{$vo.addtime|date="Y-m-d H:i:s",###}
</td>
...
...
admin/themes/simplebootx/Admin/Levelanchor/add.html
View file @
ac5d27ba
...
@@ -30,6 +30,7 @@
...
@@ -30,6 +30,7 @@
<span
class=
"form-required"
>
*
</span>
<span
class=
"form-required"
>
*
</span>
</div>
</div>
</div>
</div>
<!--
<div class="control-group">
<div class="control-group">
<label class="control-label">图标</label>
<label class="control-label">图标</label>
<div class="controls">
<div class="controls">
...
@@ -41,7 +42,7 @@
...
@@ -41,7 +42,7 @@
<span class="form-required">*</span>
<span class="form-required">*</span>
</div>
</div>
</div>
</div>
-->
<div
class=
"control-group"
>
<div
class=
"control-group"
>
<label
class=
"control-label"
>
头像角标
</label>
<label
class=
"control-label"
>
头像角标
</label>
<div
class=
"controls"
>
<div
class=
"controls"
>
...
...
admin/themes/simplebootx/Admin/Levelanchor/edit.html
View file @
ac5d27ba
...
@@ -30,7 +30,7 @@
...
@@ -30,7 +30,7 @@
<span
class=
"form-required"
>
*
</span>
<span
class=
"form-required"
>
*
</span>
</div>
</div>
</div>
</div>
<!--
<div class="control-group">
<div class="control-group">
<label class="control-label">图标</label>
<label class="control-label">图标</label>
<div class="controls">
<div class="controls">
...
@@ -46,7 +46,7 @@
...
@@ -46,7 +46,7 @@
<span class="form-required">*</span>
<span class="form-required">*</span>
</div>
</div>
</div>
</div>
-->
<div
class=
"control-group"
>
<div
class=
"control-group"
>
<label
class=
"control-label"
>
头像角标
</label>
<label
class=
"control-label"
>
头像角标
</label>
<div
class=
"controls"
>
<div
class=
"controls"
>
...
...
admin/themes/simplebootx/Admin/Levelanchor/index.html
View file @
ac5d27ba
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
<th>
等级
</th>
<th>
等级
</th>
<th>
等级名称
</th>
<th>
等级名称
</th>
<th>
等级经验上限
</th>
<th>
等级经验上限
</th>
<
th>
图标
</th
>
<
!-- <th>图标</th> --
>
<th>
头像角标
</th>
<th>
头像角标
</th>
<th>
发布时间
</th>
<th>
发布时间
</th>
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
<td>
{$vo['levelid']}
</td>
<td>
{$vo['levelid']}
</td>
<td>
{$vo['levelname']}
</td>
<td>
{$vo['levelname']}
</td>
<td>
{$vo['level_up']}
</td>
<td>
{$vo['level_up']}
</td>
<
td><img
src=
"{$vo['thumb']}"
style=
"height:24px"
></td
>
<
!-- <td><img src="{$vo['thumb']}" style="height:24px"></td> --
>
<td><img
src=
"{$vo['thumb_mark']}"
style=
"height:24px"
></td>
<td><img
src=
"{$vo['thumb_mark']}"
style=
"height:24px"
></td>
<td>
{$vo.addtime|date="Y-m-d H:i:s",###}
</td>
<td>
{$vo.addtime|date="Y-m-d H:i:s",###}
</td>
...
...
application/Admin/Controller/LevelController.class.php
View file @
ac5d27ba
...
@@ -105,7 +105,7 @@ class LevelController extends AdminbaseController {
...
@@ -105,7 +105,7 @@ class LevelController extends AdminbaseController {
$level_up
=
I
(
'level_up'
);
$level_up
=
I
(
'level_up'
);
$colour
=
I
(
'colour'
);
$colour
=
I
(
'colour'
);
$thumb
=
I
(
'thumb'
);
$thumb
=
I
(
'thumb'
);
$thumb_mark
=
I
(
'thumb_mark'
);
$thumb
=
$thumb
_mark
=
I
(
'thumb_mark'
);
if
(
$level_up
==
''
){
if
(
$level_up
==
''
){
$this
->
error
(
'请填写等级经验上限'
);
$this
->
error
(
'请填写等级经验上限'
);
}
}
...
@@ -163,7 +163,7 @@ class LevelController extends AdminbaseController {
...
@@ -163,7 +163,7 @@ class LevelController extends AdminbaseController {
$level_up
=
I
(
'level_up'
);
$level_up
=
I
(
'level_up'
);
$colour
=
I
(
'colour'
);
$colour
=
I
(
'colour'
);
$thumb
=
I
(
'thumb'
);
$thumb
=
I
(
'thumb'
);
$thumb_mark
=
I
(
'thumb_mark'
);
$thumb
=
$thumb
_mark
=
I
(
'thumb_mark'
);
if
(
$level_up
==
''
){
if
(
$level_up
==
''
){
$this
->
error
(
'请填写等级经验上限'
);
$this
->
error
(
'请填写等级经验上限'
);
}
}
...
...
application/Admin/Controller/LevelanchorController.class.php
View file @
ac5d27ba
...
@@ -62,7 +62,7 @@ class LevelanchorController extends AdminbaseController {
...
@@ -62,7 +62,7 @@ class LevelanchorController extends AdminbaseController {
$level_up
=
I
(
'level_up'
);
$level_up
=
I
(
'level_up'
);
$thumb
=
I
(
'thumb'
);
$thumb
=
I
(
'thumb'
);
$thumb_mark
=
I
(
'thumb_mark'
);
$thumb
=
$thumb
_mark
=
I
(
'thumb_mark'
);
if
(
$level_up
==
''
){
if
(
$level_up
==
''
){
$this
->
error
(
'请填写等级经验上限'
);
$this
->
error
(
'请填写等级经验上限'
);
}
}
...
@@ -116,7 +116,7 @@ class LevelanchorController extends AdminbaseController {
...
@@ -116,7 +116,7 @@ class LevelanchorController extends AdminbaseController {
$level_up
=
I
(
'level_up'
);
$level_up
=
I
(
'level_up'
);
$thumb
=
I
(
'thumb'
);
$thumb
=
I
(
'thumb'
);
$thumb_mark
=
I
(
'thumb_mark'
);
$thumb
=
$thumb
_mark
=
I
(
'thumb_mark'
);
if
(
$level_up
==
''
){
if
(
$level_up
==
''
){
$this
->
error
(
'请填写等级经验上限'
);
$this
->
error
(
'请填写等级经验上限'
);
}
}
...
...
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