게시판 검색을 바꾸려하는데 소스 뭐가 문제인가요?

게시판 검색을 바꾸려하는데 소스 뭐가 문제인가요?

QA

게시판 검색을 바꾸려하는데 소스 뭐가 문제인가요?

본문

<?
if (!defined("_GNUBOARD_")) exit;

$colspan = 12;

//if ($is_category) $colspan++;
if ($is_checkbox) $colspan++;
if ($is_good) $colspan++;
if ($is_nogood) $colspan++;

// 제목이 두줄로 표시되는 경우 이 코드를 사용해 보세요.
// <nobr style='display:block; overflow:hidden; width:000px;'>제목</nobr>
?>
<link rel='stylesheet' type='text/css' href='<?=$board_skin_path?>/bstyle.css'>

<!----------- { 레이아웃 테이블 시작 } --------------------------------------//-->
<table width="<?=$width?>" align="center" cellpadding="0" cellspacing="0"><tr><td>


<table width="100%" align="center" cellpadding="0" cellspacing="0" style="border-collapse:collapse;">
  <tr><td width="40" height="36" align=center style="padding:10 0 6 0; border-top-width:3; border-right-width:0; border-bottom-width:3; border-left-width:3; border-color:#33353d; border-style:solid;" bgcolor="F6F6F6">
  <?echo $bb_s;?><a href='./board.php?bo_table=<?=$bo_table?>&page=<?=$page?>'><span class=L_Tcategory><b>분류</b></span></a><?=$bb_e?>
  </td>
  <td width='' height="36" align=left style="padding:10 0 6 6; border-top-width:3; border-right-width:3; border-bottom-width:3; border-left-width:0; border-color:#33353d; border-style:solid;">
 

  <? {
  //echo "<table width='100%' cellpadding='0' cellspacing='0' style='margin:0 0 0 0;border:solid #55cc55 1px;'>"; //★ (카테고리목록의 테이블 길이를 100%로 할 경우)
  echo "<table cellpadding='0' cellspacing='0' style='padding:0 0 0 0;'>"; //◆
  
  $ca_menu = explode("|",$board[bo_category_list]);
  $ca_td_num = "8"; //가로칸수. 원하는 칸수만큼 지정해주면 됩니다.
  //$ca_td_width = 100 / $ca_td_num ; //★ <td width='%'>값
  
  for ($c=0, $cnt=count($ca_menu); $c<$cnt; $c++) {
  if (($c == "0") || (($c >= $ca_td_num) && ($c % $ca_td_num == "0"))) { echo "<tr>"; }
  //echo "<td width='".$ca_td_width."%'>"; //★
  echo "<td style='padding:2 4 2 4;'>· "; //◆
  
  //★표와 ◆표는 어느 한쪽을 쓸 경우 다른 쪽을 주석처리하면 됩니다.
  
  if ($sca == $ca_menu[$c]) { $bcoral = "<b style='color:coral'>"; } else { $bcoral = ""; }

  $sqlCnum = " select count(*) as Cnum from $write_table where wr_is_comment = 0 and ca_name = '$ca_menu[$c]'";
  $rowCnum = sql_fetch($sqlCnum);

  echo "<a href='".$g4['bbs_path']."/board.php?bo_table=".$bo_table."&sca=".urlencode($ca_menu[$c])."'>";
  echo $bcoral.$ca_menu[$c]."</a>";
  echo "</td>";
  }
  echo "</tr></table>";
  } ?>  </td>
  </tr>
  </table>

<br />

 

 

  

 

 

 

 

 

 

<!-- 분류 셀렉트 박스, 게시물 몇건, 관리자화면 링크 -->
<table width="100%" cellspacing="0" cellpadding="0">
<tr height="25">
    <? if ($is_category) { ?><form name="fcategory" method="get">
      <td width="50%"><!--select name=sca onchange="location='<?=$category_location?>'+this.value;"><option value=''>전체</option><?=$category_option?></select-->
   
           <img src="<?=$board_skin_path?>/img/icon_level01.gif" border="0" align="absmiddle"> VIP(급매물) &nbsp
       <img src="<?=$board_skin_path?>/img/icon_level02.gif" border="0" align="absmiddle"> 추천매물
         
    </td>
    </form><? } ?>
    <td align="right">
