묻고답하기
이거 도대체 왜이러는걸까요.. 방명록 스킨 댓글 수정 시 나타나는 창에 이상한 태그들이 자동으로 나타나요
2017.06.30 15:55
저 빨간 박스가 원래 원문 댓글이거든요
댓글을 수정하려고 누르면 갑자기 Before~~~저 소스들이 쫘르륵 뜹니다...
어느 파일에서 어느 부분을 수정해야 될까요..ㅠㅠ
제발 도와주세요ㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠ
밑은 해당 스킨의 write_form 소스들입니다
<!--@if($oDocument->isExists())-->
<include target="header.html" />
<h2>{$lang->document}</h2>
<!--@end-->
<load target="filter/insert.xml" />
<form action="./" method="post" onsubmit="return procFilter(this, window.insert)" class="boardWrite">
<input type="hidden" name="mid" value="{$mid}" />
<input type="hidden" name="document_srl" value="{$document_srl}" />
<div class="smWrite" >
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<!--@if($module_info->use_category=="Y")-->
<td style="padding-left:0;">
<select name="category_srl" class="category" style="height:25px; margin-right:5px; border:1px solid #ccc;">
<!--@foreach($category_list as $val)-->
<option <!--@if(!$val->grant)-->disabled="disabled"<!--@endif--> value="{$val->category_srl}" <!--@if($val->grant&&$val->selected||$val->category_srl==$oDocument->get('category_srl'))-->selected="selected"<!--@endif-->>
{str_repeat(" ",$val->depth)} {$val->Content} ({$val->document_count})
</option>
<!--@endforeach-->
</select>
</td>
<!--@endif-->
<td class="wr">
<textarea cond="$oDocument->getContent(false)" name="Content" class="iText" Content="{$lang->Content}" style="width:100%; height:80px;">{htmlspecialchars($oDocument->getContent(false))}</textarea>
<a id="open_nav_link"><textarea cond="!$oDocument->getContent(false)" type="text" name="Content" class="iText" Content="{$lang->Content}" style="width:100%; height:80px; " onclick="toggle_object('write_author'); return false;" onkeyup="resize(this)"/></textarea></a>
</td>
<td align="right" style="text-align:center;">
<button type="submit" Content="{$lang->cmd_registration}" style="width:42px; height:42px; margin-left:10px;"><span style="margin-left:-8px;">등록</span></button>
</td>
</tr>
</table>
<!--@if(!$is_logged)--><div class="open_nav_wrap"><ul id="open_nav" style="display:none;"><!--@end--> <div cond="!$is_logged" id="write_author" style="display:none">
<div class="write_author" cond="!$is_logged" style="margin-left:-34px">
<span class="item" cond="!$is_logged">
<label for="userName" class="iLabel">{$lang->writer}</label>
<input type="text" name="nick_name" id="userName" class="iText userName" style="width:120px" value="{htmlspecialchars($oDocument->get('nick_name'))}" />
</span>
<span class="item" cond="!$is_logged">
<label for="userPw" class="iLabel">{$lang->password}</label>
<input type="password" name="password" id="userPw" class="iText userPw" style="width:120px" />
</span>
</div>
</div><!--@if(!$is_logged)--></ul></div><!--@end-->
<div class="smw_op" >
{@ $_color = array('555555','222288','226622','2266EE','8866CC','88AA66','EE2222','EE6622','EEAA22','EEEE22') }
<!--@if(!$oDocument->isExists())-->
<span class="use_item" style="display:none">
<input type="checkbox" name="allow_comment" class="iCheck" value="Y" <!--@if($oDocument->allowComment())-->checked="checked"<!--@end--> id="reAllow" />
<label for="reAllow" >{$lang->allow_comment}</label>
</span>
<!--@end-->
<!--@if($oDocument->isExists())-->
<span class="use_item" >
<input type="checkbox" name="allow_comment" class="iCheck" value="Y" <!--@if($oDocument->allowComment())-->checked="checked"<!--@end--> id="reAllow" />
<label for="reAllow" >{$lang->allow_comment}</label>
</span>
<!--@end-->
<span class="use_item" cond="$grant->manager">
<input cond="$grant->manager" type="checkbox" name="is_notice" value="Y" class="iCheck" checked="checked"|cond="$oDocument->isNotice()" id="is_notice" />
<label cond="$grant->manager" for="is_notice">{$lang->notice}</label>
</span>
</div>
</div>
</form>
<!--@if($oDocument->isExists())-->
<include target="footer.html">
<!--@end-->
- [2018/06/15] 묻고답하기 가변형 반응형 홈페이지 수정 문의 드립니다
- [2018/06/08] 웹마스터 팁 도메인 변경 또는 설치 폴더 변경시 이미지 주소변경하기
- [2018/01/02] 묻고답하기 페이지(위젯) 무제한 생성 안되는 문제, 도움 주십시요. *1
- [2017/12/08] 묻고답하기 DIV 안에 DIV 넣기 질문 *4