mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1720 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
06cf4a2618
commit
062e05efeb
3 changed files with 3 additions and 3 deletions
|
|
@ -113,7 +113,7 @@ div#memberModule .agreementBox .button { margin-top:2em; padding-top:1em; border
|
|||
div#memberModule .textarea { clear:both; width:30em; height:5em; border:1px solid; border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6; padding:1px; margin-right:.3em; font-size:1em; }
|
||||
div#memberModule .checkbox li { float:left; margin-right:2em; }
|
||||
div#memberModule .checkbox li input { border:0px; }
|
||||
div#memberModule .str_birthday { float:left; width:80px; border:1px solid; border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6; height:1em; padding:3px 3px 3px 18px; margin-right:.3em;}
|
||||
div#memberModule .str_birthday { cursor:pointer; float:left; width:80px; border:1px solid; border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6; height:1em; padding:3px 3px 3px 18px; margin-right:.3em;}
|
||||
div#memberModule .button_birthday { float:left; margin-right:1em; }
|
||||
div#memberModule .krZip .buttonZip { float:left; margin-right:1em; }
|
||||
div#memberModule .krZip input { width:30em; }
|
||||
|
|
|
|||
|
|
@ -91,7 +91,7 @@
|
|||
<th scope="row">{$lang->birthday} *</th>
|
||||
<td>
|
||||
<input type="hidden" name="birthday" id="date_birthday" value="{$member_info->birthday}" />
|
||||
<div class="str_birthday" id="str_birthday">{zdate($member_info->birthday,"Y-m-d")}</div>
|
||||
<div class="str_birthday" id="str_birthday" onclick="open_calendar('birthday','');return false;">{zdate($member_info->birthday,"Y-m-d")}</div>
|
||||
<div class="button_birthday"><a href="#" onclick="open_calendar('birthday','{$member_info->birthday}');return false;" class="buttonTypeB"><img src="./images/blank.gif" alt="" class="leftCap" />{$lang->cmd_open_calendar}<img src="./images/blank.gif" alt="" class="rightCap" /></a></div>
|
||||
<p>{$lang->about_birthday}</p>
|
||||
</td>
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@
|
|||
<th scope="row">{$lang->birthday} *</th>
|
||||
<td>
|
||||
<input type="hidden" name="birthday" id="date_birthday" value="" />
|
||||
<div class="str_birthday" id="str_birthday"> </div>
|
||||
<div class="str_birthday" id="str_birthday" onclick="open_calendar('birthday','');return false;"> </div>
|
||||
<div class="button_birthday"><a href="#" onclick="open_calendar('birthday','');return false;" class="buttonTypeB"><img src="./images/blank.gif" alt="" class="leftCap" />{$lang->cmd_open_calendar}<img src="./images/blank.gif" alt="" class="rightCap" /></a></div>
|
||||
<p>{$lang->about_birthday}</p>
|
||||
</td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue