검색어가 url에 들어가서 이상이 생기는 문제 해결

git-svn-id: http://xe-core.googlecode.com/svn/trunk@2293 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-08-10 05:21:22 +00:00
parent 04c7762f9a
commit 3f349b2475

View file

@ -58,15 +58,15 @@
<!--@end-->
</ul>
<div class="pageNavigation">
<a href="{getUrl('page','','document_srl','')}" 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_targte,'is_keyword',urlencode($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','')}">{$page_no}</a>
<a href="{getUrl('page',$page_no,'document_srl','','search_target',$search_targte,'is_keyword',urlencode($is_keyword))}">{$page_no}</a>
<!--@end-->
<!--@end-->
<a href="{getUrl('page',$page_navigation->last_page,'document_srl','')}" 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_targte,'is_keyword',urlencode($is_keyword))}" class="goToLast"><img src="./images/{$module_info->colorset}/bottomGotoLast.gif" alt="{$lang->last_page}" width="7" height="5" /></a>
</div>
</div>