Commit e34ee133 by 冷斌

update

parent 7e10841d
......@@ -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">
......
......@@ -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">
......
......@@ -13,7 +13,7 @@
<th>等级</th>
<th>等级名称</th>
<th>等级经验上限</th>
<th>昵称颜色</th>
<!-- <th>昵称颜色</th>-->
<th>图标</th>
<th>头像角标</th>
<th>发布时间</th>
......@@ -27,7 +27,7 @@
<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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment