コード例 #1
0
ファイル: news-detail.php プロジェクト: noppolgap/museumsiam
							}else{
							echo '<img class="img-slide-show" data-type="image" style="max-width:754px;max-height: 562px" src="' . callThumbListFrontEndByID($rowPic['PIC_ID'], $rowPic['CAT_ID'], true) . '">'."\n\t";
							$thumbRender .= '<img src="' . callThumbListFrontEndByID($rowPic['PIC_ID'], $rowPic['CAT_ID'], true) . '">'."\n\t";
							}
							echo '</div>'."\n\t";
							$thumbRender .= '</div>'."\n\t";
							}
					?>
					</div>
					<a class="btn-arrow-slide pev"></a>
					<a class="btn-arrow-slide next"></a>
					<div class="box-title-main">
						<div class="box-date-tumb">
							<p class="date"><?=displayDate($row['EVENT_START_DATE'])?></p>
							<p class="month"><?=displayShortMonth($row['EVENT_START_DATE'])?></p>
						</div>
						<div class="box-text">
							<p class="text-title"><? echo $row['CONTENT_LOC'] ?></p>
							<p class="text-des">by <? echo $row['USER_CREATE'] ?></p>
						</div>
					</div>
				</div>
				<div class="box-social-main cf">
				<?php

						$path = 'news-detail.php?MID='.$MID.'%26CID='.$CID.'%26SID='.$SID.'%26CONID='.$CONID;
						$fullpath = _FULL_SITE_PATH_.'/'.$path;
						$redirect_uri = _FULL_SITE_PATH_.'/callback.php?p='.$CONID;
						$fb_link = 'https://www.facebook.com/dialog/share?app_id='._FACEBOOK_ID_.'&display=popup&href='.$fullpath.'&redirect_uri='.$redirect_uri;
						$gp_link = 'https://plus.google.com/share?url='.$fullpath;
コード例 #2
0
								$thumbRender .= '<img src="' . callThumbListFrontEndByID($rowPic['PIC_ID'], $rowPic['CAT_ID'], true) . '">'."\n\t";
								}
								echo '</div>'."\n\t";
								$thumbRender .= '</div>'."\n\t";
								}
								?>
							</div>
							<a class="btn-arrow-slide pev"></a>
							<a class="btn-arrow-slide next"></a>
							<div class="box-title-main">
								<div class="box-date-tumb">
									<p class="date">
										<?=displayDate($eventRow['LAST_DATE']) ?>
									</p>
									<p class="month">
										<?=displayShortMonth($eventRow['LAST_DATE']) ?>
									</p>
								</div>
								<div class="box-text">
									<p class="text-title">
										<?=$eventRow['CONTENT_DESC'] ?>
									</p>
									<p class="text-des">
										<?=$eventRow['MUSEUM_NAME'] ?>
									</p>
								</div>
							</div>
						</div>
						<div class="box-social-main cf">
							<a href="#" class="btn fb"></a>
							<a href="#" class="btn tw"></a>
コード例 #3
0
								}
								echo '</div>'."\n\t";
								$thumbRender .= '</div>'."\n\t";
								}
								?>
							</div>
							<a class="btn-arrow-slide pev"></a>
							<a class="btn-arrow-slide next"></a>
							<div class="box-title-main">

								<div class="box-date-tumb">
									<p class="date">
										<?=displayDate($eventRow['EVENT_START_DATE']) ?>
									</p>
									<p class="month">
										<?=displayShortMonth($eventRow['EVENT_START_DATE']) ?>
									</p>
								</div>
								<div class="box-text">
									<p class="text-title">
										<?=$eventRow['CONTENT_DESC'] ?>
									</p>
									<p class="text-des">
										<?=$eventRow['MUSEUM_NAME'] ?>
									</p>
								</div>
							</div>
						</div>
						<div class="box-social-main cf">
							<a href="#" class="btn fb"></a>
							<a href="#" class="btn tw"></a>