主题 : vld
级别: 贡士
UID: 65052
积分:547 加为好友
威望: 2 精华: 0
主题:75 回复:95
注册时间:2014-07-30
在线时长:0
1#   发表于:2014-08-08 16:34:57  IP:222.160.*.*
 vld="{required:true,remote:'checkPwd.jspx',messages:{remote:'原密码不正确'}}"是什么意思?
级别: 总版主
UID: 10736
积分:148507 加为好友
威望: 205 精华: 42
主题:287 回复:126213
注册时间:2010-09-08
在线时长:17.91
2#   发表于:2014-08-08 17:22:58  IP:182.207.*.*
验证修改密码是要先输入原来密码,看下原来密码输入正确才能有权限改
路漫漫其修远兮,吾将上下而求索!
级别: 贡士
UID: 65052
积分:547 加为好友
威望: 2 精华: 0
主题:75 回复:95
注册时间:2014-07-30
在线时长:0
3#   发表于:2014-08-08 17:33:36  IP:222.160.*.*
 <table width="800" border="0" align="center" cellpadding="0" cellspacing="5">   
<tr>
<td height="30" align="left">
[#if message??]
<div style="color:red">
[#if message=="true"]您必须登录后才能继续刚才的操作
[#else]${message}[/#if]
</div>
<input type="hidden" name="message" value="${message}"/>
[/#if]
[#if processUrl??]<input type="hidden" name="processUrl" value="${processUrl}"/>[/#if]
[#if returnUrl??]<input type="hidden" name="returnUrl" value="${returnUrl}"/>[#else]<input type="hidden" name="returnUrl" value="/"/>[/#if]
[#if errors??]
<ul>
[#list errors as error]<li>${error}</li>[/#list]
</ul>
[/#if]
[#if success??]
[#if success]
注册成功!
[/#if]
[/#if]
</td>
</tr>
</table>
这段代码是做什么用的?
1 共1页