📄 creditsubmit.jsp
字号:
<option value="">
</option>
<option value="01">
01
</option>
<option value="02">
02
</option>
<option value="03">
03
</option>
<option value="04">
04
</option>
<option value="05">
05
</option>
<option value="06">
06
</option>
<option value="07">
07
</option>
<option value="08">
08
</option>
<option value="09">
09
</option>
<option value="10">
10
</option>
<option value="11">
11
</option>
<option value="12">
12
</option>
<option value="13">
13
</option>
<option value="14">
14
</option>
<option value="15">
15
</option>
<option value="16">
16
</option>
<option value="17">
17
</option>
<option value="18">
18
</option>
<option value="19">
19
</option>
<option value="20">
20
</option>
<option value="21">
21
</option>
<option value="22">
22
</option>
<option value="23">
23
</option>
<option value="24">
24
</option>
<option value="25">
25
</option>
<option value="26">
26
</option>
<option value="27">
27
</option>
<option value="28">
28
</option>
<option value="29">
29
</option>
<option value="30">
30
</option>
<option value="31">
31
</option>
</select>
日
</td>
</tr>
</tbody>
</table>
<br />
<center>
<input class="button" type="submit" name="searchsubmit" value="积分奖惩">
</center>
</form>
<c:if test="${result=='yes'}">
<form action="admincp.jsp?action=editcreditsubmit" method="post" onSubmit="if($('updatecredittype1') && $('updatecredittype1').checked && !window.confirm('您确认要将这些用户所选的积分清零吗?')){return false;} else {return true;}">
<br />
<table width="100%" border="0" cellpadding="0" cellspacing="0"
class="tableborder">
<tr class="header">
<td colspan="9">
符合条件的会员数: ${size}
</td>
</tr>
<tr class="category" align="center">
<td width="20%">
积分名称
</td>
<c:forEach begin="1" end="8" var="ext">
<c:choose>
<c:when test="${extcreditMap[ext].available==1}">
<td width="10%">
${extcreditMap[ext].title}
</td>
</c:when>
<c:otherwise>
<td width="10%">
extcredits${ext}
</td>
</c:otherwise>
</c:choose>
</c:forEach>
</tr>
<tr align="center">
<td class="altbg1">
<input type="radio" name="updatecredittype"
id="updatecredittype0" value="0" class="radio"
onclick="var extcredits = new Array(${array}); for(k in extcredits) {$('resetextcredits['+extcredits[k]+']').disabled = true; $('addextcredits['+extcredits[k]+']').disabled = false;}"
checked>
奖惩数值
</td>
<c:forEach begin="1" end="8" var="ext">
<c:choose>
<c:when test="${extcreditMap[ext].available==1}">
<td class="altbg2">
<input type="text" size="3" name="addextcredits[${ext}]" value="0" id="addextcredits[${ext}]" maxlength="10">
</td>
</c:when>
<c:otherwise>
<td class="altbg2">
<input type="text" size="3" value="N/A" disabled name="addextcredits[${ext}]" id="addextcredits[${ext}]">
</td>
</c:otherwise>
</c:choose>
</c:forEach>
</tr>
<tr align="center">
<td class="altbg1">
<input type="radio" name="updatecredittype"
id="updatecredittype1" value="1" class="radio"
onclick="var extcredits = new Array(${array}); for(k in extcredits) {$('addextcredits['+extcredits[k]+']').disabled = true; $('resetextcredits['+extcredits[k]+']').disabled = false;}">
积分清零
</td>
<c:forEach begin="1" end="8" var="ext">
<c:choose>
<c:when test="${extcreditMap[ext].available==1}">
<td class="altbg2">
<input type="checkbox" name="resetextcredits[${ext}]" id="resetextcredits[${ext}]" value="${ext}" class="radio" disabled>
</td>
</c:when>
<c:otherwise>
<td class="altbg2">
<input type="checkbox" disabled class="radio" id="resetextcredits[${ext}]">
</td>
</c:otherwise>
</c:choose>
</c:forEach>
</tr>
</table>
<br />
<table width="100%" border="0" cellpadding="0" cellspacing="0"
class="tableborder">
<tr class="header">
<td colspan="2">
<input class="checkbox" type="checkbox"
name="sendcreditsletter" value="1"
onclick="$('messagebody').disabled=!this.checked; $('messagebody').style.display = $('messagebody').style.display == '' ? 'none' : ''"
class="checkbox">
发送积分变更通知
</td>
</tr>
<tbody id="messagebody" disabled style="display: none;">
<tr>
<td class="altbg1">
标题:
</td>
<td class="altbg2">
<input type="text" name="subject" size="80" value="${creditsnotifyMap.subject}" maxlength="75">
</td>
</tr>
<tr>
<td class="altbg1" valign="top">
内容:
</td>
<td class="altbg2">
<textarea cols="80" rows="10" name="message">${creditsnotifyMap.message}</textarea>
</td>
</tr>
<tr>
<td class="altbg1">
发送方式:
</td>
<td class="altbg2">
<input class="radio" type="radio" value="email"
name="sendvia" onclick="$('pertask').value = 1">
Email
<input class="radio" type="radio" value="pm" checked
name="sendvia" onclick="$('pertask').value = 100">
短消息
</td>
</tr>
<tr>
<td class="altbg1">
分批发送数量:
</td>
<td class="altbg2">
<input type="text" name="pertask" id="pertask" value="100"
size="10">
</td>
</tr>
</tbody>
</table>
<br />
<center>
<input class="button" type="submit" name="updatecreditsubmit"
value="提 交">
</center>
</form>
</c:if>
<jsp:include page="../cp_footer.jsp" />
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -