You've already forked qlg.tsgz.moe
Init Repo
This commit is contained in:
36
hyhproject/admin/view/userscores/box.html
Executable file
36
hyhproject/admin/view/userscores/box.html
Executable file
@ -0,0 +1,36 @@
|
||||
<form id="userForm" autocomplete="off" >
|
||||
<table class='wst-form wst-box-top'>
|
||||
<tr>
|
||||
<th width='120'>账号<font color='red'>*</font>:</th>
|
||||
<td height='25'>
|
||||
{$object['loginName']}{if $object['userName']!=''}({$object['userName']}){/if}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>类型<font color='red'>*</font>:</th>
|
||||
<td width='370' class='layui-form'>
|
||||
<label><input type='radio' class='ipt' name='scoreType' value='1' checked title='增加'/> </label>
|
||||
<label><input type='radio' class='ipt' name='scoreType' value='0' title='减少'/> </label>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>调节积分<font color='red'>*</font>:</th>
|
||||
<td width='370'>
|
||||
<input type='text' id='score' class='ipt' maxLength='8' onkeyup="javascript:WST.isChinese(this,1)" onkeypress="return WST.isNumberKey(event)"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>调节备注<font color='red'>*</font>:</th>
|
||||
<td width='370'>
|
||||
<textarea style='width:80%;height:50px;' class='ipt' id='dataRemarks' maxLength='200'></textarea>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan='2' align='center' style='padding-top:8px;'>
|
||||
<input type="hidden" name="id" id="userId" class="ipt" value="<?=(int)$object['userId']?>" />
|
||||
<input type="button" value="提交" class='btn btn-primary btn-mright' onclick='javascript:editScore()'/>
|
||||
<input type="button" onclick="javascript:closeFrom()" class='btn' value="返回" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
Reference in New Issue
Block a user