묻고답하기
검색결과 보여지는 페이지...변경방법...ㅠㅠ누가좀 도와주세용..;;
2011.03.03 00:46
페이지에다가 모듈이름을 "search"적고 페이지를 하나 만들었습니다.
그래서 검색을 누르면 search 라는 페이지에서 검색결과가 나오게끔 만들고싶은데요~~~!!
ㅠㅠ 전 도무지 해결할수있는 머리가안되나봅니다 ....게시판을 이잡듯 뒤졌는데..
저한테는 다 어렵고 ㅠㅠ 난해하네여~~~~~~~~~~~~~ㅠㅠ
레이아웃의 검색부분 소스는 이러합니다~!
스타일시트 소스 --
it_search_form { position:absolute; top:50px; right:15px;}
it_search_form .input { border:1px solid #fff; height:10px; width:120px; color:#ffffff; font-size:.7.5em;}
it_search_form .submit_button { width:1px; height:1px; visibility:hidden; }
#isSearch { position:absolute; top:15px; right:15px; width:125px; height:20px; background:url(../images/white/bgSearch.gif) no-repeat; text-align:right;}
#isSearch .searchOrder { display:none;}
#isSearch .checked { position:absolute; left:0; top:0; text-align:left; display:block; padding:5px 0 0 5px; width:94px; height:10px; background-color:#cc3333 ; font-size:8px Dotum,Gulim, AppleGothic ;}
#isSearch ul { display:none; position:absolute; left:0; top:18px; padding:2px 0 3px 0; text-align:left; border:1px solid #cc3333; overflow:hidden;}
#isSearch ul li { width:67px; height:10px; list-style:none;}
#isSearch ul li input { display:none;}
#isSearch ul li label { display:none; padding:4px 0 0 4px; width:85px; height:10px; font-size:8px Dotum,Gulim, AppleGothic, Sans-serif; color:#cc3333;}
#isSearch ul li label.on { background:#cc3333; }
#isSearch ul li label:hover,
#isSearch ul li label:focus { background:#cc3333;}
#isSearch .inputText { vertical-align:middle; border:1px 1px 1px 1px; top:0; _top:-1px; width:94px; height:10px solid #cc3333;}
#isSearch .inputText:hover,
#isSearch .inputText:focus {border:1px 1px 1px 1px solid #cc3333; background-color:#fff; }
*:first-child+html #isSearch .inputText { position:relative; top:-1px;}
#isSearch .submit { vertical-align:middle; _position:relative; _top:0px; padding-top:1px; padding-rignt:1px;}
*:first-child+html #isSearch .submit { position:relative; top:-1px;}
------레이아웃소스-----
<form action="{getUrl()}" method="post" id="isSearch">
<!--@if($vid)-->
<input type="hidden" name="vid" value="{$vid}" />
<!--@end-->
<input type="hidden" name="mid" value="{$mid}" />
<input type="hidden" name="act" value="IS" />
<input type="hidden" name="search_target" value="title_content" />
<input name="is_keyword" type="text" class="inputText" title="제품명검색" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px; margin-top: 1px; height:15px;"/>
<input type="image" src="images/white/buttonSearch.gif" alt="{$lang->cmd_search}" class="submit" />
</form>
제발 누가좀 ㅠㅠ .............................알려주실순없나요~~~~~~~~~! ㅠㅠ
<input type="hidden" name="mid" value="{$mid}" />
변경후
<input type="hidden" name="mid" value="search" />