class=ed 제거
This commit is contained in:
@ -64,8 +64,8 @@ include_once('./admin.head.php');
|
||||
<input type=radio name='mb_id1' value='1' onclick="mb_id1_click(1);" <?=$mb_id1?"checked":"";?>> 전체
|
||||
<input type=radio name='mb_id1' value='0' onclick="mb_id1_click(0);" <?=!$mb_id1?"checked":"";?>> 구간
|
||||
<br>
|
||||
<input type=text class=ed id=mb_id1_from name=mb_id1_from value="<?=$mb_id1_from?>"> 에서
|
||||
<input type=text class=ed id=mb_id1_to name=mb_id1_to value="<?=$mb_id1_to?>"> 까지
|
||||
<input type=text id=mb_id1_from name=mb_id1_from value="<?=$mb_id1_from?>"> 에서
|
||||
<input type=text id=mb_id1_to name=mb_id1_to value="<?=$mb_id1_to?>"> 까지
|
||||
|
||||
<script type="text/javascript">
|
||||
function mb_id1_click(num)
|
||||
@ -89,12 +89,12 @@ include_once('./admin.head.php');
|
||||
<tr class='ht'>
|
||||
<td>생일</td>
|
||||
<td>
|
||||
<input type=text name='mb_birth_from' size=4 maxlength=4 class=ed value="<?=$mb_birth_from?>"> 부터
|
||||
<input type=text name='mb_birth_to' size=4 maxlength=4 class=ed value="<?=$mb_birth_to?>"> 까지 (예 : 5월5일 인 경우, 0505 와 같이 입력 , 둘다 입력해야함)</td>
|
||||
<input type=text name='mb_birth_from' size=4 maxlength=4 value="<?=$mb_birth_from?>"> 부터
|
||||
<input type=text name='mb_birth_to' size=4 maxlength=4 value="<?=$mb_birth_to?>"> 까지 (예 : 5월5일 인 경우, 0505 와 같이 입력 , 둘다 입력해야함)</td>
|
||||
</tr>
|
||||
<tr class='ht'>
|
||||
<td>E-mail에</td>
|
||||
<td><input type=text name='mb_email' class=ed value="<?=$mb_email?>"> 단어 포함 (예 : @sir.co.kr)</td>
|
||||
<td><input type=text name='mb_email' value="<?=$mb_email?>"> 단어 포함 (예 : @sir.co.kr)</td>
|
||||
</tr>
|
||||
<tr class='ht'>
|
||||
<td>성별</td>
|
||||
|
||||
Reference in New Issue
Block a user