게시물 <?=number_format($total_count)?>건
        <!--a href='<?=$rss_href?>'><img src='<?=$board_skin_path?>/img/btn_rss.gif' border=0 align=absmiddle></a-->
        <? if ($admin_href) { ?><a href="<?=$admin_href?>"><img src="<?=$board_skin_path?>/img/admin_button.gif" title="관리자"  border="0" align="absmiddle"></a><? } ?></td>
</tr>
<tr><td height=5></td></tr>
</table>

 


<table width="100%" cellspacing="0" cellpadding="0">
<tr>
    <td width="50%" height="40" bgcolor="#33FFFF">
        <? if ($list_href) { ?><a href="<?=$list_href?>"><img src="<?=$board_skin_path?>/img/btn_list.gif" border="0"></a><? } ?>
        <? if ($write_href) { ?><a href="<?=$write_href?>"><img src="<?=$board_skin_path?>/img/btn_write.gif" border="10"><font color="navy"> <strong>개인 누구나 무료로 매물 등록 가능합니다</strong>.</a><? } ?>
        <? if ($is_checkbox) { ?>
            <a href="javascript:select_delete();"><img src="<?=$board_skin_path?>/img/btn_select_delete.gif" border="0"></a>
            <a href="javascript:select_copy('copy');"><img src="<?=$board_skin_path?>/img/btn_select_copy.gif" border="0"></a>
            <a href="javascript:select_copy('move');"><img src="<?=$board_skin_path?>/img/btn_select_move.gif" border="0"></a>
        <? } ?>
    </td>
    <form name=fsearch method=get>
    <input type=hidden name=bo_table value="<?=$bo_table?>">
    <input type=hidden name=sca      value="<?=$sca?>">
    <td width="50%" align="right">
        <select name=sfl>
       
        <option value="wr_subject||wr_content||wr_6||wr_3||wr_8">전체검색</option>
        <option value='wr_6'>제조사</option>
        <option value='wr_3'>년도</option>
        <option value='wr_8'>위치</option>
        <option value='wr_8'>가격</option>
        <option value='wr_6'>상태</option>
        <option value='wr_subject'>모델명</option>
        <option value='wr_content'>상세내용</option>
        <option value='mb_id'>회원아이디</option>
        <option value='wr_name'>이름</option>
        </select>
        <INPUT maxLength=15 size=20 name=stx itemname="검색어" required value="<?=$stx?>">
        <SELECT name=sop>
            <OPTION value=and>And</OPTION>
            <OPTION value=or>Or</OPTION>
        </SELECT>
    </td>
    <td width="10%" align="center"><INPUT type=image  src="<?=$board_skin_path?>/img/search_btn.gif" border=0></td>
    </form>
</tr>
</table>
<br />

<!-- 제목 테이블 -->
<table width="100%" cellspacing="0" cellpadding="0" border="1">
<form name="fboardlist" method="post">
<input type="hidden" name="bo_table" value="<?=$bo_table?>">
<input type="hidden" name="sfl"  value="<?=$sfl?>">
<input type="hidden" name="stx"  value="<?=$stx?>">
<input type="hidden" name="spt"  value="<?=$spt?>">
<input type="hidden" name="page" value="<?=$page?>">
<input type="hidden" name="sw"   value="">

<tr height="28">
    <td width="40" align="center" class="b_bg"><span class='b_tit'>번호</span></td>
 <td width="50" align="center" class="b_bg"><span class='b_tit'>사진</span></td>
 <!--
    <? if ($is_category) { ?><td width="100" align="center" class="b_bg"><span class='b_tit'>분류</span></td><? } ?>
 --//-->
    <? if ($is_checkbox) { ?><td width="40" align="center" class="b_bg"><INPUT onclick="if (this.checked) all_checked(true); else all_checked(false);" type=checkbox></td><? } ?>
    <td width="70" align="center" class="b_bg"><span class="b_tit">거래상태</span></td>

    <td width="90" align="center" class="b_bg"><span class="b_tit">모델명</span></td>
    <td width="50" align="center" class="b_bg"><span class='b_tit'>제조사</span></td>
 <td width="40" align="center" class="b_bg"><span class='b_tit'>연식</span></td>
    <!--<td width="20" align="center" class="b_bg"><span class="b_tit">상태</span></td>-->
    <td width="50" align="center" class="b_bg"><span class='b_tit'>위치</span></td>
    <td width="60" align="center" class="b_bg"><span class='b_tit'>판매자</span></td>
    <td width="70" align="center" class="b_bg"><span class='b_tit'>가격</span></td>
   

    <!--<td width="90" align="center" class="b_bg"><span class='b_tit'>글쓴이</span></td>--//-->
    <td width="50" align="center" class="b_bg"><?=subject_sort_link('wr_datetime', $qstr2, 1)?><span class='b_tit'>등록일</span></a></span></td>
   
    <td width="40" align="center" class="b_bg"><?=subject_sort_link('wr_hit', $qstr2, 1)?><span class='b_tit'>조회</span></a></td>
    <? if ($is_good) { ?><td width="40" align="center" class="b_bg"><?=subject_sort_link('wr_good', $qstr2, 1)?><span class='b_tit'>추천</a></td><? } ?>
    <? if ($is_nogood) { ?><td width="40" align="center" class="b_bg"><span class='b_tit'>비추천</span></td><? } ?>
