그누보드5
영카트5
Q & A
컨텐츠몰
부가서비스
의뢰/채용
모두의 개발
커뮤니티
로그인
회원가입
그누보드5
영카트5
Q & A
컨텐츠몰
부가서비스
의뢰/채용
모두의 개발
커뮤니티
About
로그인
회원가입
그누보드5
라이센스
특징/기능
다운로드
매뉴얼
사용자데모
관리자데모
자주하시는 질문
질문답변
팁자료실
강좌
스킨
빌더
테마
플러그인
사용후기
디자인시안
변환프로그램
가이드
영카트5
그누보드6 파이썬
영카트5
특징/기능
다운로드
매뉴얼
사용자데모
관리자데모
자주하시는 질문
질문답변
팁자료실
스킨
빌더
테마
플러그인
사용후기
Q & A
질문하는방법
모든질문
답변없는질문
미채택된질문
채택된질문
그누보드5
영카트5
태그전체보기
컨텐츠몰
장바구니
부가서비스
전자결제 (PG)
KG이니시스
NHN KCP
HOT
나이스페이
토스페이먼츠
본인인증
KCP 본인인증
이니시스 통합인증
알림/메시징
아이코드 SMS
팝빌 알림톡
NEW
리셀러
리셀러 가입 안내
리셀러 가입 신청
리셀러 가입 내역
서비스 문의
자주하는 질문
서비스 공지사항
의뢰/채용
제작의뢰
AI 견적
개발자 목록
개발자 등급 시스템
채용공고
인재 검색
모두의 개발
전체 프로젝트
문의하기
개발자 안내
의뢰인 안내
커뮤니티
자유게시판
유머게시판
AI 게시판
인기글
소모임
버그신고
About
회사소개
공지사항
문의게시판
이용약관
개인정보처리방침
게시물 규제정책
신고/차단 정책
포인트 정책
2026년 리뉴얼
cheditor 적용된 스킨...
이전
목록
로그인문제인데요...
다음
퍼
퍼
검색 스킨 불러오는 방법...
퍼피
프로필 보기
이 회원 글보기
이 회원의 댓글보기
·
19년 전
·
조회 1541
1541
·
댓글 1
1
검색 스킨을 불러오는 방법이 어떻게 되나요
유아원님의 통합검색을 사용하고 있는데
인클루드 방식으로 해보았는데 되긴 되는데 좀 이상하게 깨져 나오기도 하고 그래서..
다른 방법은 있나요?
스크랩
0
|
신고
0
신고하기
대상:
-
사유 선택
*
스팸/광고
부적절한 콘텐츠
욕설/비방
기타
이 회원 차단만
(신고 없이)
이 회원도 차단
취소
신고하기
댓글 1개
o
okpcas
프로필 보기
이 회원 글보기
이 회원의 댓글보기
19년 전
<?
$g4_path = ".";
include_once("$g4_path/_common.php");
$g4[title] = "통합검색";
include_once("$g4[path]/head.sub.php");
include_once("$g4[path]/headsearch.php");
include_once("$g4[path]/lib/latest.lib.php");
?>
<table align="center" cellpadding="0" cellspacing="0" width="900">
<tr>
<td width="20" height="75"><img src="<?=$g4[path]?>/img/index/bar01.gif" width="20" height="75" border="0"></td>
<td width="860" height="75" background="<?=$g4[path]?>/img/index/bar02.gif">
<table cellpadding="0" cellspacing="0">
<tr>
<td width="850" height="5"></td>
</tr>
<tr>
<td width="850" height="29">
<table width="600" height="25" cellpadding="0" cellspacing="0" border="0">
<form name="fsearchbox" method="get" action="javascript:fsearchbox_submit(document.fsearchbox);">
<input type="hidden" name="sfl" value="wr_subject||wr_content">
<input type="hidden" name="sop" value="and">
<tr>
<td style='padding:0 5px;' height="34" width="0">
<?
$group_select = "<select style='width:83px; height:10px;' id='gr_id' name='gr_id' class=select><option value=''>통합검색<option value='site'>등록업체";
$sql = " select gr_id, gr_subject from $g4[group_table] where gr_1 != 'house' and gr_id != 'banner' and gr_id != 'redcast' and gr_id != 'none' and gr_id != 'support' order by gr_id ";
$result = sql_query($sql);
for ($i=0; $row=sql_fetch_array($result); $i++)
$group_select .= "<option value='$row[gr_id]'>$row[gr_subject]";
$group_select .= "</select>";
echo $group_select;
?>
</td>
<td width="87" height="34">
<select name=sfl class=select>
<option value="wr_subject||wr_content">제목+내용</option>
<option value="wr_subject">제목</option>
<option value="wr_content">내용</option>
<option value="mb_id">회원아이디</option>
<option value="wr_name">이름</option>
</select>
</td>
<td width="400" align="center" height="34">
<input type="text" name="stx" style="width:350px; height:19px; background:#ffffff;border:1px;" class=scinput tabindex=1></td>
<td width="70" height="34">
<input type="image" src="http://www.okpcas.co.kr/cart/skin/search/basic/img/search_btn.gif" border="0" align="absmiddle" onfocus="this.blur()"></td>
</form>
<script language="JavaScript">
document.onload = document.fsearchbox.stx.focus();
function fsearchbox_submit(f)
{
if (f.stx.value == '')
{
alert("가까운 컴퓨터 전문점을 찾으세요.");
f.stx.select();
f.stx.focus();
return;
}
/*
// 검색에 많은 부하가 걸리는 경우 이 주석을 제거하세요.
var cnt = 0;
for (var i=0; i<f.stx.value.length; i++)
{
if (f.stx.value.charAt(i) == ' ')
cnt++;
}
if (cnt > 1)
{
alert("빠른 검색을 위하여 검색어에 공백은 한개만 입력할 수 있습니다.");
f.stx.select();
f.stx.focus();
return;
}
*/
f.action = "<?=$g4[bbs_path]?>/search.php";
f.submit();
}
</script>
</tr>
</table>
</td>
</tr>
<tr>
<td width="850" height="30"></td>
</tr>
</table>
</td>
<td width="20" height="75"><img src="<?=$g4[path]?>/img/index/bar04.gif" width="20" height="75" border="0"></td>
</tr>
</table>
<table align="center" cellpadding="0" cellspacing="0" width="900">
<tr>
<td width="440" height="250" align="center" valign="top">
<table cellpadding="0" cellspacing="0" width="420">
<tr>
<td width="420"></td>
</tr>
<tr>
<td width="420"><?=latest('basic-1', 'notice', 5, 30); ?></td>
</tr>
<tr>
<td width="420"><?=latest('basic-1', 'free', 5, 30);?></td>
</tr>
</table>
</td>
<td width="10" height="250" align="center" valign="top"></td>
<td width="450" height="250" align="center" valign="top">
<table cellpadding="0" cellspacing="0" width="420">
<tr>
<td width="420"></td>
</tr>
<tr>
<td width="420"><?=latest('basic-1', 'qa', 5, 30);?></td>
</tr>
<tr>
<td width="420"><?=latest('stand_ticker2', 'util', 5, 30);?></td>
</tr>
<tr>
<td width="420"><?=latest('basic-1', 'market', 5, 30);?></td></td>
</tr>
</table>
</td>
</tr>
</table>
<?
include_once("$g4[path]/tail.sub.php");
include_once("$g4[path]/tailsearch.php");
?>
한번 보셔요 ~ 사용중인 소스 입니다.
결과는
http://okpcas.co.kr/cart/search.php
입니다.
댓글을 작성하시려면
로그인
이 필요합니다.
그누4 질문답변
그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기 기존 게시물은 열람만 가능합니다.
제목+내용
제목
내용
검색
+
+ 글쓰기
제목
글쓴이
날짜
조회
cafe24에서 공짜로 주는 cdn을 그누보드에 적용하기?
[7]
불
불당
프로필 보기
이 회원 글보기
이 회원의 댓글보기
19년 전
조회
4,499
정보변경시 ... 비번만 변경하려해도 .. 별명 ... 이메일 변경 요구 ..??<급>
[2]
김
김도원
프로필 보기
이 회원 글보기
이 회원의 댓글보기
19년 전
조회
1,544
최근게시물에서 제목출력되고 내용도 출력되게 하고 싶은데요..
[9]
h
happycommuni...
프로필 보기
이 회원 글보기
이 회원의 댓글보기
19년 전
조회
1,588
몇분동안 입력이 없으면 로그아웃되는 방법
[3]
자
자존심
프로필 보기
이 회원 글보기
이 회원의 댓글보기
19년 전
조회
1,535
제 메뉴스킨 좀 봐주세요...
[6]
왕
왕대박짱
프로필 보기
이 회원 글보기
이 회원의 댓글보기
19년 전
조회
1,583
html에서 아웃로긴 오류가 나요.
[7]
피
피터43
프로필 보기
이 회원 글보기
이 회원의 댓글보기
19년 전
조회
1,441
나라오름님 스킨중,,
[24]
질
질문쟁이
프로필 보기
이 회원 글보기
이 회원의 댓글보기
19년 전
조회
1,967
세션이 안 먹어서요.
[7]
꽁
꽁깽이
프로필 보기
이 회원 글보기
이 회원의 댓글보기
19년 전
조회
2,622
cheditor 적용된 스킨을 쓸경우 문제가 발생합니다.
[9]
B
BlueDawn2
프로필 보기
이 회원 글보기
이 회원의 댓글보기
19년 전
조회
1,692
검색 스킨 불러오는 방법...
[1]
퍼
퍼피
프로필 보기
이 회원 글보기
이 회원의 댓글보기
19년 전
조회
1,542
로그인문제인데요...
[3]
작
작업
프로필 보기
이 회원 글보기
이 회원의 댓글보기
19년 전
조회
1,531
라이오버튼 형식을 드롭다운버튼으로 변경하고자 합니다.도와주세요 ㅠㅠ
[5]
막
막시무스
프로필 보기
이 회원 글보기
이 회원의 댓글보기
19년 전
조회
1,898
헐랭이님 아이프레임 질문..
[10]
b
baekgun
프로필 보기
이 회원 글보기
이 회원의 댓글보기
19년 전
조회
1,533
관리자는 파일업로드 용량 제한이 없나요?
[5]
동
동이
프로필 보기
이 회원 글보기
이 회원의 댓글보기
19년 전
조회
2,109
로딩속도문제 해결부탁...
[7]
민
민우아빠
프로필 보기
이 회원 글보기
이 회원의 댓글보기
19년 전
조회
2,130
코멘트 추가..
[1]
g
gatsby
프로필 보기
이 회원 글보기
이 회원의 댓글보기
19년 전
조회
1,543
로그아웃때문에 로긴 테이블이 자꾸 깨집니다.-_-;;
[2]
나
나는나2다
프로필 보기
이 회원 글보기
이 회원의 댓글보기
19년 전
조회
1,530
cafe24에서 호스팅 받으시면서 CDN 써보신분 계신가요???
[6]
불
불당
프로필 보기
이 회원 글보기
이 회원의 댓글보기
19년 전
조회
1,843
게시판에서 생년월일을 보여줄때
[22]
에
에듀씨
프로필 보기
이 회원 글보기
이 회원의 댓글보기
19년 전
조회
1,760
최근게시물을 적용한 후 글줄이 이상해요?
[2]
드
드리머
프로필 보기
이 회원 글보기
이 회원의 댓글보기
19년 전
조회
1,553
이전
첫 페이지
다음
글쓰기
1
/
1
맨 위로
댓글 1개
$g4_path = ".";
include_once("$g4_path/_common.php");
$g4[title] = "통합검색";
include_once("$g4[path]/head.sub.php");
include_once("$g4[path]/headsearch.php");
include_once("$g4[path]/lib/latest.lib.php");
?>
<table align="center" cellpadding="0" cellspacing="0" width="900">
<tr>
<td width="20" height="75"><img src="<?=$g4[path]?>/img/index/bar01.gif" width="20" height="75" border="0"></td>
<td width="860" height="75" background="<?=$g4[path]?>/img/index/bar02.gif">
<table cellpadding="0" cellspacing="0">
<tr>
<td width="850" height="5"></td>
</tr>
<tr>
<td width="850" height="29">
<table width="600" height="25" cellpadding="0" cellspacing="0" border="0">
<form name="fsearchbox" method="get" action="javascript:fsearchbox_submit(document.fsearchbox);">
<input type="hidden" name="sfl" value="wr_subject||wr_content">
<input type="hidden" name="sop" value="and">
<tr>
<td style='padding:0 5px;' height="34" width="0">
<?
$group_select = "<select style='width:83px; height:10px;' id='gr_id' name='gr_id' class=select><option value=''>통합검색<option value='site'>등록업체";
$sql = " select gr_id, gr_subject from $g4[group_table] where gr_1 != 'house' and gr_id != 'banner' and gr_id != 'redcast' and gr_id != 'none' and gr_id != 'support' order by gr_id ";
$result = sql_query($sql);
for ($i=0; $row=sql_fetch_array($result); $i++)
$group_select .= "<option value='$row[gr_id]'>$row[gr_subject]";
$group_select .= "</select>";
echo $group_select;
?>
</td>
<td width="87" height="34">
<select name=sfl class=select>
<option value="wr_subject||wr_content">제목+내용</option>
<option value="wr_subject">제목</option>
<option value="wr_content">내용</option>
<option value="mb_id">회원아이디</option>
<option value="wr_name">이름</option>
</select>
</td>
<td width="400" align="center" height="34">
<input type="text" name="stx" style="width:350px; height:19px; background:#ffffff;border:1px;" class=scinput tabindex=1></td>
<td width="70" height="34">
<input type="image" src="http://www.okpcas.co.kr/cart/skin/search/basic/img/search_btn.gif" border="0" align="absmiddle" onfocus="this.blur()"></td>
</form>
<script language="JavaScript">
document.onload = document.fsearchbox.stx.focus();
function fsearchbox_submit(f)
{
if (f.stx.value == '')
{
alert("가까운 컴퓨터 전문점을 찾으세요.");
f.stx.select();
f.stx.focus();
return;
}
/*
// 검색에 많은 부하가 걸리는 경우 이 주석을 제거하세요.
var cnt = 0;
for (var i=0; i<f.stx.value.length; i++)
{
if (f.stx.value.charAt(i) == ' ')
cnt++;
}
if (cnt > 1)
{
alert("빠른 검색을 위하여 검색어에 공백은 한개만 입력할 수 있습니다.");
f.stx.select();
f.stx.focus();
return;
}
*/
f.action = "<?=$g4[bbs_path]?>/search.php";
f.submit();
}
</script>
</tr>
</table>
</td>
</tr>
<tr>
<td width="850" height="30"></td>
</tr>
</table>
</td>
<td width="20" height="75"><img src="<?=$g4[path]?>/img/index/bar04.gif" width="20" height="75" border="0"></td>
</tr>
</table>
<table align="center" cellpadding="0" cellspacing="0" width="900">
<tr>
<td width="440" height="250" align="center" valign="top">
<table cellpadding="0" cellspacing="0" width="420">
<tr>
<td width="420"></td>
</tr>
<tr>
<td width="420"><?=latest('basic-1', 'notice', 5, 30); ?></td>
</tr>
<tr>
<td width="420"><?=latest('basic-1', 'free', 5, 30);?></td>
</tr>
</table>
</td>
<td width="10" height="250" align="center" valign="top"></td>
<td width="450" height="250" align="center" valign="top">
<table cellpadding="0" cellspacing="0" width="420">
<tr>
<td width="420"></td>
</tr>
<tr>
<td width="420"><?=latest('basic-1', 'qa', 5, 30);?></td>
</tr>
<tr>
<td width="420"><?=latest('stand_ticker2', 'util', 5, 30);?></td>
</tr>
<tr>
<td width="420"><?=latest('basic-1', 'market', 5, 30);?></td></td>
</tr>
</table>
</td>
</tr>
</table>
<?
include_once("$g4[path]/tail.sub.php");
include_once("$g4[path]/tailsearch.php");
?>
한번 보셔요 ~ 사용중인 소스 입니다.
결과는 http://okpcas.co.kr/cart/search.php 입니다.