Beispiel #1
0
		}
		<?php 
    }
    ?>
		<?php 
    if (isset($wset['xs']) && $wset['xs'] > 0) {
        ?>
		@media (max-width: <?php 
        echo isset($wset['xsbp']) && $wset['xsbp'] > 0 ? $wset['xsbp'] : 480;
        ?>
px) { 
			.responsive #<?php 
        echo $widget_id;
        ?>
 .item-row { width:<?php 
        echo apms_img_width($wset['xs']);
        ?>
%; } 
		}
		<?php 
    }
    ?>
	<?php 
}
?>
</style>
<div id="<?php 
echo $widget_id;
?>
" class="widget-miso-item-photo">
	<div class="item-wrap">
Beispiel #2
0
        echo apms_img_width($sm);
        ?>
%; } 
		}
		<?php 
    }
    ?>
		<?php 
    if ($xs) {
        ?>
		@media (max-width:480px) { 
			.responsive #<?php 
        echo $widget_id;
        ?>
 .item-row { width:<?php 
        echo apms_img_width($xs);
        ?>
%; } 
		}
		<?php 
    }
    ?>
	<?php 
}
?>
</style>
<div id="<?php 
echo $widget_id;
?>
" class="basic-shop-item-gallery">
	<?php 
Beispiel #3
0
<?php

if (!defined('_GNUBOARD_')) {
    exit;
}
// 개별 페이지 접근 불가
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
add_stylesheet('<link rel="stylesheet" href="' . $board_skin_url . '/style.css" media="screen">', 0);
// 이미지 비율
$thumb_w = $board['bo_' . MOBILE_ . 'gallery_width'];
$thumb_h = $board['bo_' . MOBILE_ . 'gallery_height'];
$img_h = apms_img_height($thumb_w, $thumb_h);
// 이미지 높이
// 너비
$item_w = apms_img_width($board['bo_gallery_cols']);
// 간격
$gap_right = $boset['gap_r'] == "" ? 15 : $boset['gap_r'];
$gap_bottom = $boset['gap_b'] == "" ? 30 : $boset['gap_b'];
$ellipsis = G5_IS_MOBILE ? '' : ' class="ellipsis"';
$ellipsis = $thumb_h > 0 ? $ellipsis : '';
$list_cnt = count($list);
?>

<section class="board-list<?php 
echo G5_IS_MOBILE ? ' font-14' : '';
?>
">

	<?php 
if ($notice_count > 0) {
    include_once $board_skin_path . '/notice.skin.php';
Beispiel #4
0
    exit;
}
//개별 페이지 접근 불가
//add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
add_stylesheet('<link rel="stylesheet" href="' . $widget_url . '/widget.css" media="screen">', 0);
$wset['rows'] = isset($wset['rows']) && $wset['rows'] > 0 ? $wset['rows'] : 9;
$wset['garo'] = isset($wset['garo']) && $wset['garo'] > 0 ? $wset['garo'] : 3;
$widget_id = apms_id();
// Random ID
?>
<style>
	#<?php 
echo $widget_id;
?>
 li {  width:<?php 
echo apms_img_width($wset['garo']);
?>
%; }
</style>
<div id="<?php 
echo $widget_id;
?>
" class="widget-miso-shop-item-icon">
	<ul>
	<?php 
if ($wset['cache'] > 0) {
    // 캐시적용시
    echo apms_widget_cache($widget_path . '/widget.rows.php', $wname, $wid, $wset);
} else {
    include $widget_path . '/widget.rows.php';
}
Beispiel #5
0
    ?>
;<?php 
}
?>
		<?php 
if ($at_set['body_background']) {
    ?>
background-image: url('<?php 
    echo $at_set['body_background'];
    ?>
');<?php 
}
?>
		background-repeat: no-repeat; background-position: 50% 50%; background-attachment:<?php 
echo G5_IS_MOBILE ? 'scroll' : 'fixed';
?>
; background-size:cover;
	}
	.at-navbar .dropdown-menu ul { width: <?php 
echo $is_subw;
?>
px; min-width: <?php 
echo $is_subw;
?>
px; }
	.menu-all-wrap .menu-all-head { width:<?php 
echo $menu_cnt > 6 ? '20' : apms_img_width($menu_cnt - 1);
?>
%; }
</style>
Beispiel #6
0
    }
    ?>
							</ul>
						</div>
					<?php 
}
?>
				</div>
				<div class="navbar-menu-bar"></div>
			</div>
			<div class="clearfix"></div>
		</header>

		<style>
			.menu-all-wrap .menu-all-head { width:<?php 
echo apms_img_width($menu_cnt - 1);
?>
%; }
		</style>

		<nav id="menu_all" class="collapse at-menu-all">
			<div class="container">
				<ul class="menu-all-wrap">
				<?php 
for ($i = 1; $i < $menu_cnt; $i++) {
    //메뉴출력 - 1번부터 출력
    ?>
					<li class="menu-all-head<?php 
    echo $menu[$i]['on'] == "on" ? ' active' : '';
    ?>
">
Beispiel #7
0
<?php

if (!defined('_GNUBOARD_')) {
    exit;
}
// 개별 페이지 접근 불가
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
add_stylesheet('<link rel="stylesheet" href="' . $skin_url . '/style.css" media="screen">', 0);
// 헤더 출력
if ($header_skin) {
    include_once './header.php';
}
$item_w = apms_img_width($list_mods);
?>
<style>
	.ppay-row { float:left; width:<?php 
echo $item_w;
?>
%; }
</style>

<div class="ppay-wrap">
	<div class="ppay-container">
		<?php 
for ($i = 0; $i < count($list); $i++) {
    ?>
			<?php 
    if ($i > 0 && $i % $list_mods == 0) {
        ?>
				<div class="clearfix"></div>
			<?php