</tr>

<!-- 게시판 목록 시작 -->
<? for ($i=0; $i<count($list); $i++) {
    // 상품이미지 (소)
    $file = get_file($bo_table, $list[$i][wr_id]);
    $img = "{$file[0][path]}/{$file[0][file]}";
    if (!file_exists($img) or trim($img) == "/")
        $img = "{$board_skin_path}/img/noimage.gif";
  

?>

<!--------------- 여유필드 변수값 -----------------------//-->
<?
// 주소입력값을 다시 쪼개어, '지역구'까지만 출력토록 함.
$ex3_filed = explode("|", $list[$i][wr_3]);
$ext3_02   = explode(" ", $ex3_filed[2]);
//echo $ext3_02[0] . "-" . $ext3_02[1]; {아래 주소표시부분에 위치)

//--보증금/월세/권리금
$ex7_filed = explode("|",$list[$i][wr_7]);
$ext7_00  = $ex7_filed[0];
$ext7_01  = $ex7_filed[1];
$ext7_02  = $ex7_filed[2];

//-- 학원분류
$ex6_filed = explode("|",$list[$i][wr_6]);
$ext6_00  = $ex6_filed[0];
$ext6_01  = $ex6_filed[1];
//$ext6_01  = $ex6_filed[1]; {원생수}

//-- 학원분류
$ex8_filed = explode("|",$list[$i][wr_8]);
$ext8_00  = $ex8_filed[0];
$ext8_01  = $ex8_filed[1];

$rday = explode("-",$list[$i][wr_3]);
?>
<!--------------- 여유필드 변수값 끝 -----------------------//-->

<tr height="20">
    <td align="center">
        <?
        if ($list[$i][is_notice]) // '급매'(공지)일경우,
            echo "<img src=\"$board_skin_path/img/vip_ico.gif\" width=26 height=15>";
        else if ($wr_id == $list[$i][wr_id]) // 현재위치
            echo "<span class='b_num'><b><font color='#FF0000'>{$list[$i][num]}</font></b></class>";
        else
            echo "<span class='b_num'>{$list[$i][num]}</class>";
        ?> </td>
 <!--------------- 여유필드(주소출력) 추가 1 -----------------------//-->
 <td align="center">
  <div style="margin:2;">
        <a href="<?=$list[$i][href]?>"><img src="<?=$img?>" width=30 height=20></a>        </div>        </td>
 <!--------------- 여유필드 추가 1 끝-----------------------//-->

 <!--
    <? if ($is_category) { ?><td width="100" align="center"><a class='b_ca' href="<?=$list[$i][ca_name_href]?>"><?=$list[$i][ca_name]?></a></td><? } ?>
 --//-->
    <? if ($is_checkbox) { ?><td width="30" align="center"><input type=checkbox name=chk_wr_id[] value="<?=$list[$i][wr_id]?>"></td><? } ?>
    <td style='word-break:break-all;'><? if($list[$i][wr_9] == "on")  {
   echo "<img src='{$board_skin_path}/img/sale_1.png' border='0' width='52' height='13' align='absmiddle'>"; 
   }
   ?>
      <? if($list[$i][wr_9] == "off") {
   echo "<img src='{$board_skin_path}/img/sale_3.png' border='0' width='52' height='13' align='absmiddle'>";
   }
  ?>
      <? if($list[$i][wr_9] == "buy") {
   echo "<img src='{$board_skin_path}/img/sale_2.png' border='0' width='52' height='13' align='absmiddle'>";
   }
  ?></td>

 <td style='word-break:break-all;'><?
        echo $nobr_begin;
        echo $list[$i][reply];
        echo $list[$i][icon_reply];
        if ($list[$i][is_notice]) {  // 급매물(공지)
         echo "<a class='notice' href='{$list[$i][href]}'>";
            echo "<img src=\"$board_skin_path/img/icon_level01.gif\" width=16 height=16 align='absmiddle'> {$list[$i][subject]}";
         echo "</a>";
  }
        else if ($list[$i][wr_1] == "2") {  // 추천매물
         echo "<a class='notice2' href='{$list[$i][href]}'>";
   echo "<img src=\"$board_skin_path/img/icon_level02.gif\" width=16 height=16 align='absmiddle'> {$list[$i][subject]}";
   echo "</a>";
   }
     else if ($list[$i][wr_1] == "3") {   // 굵게
   echo "<a class='notice3' href='{$list[$i][href]}'>{$list[$i][subject]}</a>";
   }
        else {   // 일반 게시물
   echo "<a class='b1' href='{$list[$i][href]}'>{$list[$i][subject]}</a>";
  }

 

        if ($list[$i][comment_cnt])
            echo " <a href=\"{$list[$i][comment_href]}\"><span style='font-size:7pt;'>{$list[$i][comment_cnt]}</span></a>";

        // if ($list[$i]['link']['count']) { echo "[{$list[$i]['link']['count']}]"; }
        // if ($list[$i]['file']['count']) { echo "<{$list[$i]['file']['count']}>"; }

        echo " " . $list[$i][icon_new];
        //echo " " . $list[$i][icon_file];
        //echo " " . $list[$i][icon_link];
        //echo " " . $list[$i][icon_hot];
        //echo " " . $list[$i][icon_secret];
        echo $nobr_end;
        ?></td>
 <!--------------- 여유필드(학원분류/보/임/권) 추가 2 ---//-->
 <td align="center"><span class='b2'>
   <?=$ext6_00?>
 </span></td>
    <td align="center"><span class='b2'><font color="blue">
      <?=$rday[0]?>.<?=$rday[1]?>
      </span></td>
     
    <!--<td align="center"><span class="b2">
      <?=$ext6_01?>
    </span></td>-->
   
    <td align="center"><span class='b2'><?=$ext8_01?></span></td>
   
   
    <td align="center" bgcolor="#CCFF66"><span class='b2'>
 <font color="red">
 <?=$list[$i][name]?></span></td>
   
    <td align="center" bgcolor="#FFFFFF"><span class='b2'>
     <font color="red"> <strong>
      <?=number_format($ext8_00)?>
      만원</strong></span></td>
 <!--------------- 여유필드 추가 2 끝 --------------------//-->

   
    <td align="center"><span class='b2'>
      <?=$list[$i][datetime2]?></span></td>
 
    <td align="center"><span class='b2'><?=$list[$i][wr_hit]?></span></td>
    <? if ($is_good) { ?><td align="center"><span class='b2'><?=$list[$i][wr_good]?></span></td><? } ?>
    <? if ($is_nogood) { ?><td align="center"><span class='b2'><?=$list[$i][wr_nogood]?></span></td><? } ?>
</tr>
<tr>
    <td colspan="<?=$colspan?>" height="2" bgcolor="#ebebeb"></td>
</tr>
<? } ?>
<? if (count($list) == 0) { echo "<tr><td colspan='$colspan' height=100 align=center>게시물이 없습니다.</td></tr>"; } ?>
</form>
</table>

