사용자: 회원가입 정보입력 캡챠, 아이디/패스워드 찾기 스타일, pg 소스코드 줄바꿈

This commit is contained in:
whitedot
2013-01-15 17:08:45 +09:00
parent e8e16d5d6d
commit 1bf4c8309f
3 changed files with 31 additions and 16 deletions

View File

@ -193,9 +193,12 @@ var member_skin_path = "<?=$member_skin_path?>";
<td><input type="text" id="reg_mb_recommend" name="mb_recommend" class="frm_input" title="추천인아이디"></td>
</tr>
<? } ?>
</table>
<?=$captcha_html?>
<tr>
<th scope="row">자동등록방지</th>
<td><?=$captcha_html?></td>
</tr>
</table>
<div class="btn_confirm">
<input type="submit" class="btn_submit" value="회원가입" accesskey="s">