Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
xiaozhan
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
冷斌
xiaozhan
Commits
e34ee133
Commit
e34ee133
authored
Mar 11, 2020
by
冷斌
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
7e10841d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
19 deletions
+16
-19
admin/themes/simplebootx/Admin/Level/experlevel_add.html
+4
-5
admin/themes/simplebootx/Admin/Level/experlevel_edit.html
+7
-8
admin/themes/simplebootx/Admin/Level/experlevel_index.html
+5
-6
No files found.
admin/themes/simplebootx/Admin/Level/experlevel_add.html
View file @
e34ee133
...
...
@@ -31,7 +31,7 @@
<span
class=
"form-required"
>
*
</span>
</div>
</div>
<!--
<div class="control-group">
<label class="control-label">昵称颜色</label>
<div class="controls">
...
...
@@ -39,7 +39,7 @@
<span class="form-required">*</span> 内容为6位颜色16进制色码,点击可选择
</div>
</div>
-->
<div
class=
"control-group"
>
<label
class=
"control-label"
>
图标
</label>
<div
class=
"controls"
>
...
...
@@ -51,7 +51,7 @@
<span
class=
"form-required"
>
*
</span>
</div>
</div>
<div
class=
"control-group"
>
<label
class=
"control-label"
>
头像角标
</label>
<div
class=
"controls"
>
...
...
@@ -91,4 +91,4 @@
})()
</script>
</body>
</html>
\ No newline at end of file
</html>
admin/themes/simplebootx/Admin/Level/experlevel_edit.html
View file @
e34ee133
...
...
@@ -31,7 +31,7 @@
<span
class=
"form-required"
>
*
</span>
</div>
</div>
<!--
<div class="control-group">
<label class="control-label">昵称颜色</label>
<div class="controls">
...
...
@@ -39,7 +39,7 @@
<span class="form-required">*</span> 内容为6位颜色16进制色码,点击可选择
</div>
</div>
-->
<div
class=
"control-group"
>
<label
class=
"control-label"
>
图标
</label>
<div
class=
"controls"
>
...
...
@@ -54,8 +54,8 @@
<input
type=
"button"
class=
"btn btn-small"
onclick=
"$('#thumb2_preview').attr('src','__TMPL__Public/assets/images/default-thumbnail.png');$('#thumb2').val('');return false;"
value=
"取消图片"
>
图片尺寸: 90 X 45
<span
class=
"form-required"
>
*
</span>
</div>
</div>
</div>
<div
class=
"control-group"
>
<label
class=
"control-label"
>
头像角标
</label>
<div
class=
"controls"
>
...
...
@@ -70,8 +70,8 @@
<input
type=
"button"
class=
"btn btn-small"
onclick=
"$('#thumb3_preview').attr('src','__TMPL__Public/assets/images/default-thumbnail.png');$('#thumb3').val('');return false;"
value=
"取消图片"
>
图片尺寸: 40 X 40
<span
class=
"form-required"
>
*
</span>
</div>
</div>
</div>
</fieldset>
<div
class=
"form-actions"
>
<button
type=
"submit"
class=
"btn btn-primary js-ajax-submit"
>
{:L('EDIT')}
</button>
...
...
@@ -100,4 +100,4 @@
})()
</script>
</body>
</html>
\ No newline at end of file
</html>
admin/themes/simplebootx/Admin/Level/experlevel_index.html
View file @
e34ee133
...
...
@@ -13,7 +13,7 @@
<th>
等级
</th>
<th>
等级名称
</th>
<th>
等级经验上限
</th>
<th>
昵称颜色
</th
>
<!-- <th>昵称颜色</th>--
>
<th>
图标
</th>
<th>
头像角标
</th>
<th>
发布时间
</th>
...
...
@@ -27,12 +27,12 @@
<td>
{$vo['levelid']}
</td>
<td>
{$vo['levelname']}
</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_mark']}"
style=
"height:24px"
></td>
<td>
{$vo.addtime|date="Y-m-d H:i:s",###}
</td>
<td
align=
"center"
>
<td
align=
"center"
>
<a
href=
"{:U('Level/experlevel_edit',array('id'=>$vo['id']))}"
>
编辑
</a>
|
<a
href=
"{:U('Level/experlevel_del',array('id'=>$vo['id']))}"
class=
"js-ajax-dialog-btn"
data-msg=
"您确定要删除吗?"
>
删除
</a>
</td>
...
...
@@ -46,4 +46,4 @@
</div>
<script
src=
"__PUBLIC__/js/common.js"
></script>
</body>
</html>
\ No newline at end of file
</html>
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