<!-- 페이지 -->
<table width="100%" cellspacing="0" cellpadding="0">
<tr>
    <td height="35" align="center" background="<?=$board_skin_path?>/img/number_line.gif">
        <table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr>
            <td width="100%" align="center">
                <? if ($prev_part_href) { echo "<a href='$prev_part_href'><img src='$board_skin_path/img/btn_search_prev.gif' width=54 height=18 border=0 align=absmiddle title='이전검색'></a>"; } ?>
                <?
                // 기본으로 넘어오는 페이지를 아래와 같이 변환하여 이미지로도 출력할 수 있습니다.
                //echo $write_pages;
                $write_pages = str_replace("처음", "<img src='$board_skin_path/img/begin.gif' border='0' align='absmiddle' title='처음'>", $write_pages);
                $write_pages = str_replace("이전", "<img src='$board_skin_path/img/prev.gif' border='0' align='absmiddle' title='이전'>", $write_pages);
                $write_pages = str_replace("다음", "<img src='$board_skin_path/img/next.gif' border='0' align='absmiddle' title='다음'>", $write_pages);
                $write_pages = str_replace("맨끝", "<img src='$board_skin_path/img/end.gif' border='0' align='absmiddle' title='맨끝'>", $write_pages);
                $write_pages = preg_replace("/<span>([0-9]*)<\/span>/", "<font style=\"font-family:Tahoma, Seoul,굴림; font-size:10pt; color:#797979\">$1</font>", $write_pages);
                $write_pages = preg_replace("/<b>([0-9]*)<\/b>/", "<font style=\"font-family:Tahoma, Seoul,굴림; font-size:10pt; color:orange;\">$1</font>", $write_pages);
                ?>
                <strong><?=$write_pages?></strong>
                <? if ($next_part_href) { echo "<a href='$next_part_href'><img src='$board_skin_path/img/btn_search_next.gif' width=54 height=18 border=0 align=absmiddle title='다음검색'></a>"; } ?>
            </td>
        </tr>
        </table></td>
