class=ed 제거
This commit is contained in:
@ -14,9 +14,9 @@ $qstr = 'fr_date='.$fr_date.'&to_date='.$to_date;
|
||||
<tr>
|
||||
<td>
|
||||
기간 :
|
||||
<input type='text' name='fr_date' size=11 maxlength=10 value='<?=$fr_date?>' class=ed>
|
||||
<input type='text' name='fr_date' size=11 maxlength=10 value='<?=$fr_date?>'>
|
||||
-
|
||||
<input type='text' name='to_date' size=11 maxlength=10 value='<?=$to_date?>' class=ed>
|
||||
<input type='text' name='to_date' size=11 maxlength=10 value='<?=$to_date?>'>
|
||||
|
||||
<input type=button class=btn1 value=' 접속자 ' onclick="fvisit_submit('visit_list.php');">
|
||||
<input type=button class=btn1 value=' 도메인 ' onclick="fvisit_submit('visit_domain.php');">
|
||||
|
||||
Reference in New Issue
Block a user