묻고답하기

제목 없음.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 남기남
orangetree89 제목이 없는 페이지가 59%?  
코딩펀 댓글을 스큰 형태로 가져오는 방법을 찾고 있어요!  
다탱 메모장 스킨 모바일에선 엔터표시가 제대로 먹혀서 줄 바꾸기가 되는데 PC버전에선 그게 안돼요  
원이아빠 출석부모듈 시간조정 부분 php 가 어디인가요 ? [1] 2017.06.30 by HowtoXE
파란촌놈 악성 글이 너무 많이 올라와서... [1] file 2017.06.30 by HowtoXE
친절한상담원 xe게시판에 스팸글 지우는 방법을 좀 알려주세요. [1] file 2017.06.30 by HowtoXE
다탱 이거 도대체 왜이러는걸까요.. 방명록 스킨 댓글 수정 시 나타나는 창에 이상한 태그들이 자동으로 나타나요 file  
김병욱 위키의 마이그레이션이 가능한가요? [1] 2017.06.30 by HowtoXE
mkp9**** UI단을 부트스트랩으로 디자인 할 수 있는지 궁금합니다. [1] 2017.06.30 by HowtoXE
홍홍홍 홈페이지 외부 노출 관련 [1] 2017.06.30 by HowtoXE
친절한상담원 PHP5.5 게시판 스팸글 조치방법 [2] file 2017.06.30 by 친절한상담원
쪼꼬마니 업데이트 후 관리자 로그인이 안되요.. ㅠㅠ [1] file 2017.06.30 by Luatic™
튜닝셀프 로그인 에러가 뜹니다.  
꿈틀잉 사이트맵에서 게시판 링크 모듈이름이 갱신이 안됩니다.  
S#arp DoorWeb 레이아웃과 그외 질문 입니다. [1] file 2017.06.29 by S#arp
Miuna3 짧은주소 질문드립니다. [2] 2017.06.29 by 블루카이
보따리c28f1 스케치북 웹진형의 문의드립니다. file  
달리다굼 탭메뉴를 클릭하면 글자가 사라집니다. [2] 2017.06.29 by 달리다굼
Riri pdf를 새창열기 말고 다운로드되게 하고싶습니다. [1] file 2017.06.29 by sejin7940
zxt**** 스케치북 방명록에서 댓글 작성시 바로 확인하는법  
파란촌놈 게시판 스킨에 대한 질문입니다. [3] 2017.06.28 by 파란촌놈
KimTAJO nginx에서 access.log 살펴보신분 혹시 있으신가요?  
리즈러브 슬라이더 질문입니다.  
유주스토어2 스케치북 게시판의 목록화면에 글쓴이 부분의 영역을 늘리고 싶습니다. file  
운현 게시판 및 페이지 글쓰기/수정 오류 [1] file 2017.06.28 by sejin7940
koll**** 게시판 검색 내용(제목+내용, 내용)에 확장변수 추가 가능여부 문의 [1] 2017.06.28 by sejin7940
김남진 xe 경로지정 문의 [1] 2017.06.28 by sejin7940
LogosSound 안녕하세요 게시판 비밀번호 필수값 때문에 급하게 연락드립니다. [1] 2017.06.28 by sejin7940
초보덕 커뮤니티 레이아웃 추천 부탁합니다! [5] 2017.06.28 by 초보덕
스포츠인생 new 아이콘 관련 문재 file