모바일쇼핑몰: #365 카카오톡 보내기 새창 마크업
This commit is contained in:
@ -9,7 +9,7 @@ $skin = G5_MSHOP_SKIN_PATH.'/kakaolinkform.skin.php';
|
||||
if(is_file($skin))
|
||||
include_once($skin);
|
||||
else
|
||||
echo '<p>'.str_replace(G5_PATH.'/', '', $skin).' 파일이 존재하지 않습니다.</p>';
|
||||
echo '<div class="empty_list">'.str_replace(G5_PATH.'/', '', $skin).' 파일이 존재하지 않습니다.</div>';
|
||||
|
||||
include_once(G5_PATH.'/tail.sub.php');
|
||||
?>
|
||||
@ -7,14 +7,20 @@ add_stylesheet('<link rel="stylesheet" href="'.G5_MSHOP_SKIN_URL.'/style.css">',
|
||||
|
||||
<script src="<?php echo G5_JS_URL; ?>/kakao.link.js"></script>
|
||||
|
||||
<div id="kakao_message">
|
||||
<p><?php echo $title; ?></p>
|
||||
<form name="fkakao" onsubmit="return kakaolink_send(this);">
|
||||
<label for="message">메세지</label>
|
||||
<textarea id="message" name="message"></textarea>
|
||||
<input type="submit" value="보내기">
|
||||
<button type="button" onclick="window.close();">취소</button>
|
||||
</form>
|
||||
<div id="kakao_message" class="new_win">
|
||||
<h1 id="win_title">카카오톡으로 보내기</h1>
|
||||
|
||||
<form name="fkakao" class="win_desc" onsubmit="return kakaolink_send(this);">
|
||||
<div id="kakao_title"><?php echo $title; ?></div>
|
||||
<div class="tbl_frm01">
|
||||
<label for="message">메세지</label>
|
||||
<textarea id="message" name="message"></textarea>
|
||||
</div>
|
||||
<div class="win_btn">
|
||||
<input type="submit" value="보내기" class="btn_submit">
|
||||
<button type="button" onclick="window.close();">취소</button>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
|
||||
@ -195,6 +195,10 @@
|
||||
|
||||
#sit_qa_w {display:none}
|
||||
|
||||
/* 카카오톡 보내기 */
|
||||
#kakao_message label {display:block;margin:0 0 10px}
|
||||
#kakao_title {margin:0 0 20px}
|
||||
|
||||
/* 쇼핑몰 이벤트 */
|
||||
#sev {margin:0;padding:0;min-height:150px;list-style:none}
|
||||
#sev li {position:relative;margin:-1px 0 0;border-bottom:1px solid #e9e9e9}
|
||||
|
||||
Reference in New Issue
Block a user