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

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

@ -2,10 +2,11 @@
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
?>
<!-- 쪽지 보내기 시작 { -->
<link rel="stylesheet" href="<?php echo $member_skin_url ?>/style.css">
<div id="memo_write" class="new_win">
<h1 id="new_win_title">쪽지보내기</h1>
<h1 id="new_win_title">쪽지 보내기</h1>
<ul class="new_win_ul">
<li><a href="./memo.php?kind=recv">받은쪽지</a></li>
@ -56,4 +57,5 @@ function fmemoform_submit(f)
return true;
}
</script>
</script>
<!-- } 쪽지 보내기 끝 -->