chicpro팀장님과 작업 겹친 부분 정리

This commit is contained in:
whitedot
2013-01-25 17:32:23 +09:00
5 changed files with 28 additions and 13 deletions

View File

@ -154,9 +154,7 @@ if ($is_nogood) $colspan++;
<? } ?>
<!-- 페이지 -->
<? if ($prev_part_href) { echo '<a href="'.$prev_part_href.'">이전검색</a>'; } ?>
<?=$write_pages?>
<? if ($next_part_href) { echo '<a href="'.$next_part_href.'">다음검색</a>'; } ?>
<? echo $write_pages; ?>
<p>
<span>Total <?=number_format($total_count)?>건</span>

View File

@ -180,14 +180,10 @@ $(window).load(function() {
view_image_resize();
});
$(window).resize(function(){
view_image_resize();
});
function view_image_resize()
{
var $img = $('#bo_v_img img');
var img_wrap = $('#bo_v_img').width();
var $img = $('#bo_v_atc img');
var img_wrap = $('#bo_v_atc').width();
$img.each(function() {
var img_width = $(this).width();