</tr>
</table>

<!-- 버튼 링크 -->
<table width="100%" cellspacing="0" cellpadding="0">
<tr>
    <td width="50%" height="40">
        <? if ($list_href) { ?><a href="<?=$list_href?>"><img src="<?=$board_skin_path?>/img/btn_list.gif" border="0"></a><? } ?>
        <? if ($write_href) { ?><a href="<?=$write_href?>"><img src="<?=$board_skin_path?>/img/btn_write.gif" border="0"></a><? } ?>
        <? if ($is_checkbox) { ?>
            <a href="javascript:select_delete();"><img src="<?=$board_skin_path?>/img/btn_select_delete.gif" border="0"></a>
            <a href="javascript:select_copy('copy');"><img src="<?=$board_skin_path?>/img/btn_select_copy.gif" border="0"></a>
            <a href="javascript:select_copy('move');"><img src="<?=$board_skin_path?>/img/btn_select_move.gif" border="0"></a>
        <? } ?>
    </td>
    <form name=fsearch method=get>
    <input type=hidden name=bo_table value="<?=$bo_table?>">
    <input type=hidden name=sca      value="<?=$sca?>">
    <td width="50%" align="right">
        <select name=sfl>
       
        <option value="wr_subject||wr_content||wr_6||wr_3||wr_8">전체검색</option>
        <option value='wr_6'>제조사</option>
        <option value='wr_3'>년도</option>
        <option value='wr_8'>위치</option>
        <option value='wr_8'>가격</option>
        <option value='wr_6'>상태</option>
        <option value='wr_subject'>모델명</option>
        <option value='wr_content'>상세내용</option>
        <option value='mb_id'>회원아이디</option>
        <option value='wr_name'>이름</option>
        </select>
        <INPUT maxLength=15 size=20 name=stx itemname="검색어" required value="<?=$stx?>">
        <SELECT name=sop>
            <OPTION value=and>And</OPTION>
            <OPTION value=or>Or</OPTION>
        </SELECT>
    </td>
    <td width="10%" align="center"><INPUT type=image  src="<?=$board_skin_path?>/img/search_btn.gif" border=0></td>
    </form>
</tr>
</table>

<!----------- { 레이아웃 테이블 아래. 끝 } --------------------------------------//-->
</td></tr></table>


<script language="JavaScript">
if ("<?=$sca?>") document.fcategory.sca.value = "<?=$sca?>";
if ("<?=$stx?>") {
    document.fsearch.sfl.value = "<?=$sfl?>";
    document.fsearch.sop.value = "<?=$sop?>";
}
</script>

