5.3 버전 내용 적용

This commit is contained in:
thisgun
2018-03-30 18:12:51 +09:00
parent 8c458841d5
commit dc15e1929d
1037 changed files with 49211 additions and 21238 deletions

View File

@ -5,35 +5,34 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
add_stylesheet('<link rel="stylesheet" href="'.$member_skin_url.'/style.css">', 0);
?>
<div id="scrap_do" class="new_win mbskin">
<div id="scrap_do" class="new_win">
<h1 id="win_title">스크랩하기</h1>
<form name="f_scrap_popin" action="./scrap_popin_update.php" method="post">
<input type="hidden" name="bo_table" value="<?php echo $bo_table ?>">
<input type="hidden" name="wr_id" value="<?php echo $wr_id ?>">
<div class="form_01">
<h2 class="sound_only">제목 확인 및 댓글 쓰기</h2>
<ul>
<li class="scrap_tit">
<span class="sound_only">제목</span>
<?php echo get_text(cut_str($write['wr_subject'], 255)) ?>
</li>
<li>
<label for="wr_content">댓글</label>
<textarea name="wr_content" id="wr_content""></textarea>
</li>
</ul>
<p class="win_desc">
스크랩을 하시면서 감사 혹은 격려의 댓글을 남기실 수 있습니다.
</p>
<div class="tbl_frm01 tbl_wrap">
<table>
<caption>제목 확인 및 댓글 쓰기</caption>
<tbody>
<tr>
<th scope="row">제목</th>
<td><?php echo get_text(cut_str($write['wr_subject'], 255)) ?></td>
</tr>
<tr>
<th scope="row"><label for="wr_content">댓글</label></th>
<td><textarea name="wr_content" id="wr_content"></textarea></td>
</tr>
</tbody>
</table>
<div class="win_btn">
<input type="submit" class="btn_submit" value="스크랩 확인">
</div>
</div>
<p class="win_desc">
스크랩을 하시면서 감사 혹은 격려의 댓글을 남기실 수 있습니다.
</p>
<div class="win_btn">
<input type="submit" class="btn_submit" value="스크랩 확인">
</div>
</form>
</div>