mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 15:49:57 +09:00
issue 437 add check password field, fixed dateformat
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9565 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
0bf5d99969
commit
76d1fb61d8
1 changed files with 7 additions and 1 deletions
|
|
@ -33,6 +33,12 @@
|
||||||
<input type="password" name="password" value=""/>
|
<input type="password" name="password" value=""/>
|
||||||
</p>
|
</p>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<p class="q">{$lang->password2} <em style="color:red">*</em></p>
|
||||||
|
<p class="a">
|
||||||
|
<input type="password" name="password2" value=""/>
|
||||||
|
</p>
|
||||||
|
</li>
|
||||||
<li loop="$formTags=>$formTag">
|
<li loop="$formTags=>$formTag">
|
||||||
<p class="q">{$formTag->title}</p>
|
<p class="q">{$formTag->title}</p>
|
||||||
<div class="a" cond="$formTag->name != 'signature'">{$formTag->inputTag}</div>
|
<div class="a" cond="$formTag->name != 'signature'">{$formTag->inputTag}</div>
|
||||||
|
|
@ -62,7 +68,7 @@
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
(function($){
|
(function($){
|
||||||
$(function(){
|
$(function(){
|
||||||
var option = { changeMonth: true, changeYear: true, gotoCurrent: false,yearRange:'-100:+10', onSelect:function(){
|
var option = { changeMonth: true, changeYear: true, gotoCurrent: false,yearRange:'-100:+10', dateFormat:'yy-mm-dd', onSelect:function(){
|
||||||
|
|
||||||
$(this).prev('input[type="hidden"]').val(this.value.replace(/-/g,""))}
|
$(this).prev('input[type="hidden"]').val(this.value.replace(/-/g,""))}
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue