통합검색 페이징시 한글 검색어의 이중 urlencode 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2474 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-09-03 02:48:22 +00:00
parent 85f7dd9153
commit d575b95bdc

View file

@ -58,15 +58,15 @@
<!--@end-->
</ul>
<div class="pageNavigation">
<a href="{getUrl('page','','document_srl','','search_target',$search_target,'is_keyword',urlencode($is_keyword))}" class="goToFirst"><img src="./images/{$module_info->colorset}/bottomGotoFirst.gif" alt="{$lang->first_page}" width="7" height="5" /></a>
<a href="{getUrl('page','','document_srl','','search_target',$search_target,'is_keyword',$is_keyword)}" class="goToFirst"><img src="./images/{$module_info->colorset}/bottomGotoFirst.gif" alt="{$lang->first_page}" width="7" height="5" /></a>
<!--@while($page_no = $page_navigation->getNextPage())-->
<!--@if($page == $page_no)-->
<span class="current">{$page_no}</span>
<!--@else-->
<a href="{getUrl('page',$page_no,'document_srl','','search_target',$search_target,'is_keyword',urlencode($is_keyword))}">{$page_no}</a>
<a href="{getUrl('page',$page_no,'document_srl','','search_target',$search_target,'is_keyword',$is_keyword)}">{$page_no}</a>
<!--@end-->
<!--@end-->
<a href="{getUrl('page',$page_navigation->last_page,'document_srl','','search_target',$search_target,'is_keyword',urlencode($is_keyword))}" class="goToLast"><img src="./images/{$module_info->colorset}/bottomGotoLast.gif" alt="{$lang->last_page}" width="7" height="5" /></a>
<a href="{getUrl('page',$page_navigation->last_page,'document_srl','','search_target',$search_target,'is_keyword',$is_keyword)}" class="goToLast"><img src="./images/{$module_info->colorset}/bottomGotoLast.gif" alt="{$lang->last_page}" width="7" height="5" /></a>
</div>
</div>