답변 1개
채택된 답변
+20 포인트
5년 전
https://gnustudy.com/bbs/board.php?bo_table=gnu_tip&wr_id=206">https://gnustudy.com/bbs/board.php?bo_table=gnu_tip&wr_id=206
로그인 후 평가할 수 있습니다
답변에 대한 댓글 1개
�
모몽
5년 전
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인
<div class="header-search">
<form name="tsearch" method="get" onsubmit="return tsearch_submit(this);" role="form" class="form">
<input type="hidden" name="url" value="<?php echo (IS_YC) ? $at_href['isearch'] : $at_href['search'];?>">
<div class="input-group input-group-sm" style="width:100%;">
<input type="text" name="stx" class="form-control input-sm" value="<?php echo $stx;?>">
<span class="input-group-btn">
<button type="submit" class="btn btn-sm"><i class="fa fa-search fa-lg"></i></button>
</span>
</div>
</form>
</div>