<? if ($is_checkbox) { ?>
<script language="JavaScript">
function all_checked(sw)
{
    var f = document.fboardlist;

    for (var i=0; i<f.length; i++) {
        if (f.elements[i].name == "chk_wr_id[]")
            f.elements[i].checked = sw;
    }
}

function check_confirm(str)
{
    var f = document.fboardlist;
    var chk_count = 0;

    for (var i=0; i<f.length; i++) {
        if (f.elements[i].name == "chk_wr_id[]" && f.elements[i].checked)
            chk_count++;
    }

    if (!chk_count) {
        alert(str + "할 게시물을 하나 이상 선택하세요.");
        return false;
    }
    return true;
}

// 선택한 게시물 삭제
function select_delete()
{
    var f = document.fboardlist;

    str = "삭제";
    if (!check_confirm(str))
        return;

    if (!confirm("선택한 게시물을 정말 "+str+" 하시겠습니까?\n\n한번 "+str+"한 자료는 복구할 수 없습니다"))
        return;

    f.action = "./delete_all.php";
    f.submit();
}

// 선택한 게시물 복사 및 이동
function select_copy(sw)
{
    var f = document.fboardlist;

    if (sw == "copy")
        str = "복사";
    else
        str = "이동";
                      
    if (!check_confirm(str))
        return;

    var sub_win = window.open("", "move", "left=50, top=50, width=396, height=550, scrollbars=1");

    f.sw.value = sw;
    f.target = "move";
    f.action = "./move.php";
    f.submit();
}
</script>
<? } ?>  
<!-- 게시판 목록 끝 -->


 <!-- 링크 버튼, 검색 -->
    <div style="text-align:center;">
      <form name=fsearch method=get style="margin:0px;">
      <p style="margin:0px;">
      <input type=hidden name=bo_table value="<?=$bo_table?>">
      <input type=hidden name=sca      value="<?=$sca?>">
   <input type=hidden name=sfl      value="maker||mk_year||wr_3||wr_6">
      <?
      $mk_com = "현대,대우,두산,삼성,볼보,한라,캐타필라,코마스,얀마,동양,코벨코,구보다,I.H.I,미쓰비씨,히다찌,링크벨트,기타";
      $mk_comp = explode(",", $mk_com);
      $mk_count = count($mk_comp);
      ?>
      <select name='maker' id='maker' style="background-color:#f6f6f6; border:1px solid #7f9db9; height:21px;">
        <option value=''>제작사</option>
        <?
  for($mk=0; $mk < $mk_count; $mk++) {
   if($mk_comp[$mk]==$_GET[maker]) $sel = "selected";
   else $sel = "";
  ?>
              <option value='<?=$mk_comp[$mk]?>' <?=$sel?>><?=$mk_comp[$mk]?></option>
        <? } ?>
        <!-- onchange="location='<?=$category_location?>&maker='+this.value+'&syear='+this.form.syear.value+'&eyear='+this.form.eyear.value;"-->
      </select>  
      <select name='syear' style="background-color:#f6f6f6; border:1px solid #7f9db9; height:21px;">
        <option value=''>선택</option>
        <?
  for($yr=2013; $yr > 1974; $yr--) {
   if($yr==$_GET[syear]) $sel = "selected";
   else $sel = "";   
  ?>
              <option value='<?=$yr?>' <?=$sel?>><?=$yr?></option>
        <? } ?>
      </select> 년 ~
      <!-- onchange="location='<?=$category_location?>&maker='+this.form.maker.value+'&syear='+this.value+'&eyear='+this.form.eyear.value;"-->
      <select name='eyear' style="background-color:#f6f6f6; border:1px solid #7f9db9; height:21px;">
        <option value=''>선택</option>
        <?
  for($yr=2013; $yr > 1974; $yr--) { 
   if($yr==$_GET[eyear]) $sel = "selected";
   else $sel = "";    
  ?>
              <option value='<?=$yr?>' <?=$sel?>><?=$yr?></option>
        <? } ?>
      </select> 년
      <!-- onchange="location='<?=$category_location?>&maker='+this.form.maker.value+'&syear='+this.form.syear.value+'&eyear='+this.value;" -->
      <input name=stx maxlength=15 itemname="검색어" value='<?=$stx?>' style="width:160px; background-color:#f6f6f6; border:1px solid #7f9db9; height:21px;">
      <a href="javascript:search(document.fsearch)"><img src="<?=$board_skin_path?>/img/btn_search.gif" border=0 align=absmiddle></a>
      <input type=radio name=sop value=and>and
      <input type=radio name=sop value=or>or
      </form>

    </div>

 

 

 


이 질문에 댓글 쓰기 :

답변 1

답변을 작성하시기 전에 로그인 해주세요.
전체 123,532 | RSS
QA 내용 검색

회원로그인

(주)에스아이알소프트 / 대표:홍석명 / (06211) 서울특별시 강남구 역삼동 707-34 한신인터밸리24 서관 1404호 / E-Mail: admin@sir.kr
사업자등록번호: 217-81-36347 / 통신판매업신고번호:2014-서울강남-02098호 / 개인정보보호책임자:김민섭(minsup@sir.kr)
© SIRSOFT