Ejemplo n.º 1
0
		<?php 
        if (!$d['layout']['bbs3_namehide']) {
            ?>
<div class="title"><?php 
            echo $d['layout']['bbs3_name'];
            ?>
</div><?php 
        }
        ?>
		<?php 
        $_i = 0;
        while ($_R = db_fetch_array($_RCD)) {
            $_i++;
            ?>
		<?php 
            $_THUMB = getUploadImage($_R['upload'], $_R['d_regis'], $_R['content'], 'jpg|jpeg');
            ?>
		<div class="post<?php 
            if ($_NUM == $_i) {
                ?>
 noline<?php 
            }
            ?>
">
			<div class="xtitle"><a href="<?php 
            echo getPostLink($_R);
            ?>
"><?php 
            echo $_R['subject'];
            ?>
</a></div>
Ejemplo n.º 2
0
?>
/img/stit_overseas.jpg" alt="라운지투어는 하나투어, 모두투어, 한진관광, 레드캡투어와 제휴하여 해외여행 서비스를 제공하고 있습니다."  />
				</p>
				<!--// 타이틀 -->
				
			</div>
			<!--// 상단 타이틀 영역 --> 


			<!-- 상품 상세정보 -->
			<div class="tour_detail_wrap">
			<?php 
$R['mobile'] = isMobileConnect($R['agent']);
?>
	<?php 
$_thumbimg = getUploadImage($R['upload'], $R['d_regis'], $R['content'], $d['theme']['picimgext'], 'jpg|jpeg|gif|GIF');
?>
	<?php 
$_img = getUploadImage_src($R['upload'], $R['d_regis'], $R['content'], $d['theme']['picimgext']);
?>
	<?php 
$_thumbimg = $_thumbimg ? $_thumbimg : $g['img_core'] . '/blank.gif';
?>
				<img src="<?php 
echo $_img;
?>
" alt="여행 상품관련 이미지" width="408" height="314">
				<div class="tour_detail">
					<p class="detail_title"><strong><?php 
echo $R['add_txt1'];
?>
Ejemplo n.º 3
0
		</div>
		<div class="clear"></div>

	</div>
	<?php 
    }
    ?>
</div>

<div class="wrap">
	<div class="picbox">
		
		<?php 
    for ($i = 1; $i < 6; $i++) {
        $_R = db_fetch_array($_RCD);
        $_thumbimg = getUploadImage($_R['upload'], $_R['d_regis'], $_R['content'], 'jpg|jpeg');
        ?>
		<?php 
        if ($_R['uid']) {
            ?>
		<div class="border<?php 
            if ($i == 5) {
                ?>
 plast<?php 
            }
            ?>
" onclick="getMainPost(<?php 
            echo $_R['uid'];
            ?>
);"><div><img src="<?php 
            echo $_thumbimg ? $_thumbimg : $g['img_layout'] . '/noimage.png';
Ejemplo n.º 4
0

	
	
	<?php 
if ($NUM) {
    ?>
	<div class="gallery">
		<?php 
    foreach ($RCD as $R) {
        ?>
		<?php 
        $R['mobile'] = isMobileConnect($R['agent']);
        ?>
		<?php 
        $_thumbimg = getUploadImage($R['upload'], $R['d_regis'], $R['content'], $d['theme']['picimgext']);
        ?>

		<div class="picbox" style="width:<?php 
        echo $d['theme']['picwidth'] + 6;
        ?>
px;height:<?php 
        echo $d['theme']['picheight'] + 45;
        ?>
px;">
			<div class="pic" style="height:<?php 
        echo $d['theme']['picheight'];
        ?>
px;">
				<a href="<?php 
        echo $g['bbs_view'] . $R['uid'];