사용자: 멤버스킨 basic kcpcert 동기화

This commit is contained in:
whitedot
2013-03-13 16:49:11 +09:00
parent 639e2eba42
commit 8078e36e06
24 changed files with 213 additions and 161 deletions

View File

@ -12,7 +12,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
</ul>
<div class="cbox">
<form name="fmemoform" action="./memo_form_update.php" onsubmit="return fmemoform_submit(this);"method="post" autocomplete="off">
<form name="fmemoform" action="./memo_form_update.php" onsubmit="return fmemoform_submit(this);" method="post" autocomplete="off">
<table class="frm_tbl">
<caption>쪽지쓰기</caption>
<tbody>
@ -25,7 +25,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
</tr>
<tr>
<th scope="row"><label for="me_memo">내용</label></th>
<td><textarea name="me_memo" id="me_memo" required><?=$content?></textarea></td>
<td><textarea name="me_memo" id="me_memo" required class="required"><?=$content?></textarea></td>
</tr>
<tr>
<th scope="row">자동등록방지</th>