묻고답하기

제목 없음.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 남기남
인천한량 회원가입폼 래이아웃 사이즈가 이상 합니다 [14] file 2020.05.08 by 인천한량
립샤 고수님들 제발 도와주세요. 창크기에 따라서 위젯 위치가 자꾸 변합니다 [1] 2018.10.15 by 르미
김리 가변형 반응형 홈페이지 수정 문의 드립니다  
지나김 페이지(위젯) 무제한 생성 안되는 문제, 도움 주십시요. [1] 2018.01.03 by SimpleCode
초보의도전 DIV 안에 DIV 넣기 질문 [4] 2017.12.13 by 초보의도전
다탱 이거 도대체 왜이러는걸까요.. 방명록 스킨 댓글 수정 시 나타나는 창에 이상한 태그들이 자동으로 나타나요 file  
쇼퍼 php 5.16 php 5.2 이상으로 업데이트하기  
xe_마니 1픽셀 가로줄 div태그 먹히지 않는 이유  
파도. 스케치북 최근게시물 상단 탭 오른쪽 여백 없애기 file  
xyxyxy 회원이 글 삭제하면 삭제하지 않고 글을 다른 게시판으로 보내기 팁이 적용이 안되어서요 ㅠ [2] 2017.01.10 by xyxyxy
djdisodo "첨부파일을 외부로!" 애드온 질문합니다 [1] 2016.12.11 by 기진곰
baby9999 setTemplateFile를 이용해 페이지 이동시 에러 file  
NoAngel 회원가입 폼과 로그인창 가로 길이 변경이요 [5] 2016.08.07 by NoAngel
94blossom 검색부분을 가운데로 하고싶은데요 어떻게 하는 건가요? [1] file 2016.08.02 by 라자루스
mofatz 홈페이지 속도 저하 및 관리자 로그인 안되는 현상(수정) [4] file 2016.01.12 by mofatz
리인 write_form에서 분류 셀렉트 부분을 라디오 버튼으로 바꿀 순 없을까요? [1] 2015.12.26 by 카이네드
키스미베이베 메뉴 만들기좀 도와주세요 [2] file 2015.11.26 by 키스미베이베
thdwjdtjr 메뉴바를 길게하고자 합니다 [1] file 2015.11.25 by DoorWeb
별별 active 넣는법좀 부탁드려요  
더블엠씨 스케치북 게시판(웹진형 카드디자인)의 목록의 글자를 키우고 싶습니다. 5시간째 방황중입니다 .ㅜㅜ [9] file 2015.07.31 by 더블엠씨