사용자: 영역별 주석 처리 완료

This commit is contained in:
whitedot
2013-06-28 15:12:08 +09:00
parent d74b078ec3
commit 999371c47f
36 changed files with 592 additions and 519 deletions

View File

@ -11,16 +11,19 @@ else {
}
?>
<!-- 쪽지보기 시작 { -->
<link rel="stylesheet" href="<?php echo $member_skin_url ?>/style.css">
<div id="memo_view" class="new_win">
<h1 id="new_win_title"><?php echo $g4['title'] ?></h1>
<!-- 쪽지함 선택 시작 { -->
<ul class="new_win_ul">
<li><a href="./memo.php?kind=recv">받은쪽지</a></li>
<li><a href="./memo.php?kind=send">보낸쪽지</a></li>
<li><a href="./memo_form.php">쪽지쓰기</a></li>
</ul>
<!-- } 쪽지함 선택 끝 -->
<article id="memo_view_contents">
<header>
@ -52,4 +55,5 @@ else {
<a href="./memo.php?kind=<?php echo $kind ?>">목록보기</a>
<button type="button" onclick="window.close();">창닫기</button>
</div>
</div>
</div>
<!-- } 쪽지보기 끝 -->