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">
......@@ -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>
......@@ -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>
......@@ -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>
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