묻고답하기

제목 없음.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 남기남
ZEIN 한줄메모 입력칸을 한줄 -> 여러줄 입력칸으로 변경  
하나보드 회원정보 개별 수정 가능한지요? file  
최하연 문서 권한 애드온 적용 후 게시글 쓰기 버튼이 안 됩니다  
hello****39128 메인페이지를 로그인 창으로 하고 싶습니다. [1] 2017.07.30 by HowtoXE
후이 메모 게시판에서 댓글 첨부해도 상단으로 이동 안 하게 [1] 2017.07.30 by HowtoXE
lark007 잘되던 게시판 글쓰기/수정 시 에디터 오류(?) [5] file 2017.07.29 by 동가
금메달 견적 및 실력있는 프리랜서 확인 [1] 2017.07.28 by DoorWeb
미슬렌키 메뉴별 DIV를 여러게 줄수 있는 방법은 없나요? [2] 2017.07.28 by 미슬렌키
인팡 jQuery tab 질문(초보자) [1] 2017.07.28 by DoorWeb
박취 default 레이아웃 메뉴 변경.. [3] 2017.07.28 by DoorWeb
세츠나 홈페이지 데이터 백업 및 이전에 관하여..  
오이지 도메인 하나로 xe그대로 이용하면서 쇼핑몰도 접목시키는 게 가능할까요? [1] 2017.07.28 by 똑디
mingeun 학과 단위 홈페이지 개설시 XE 라이센스 관련 [4] 2017.07.27 by mingeun
미슬렌키 3일간 고민하고 검색해봐도 도저히 답이 나오질 않아 질문합니다.  
오이지 '스케치북5' 이용시 썸네일 제목 관련 문의 [3] file 2017.07.27 by 오이지
버디구루 설정 오류 [1] 2017.07.27 by 버디구루
한닥터 로그인이 안되는 이유가 뭘까요? [2] 2017.07.27 by 한닥터
정원진284 게시판 글이 안써지네요 ㅠㅠ... [1] file 2017.07.27 by 기진곰
ksm**** 애드센스를 사이드바에 다는방법?? [1] 2017.07.26 by 씨지크
odenwar 게시판의 태그를 통합관리 할 수 있을까요? [1] 2017.07.26 by 씨지크
동가 DB 테이블 생성에 실패했습니다. [1] file 2017.07.26 by 동가
홍돼지223 스케치북 모바일스킨에서 댓글 안달리는 문제. [1] 2017.07.26 by 오이지
리로로코 누리고 장바구니 모듈 결제폼 추가시 에러 [2] 2017.07.25 by 도와주세요
도와주세요 누리고 결제폼관리(새그룹 추가) 오류  
NuclearSilo 서버이전 후 레이아웃 수정이 되지 않습니다. [2] 2017.07.25 by NuclearSilo
열라정수 [제발 부탁드려요]Content 위젯 기본 스킨(default) 게시물 제목이 잘리는 현상. [2] file 2017.07.25 by 열라정수
별님왕자 모바일 index페이지 오류 [4] file 2017.07.25 by 별님왕자
jcny81 모바일 레이아웃, 게시판 스킨 뭐 쓰시나요? 추천해주세요~  
G2RRARD 비로그인시 위젯페이지 초기화면 레이아웃(?) 오류 [1] file 2017.07.24 by G2RRARD
NuclearSilo 로그인 후 다른 사이트로 넘어가요 [1] 2017.07.24 by sejin7940