묻고답하기

제목 없음.png

 

저 빨간 박스가 원래 원문 댓글이거든요

댓글을 수정하려고 누르면 갑자기 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-->

태그 연관 글
  1. [2018/06/15] 묻고답하기 가변형 반응형 홈페이지 수정 문의 드립니다 by 김리
  2. [2018/06/08] 웹마스터 팁 도메인 변경 또는 설치 폴더 변경시 이미지 주소변경하기 by 해피정닷컴
  3. [2018/01/02] 묻고답하기 페이지(위젯) 무제한 생성 안되는 문제, 도움 주십시요. by 지나김 *1
  4. [2017/12/08] 묻고답하기 DIV 안에 DIV 넣기 질문 by 초보의도전 *4
글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
djdisodo 게시판 생성불가 [1] file 2017.09.04 by SimpleCode
APAPAPAP addon legend에 대해 [1] 2017.09.04 by SimpleCode
요거트 다국어 영문 게시판 이용방법 ㅠㅠ [1] 2017.09.03 by HowtoXE
SpeaC 확장변수에있는 날짜가 지나면 제목 색 변경.. [1] 2017.09.03 by HowtoXE
하시아 SSL 인증서 관련 문의드립니다 [1] 2017.09.03 by HowtoXE
qwertylife 위젯 page 코드를 직접 수정하는 방법 [1] 2017.09.03 by HowtoXE
AimJin 관리자 페이지 사이트 편집 부분에 사이트맵이 전부 보이지 않아요. [1] 2017.09.03 by HowtoXE
쥬르 게시판 관리자 모드 map태그 [1] 2017.09.03 by HowtoXE
김나드리이 FileHandler.class.php on line 527 에러.. [1] 2017.09.03 by HowtoXE
da004 글 작성자의 댓글 수도 같이 표시되도록 할 수 있나요? [1] 2017.09.03 by HowtoXE
Jay sweet mobile 레이아웃 수정문의드립니다. [2] 2017.09.02 by Jay
이지한 꼭 알려주세요 ㅠㅠ 사이드메뉴에 쇼핑몰 카테고리별로 넣고싶습니다. [1] file 2017.09.02 by 배르만
qwertylife 이정도 서버면 좋은 서버인가요? [1] 2017.09.02 by 배르만
qwertylife 가상 호스트 사용시 데이터베이스 문제 [1] 2017.09.02 by 배르만
스포티 관리자계정 [2] 2017.09.01 by 스포티
workner56 섬네일 문제 생겼어요. [4] file 2017.08.31 by workner56
사르나트 모바일 댓글 에디터 <p> 태그 노출 문제  
사르나트 포인트 모듈을 쓰고 있는데, 댓글에 추천 비추천은 포인트가 적용 안되나요? [2] 2017.08.31 by 사르나트
skySongHN 웹페이지 오류관련하여 질문 드립니다ㅠㅠ [4] 2017.08.31 by skySongHN
play1234 트위터나 유투브 주소만 복사해도 뜨게 하고 싶어요. [1] 2017.08.31 by sejin7940
피올 세션, 캐쉬파일 정리중에 사이트 사라짐;; [1] 2017.08.31 by sejin7940
요거트 1.8.43 업데이트 후 부터 유투브 자동 삽입 애드온이 안됩니다. [8] 2017.08.31 by 헨델8
uppylook 예약 모듈 카카오톡 연동 개발  
자손만대 Core 업데이트했는데 기존에 있던 J쿼리랑 충돌하는듯 [2] 2017.08.30 by 자손만대
ksm**** 모바일 스케치북..빵조각 공백 [2] file 2017.08.28 by ksm****
스마트류 www.도메인과 그냥 도메인 접속시 하나는 로그인이 안되는 현상? [2] 2017.08.28 by 켄시로
DJKain 닷홈 호스팅 사용중인데요 PHP allow_url_fopen 이게 OFF 로 되있는데 사용할 방법이 있나요? [1] 2017.08.28 by sejin7940
x**** URL. 로그인 에러 [1] file 2017.08.28 by sejin7940
나도야인젠 xe설치 [2] file 2017.08.28 by 나도야인젠
gaw**** 레이아웃 바꾸기 [1] 2017.08.28 by DoorWeb