일반게시판 일부수정 및 현재접속자 스킨 작업

This commit is contained in:
whitedot
2012-12-04 14:18:27 +09:00
parent 467f83c4f1
commit b31111a2fa
9 changed files with 50 additions and 57 deletions

View File

@ -109,7 +109,7 @@ ob_end_flush();
}
}
?>
<ul>
</ul>
</section>
<section>

View File

@ -31,7 +31,7 @@ var char_max = parseInt(<?=$comment_max?>); // 최대
<article>
<header>
<h1><?=$list[$i]['name']?>님의 댓글</h1>
<a name="c_<?=$comment_id?>"></a>
<a id="c_<?=$comment_id?>"></a>
<dl>
<dt>아이피</dt>
<dd><? if ($is_ip_view) { echo $list[$i]['ip'];} ?></dd>
@ -78,8 +78,8 @@ var char_max = parseInt(<?=$comment_max?>); // 최대
<? if ($is_guest) { ?>
<label for="wr_name">이름</label> <input type="text" id="wr_name" name="wr_name" maxLength="20" size="10" required>
<label for="wr_password">패스워드</label> <input type="password" id="wr_password" name="wr_password" maxLength="20" size="10" required>
<img id="kcaptcha_image" />
<input type="input" name="wr_key" title="왼쪽의 글자를 입력하세요." size="10" required>
<img id="kcaptcha_image" alt="" />
<input type="text" name="wr_key" title="왼쪽의 글자를 입력하세요." size="10" required>
<? } ?>
<input type="checkbox" id="wr_secret" name="wr_secret" value="secret">비밀글
<? if ($comment_min || $comment_max) { ?><span id="char_count"></span>글자<?}?>

View File

@ -110,7 +110,7 @@ if ($option) {
<tr>
<th scope="row"><label for="wr_content">내용</label></th>
<td>
<textarea id="wr_content" id="wr_content" name="wr_content" required <? if ($write_min || $write_max) { ?>onkeyup="check_byte('wr_content', 'char_count');"<?}?>><?=$content?></textarea>
<textarea id="wr_content" name="wr_content" required <? if ($write_min || $write_max) { ?>onkeyup="check_byte('wr_content', 'char_count');"<?}?>><?=$content?></textarea>
<? if ($write_min || $write_max) { ?><span id="char_count"></span>글자<?}?>
<? if ($write_min || $write_max) { ?><script> check_byte('wr_content', 'char_count'); </script><?}?>
</td>
@ -129,7 +129,7 @@ if ($option) {
<tr>
<th scope="row"><label for="">파일첨부</label></th>
<td>
<table id="variableFiles" cellpadding=0 cellspacing=0></table><?// print_r2($file); ?>
<table id="variableFiles"></table><?// print_r2($file); ?>
<script>
var flen = 0;
function add_file(delete_code)
@ -205,13 +205,13 @@ if ($option) {
</table>
<? if ($is_guest) { ?>
<div id="captcha">
<fieldset id="captcha">
<legend>자동등록방지</legend>
<div><img id='kcaptcha_image' /></div>
<div><img id="kcaptcha_image" alt="" /></div>
<label for="wr_key">자동등록방지</label>
<input type="input" id="wr_key" name="wr_key" required>
<input type="text" id="wr_key" name="wr_key" required>
왼쪽의 글자를 입력하세요.
</div>
</fieldset>
<? } ?>
<div class="btn_confirm">