묻고답하기


글을 작성할때
제목을 무조건 문의합니다.<==========  이렇게 하려면 
다음 소스에서 어디를 어떻게 고쳐주어야 할까요?ㅠㅠ
제목을 수정도 안되게 문의합니다로 고정하고 싶은데 방법을 모르겠습니다.

<!--@if($module_info->use_category=="Y")-->
<select name="category_srl" class="category">
<option value="">{$lang->category}</option>
<!--@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->title} ({$val->document_count})
</option>
<!--@endforeach-->
</select>
<!--@endif-->
<!--@if($oDocument->getTitleText())-->
<input type="text" name="title" id="postTitle" class="iText" value="{htmlspecialchars($oDocument->getTitleText())}" />
<!--@else-->
<input type="text" name="title" id="postTitle" class="iText" value="{$lang->title}" title="{$lang->title}" onfocus="if(this.value==this.title) this.value='';" />
<!--@end-->
        <!--@if($is_logged)-->
        <button class="btn" type="button" onclick="doDocumentLoad(this)">{$lang->cmd_load}</button>
        <!--@end-->
</div>

    <!--@if(count($extra_keys))-->
    <table border="1" cellspacing="0" summary="Extra Form" class="extraVarsList">
<caption><em>*</em> : {$lang->is_required}</caption>
    <!--@foreach($extra_keys as $key => $val)-->
    <tr>
        <th scope="row">{$val->name} <!--@if($val->is_required=='Y')--><em>*</em><!--@end--></th>
        <td>{$val->getFormHTML()}</td>
    </tr>
    <!--@endforeach-->
    </table>
    <!--@endif-->

    <div class="editor">{$oDocument->getEditor()}</div>

    <div class="tag">
        <input type="text" name="tags" value="{htmlspecialchars($oDocument->get('tags'))}" class="iText" title="Tag" />
<p>{$lang->about_tag}</p>
    </div>

<div class="editOption">
<!--@if(!$is_logged)-->
  <input type="text" name="nick_name" class="iText userName" value="{$lang->writer}" title="{$lang->writer}" onfocus="if(this.value==this.title)this.value='';return false;" />
  <input type="password" name="password" class="iText userPw" value="{$lang->password}" title="{$lang->password}"  onfocus="if(this.value==this.title)this.value='';return false;" />
  <input type="text" name="email_address" class="iText emailAddress" value="{$lang->email_address}" title="{$lang->email_address}"  onfocus="if(this.value==this.title)this.value='';return false;" />
  <input type="text" name="homepage" class="iText homePage" value="{$lang->homepage}" title="{$lang->homepage}"  onfocus="if(this.value==this.title)this.value='';return false;" />
<!--@end-->
        <!--@if($grant->manager)-->
        {@ $_color = array('555555','222288','226622','2266EE','8866CC','88AA66','EE2222','EE6622','EEAA22','EEEE22') }
        <select name="title_color" id="title_color" <!--@if($oDocument->get('title_color'))-->style="color:#{$oDocument->get('title_color')};"<!--@end--> onchange="this.style.color=this.options[this.selectedIndex].style.color;">
<option value="" style="color:#CCCCCC;">{$lang->title_color}</option>
<!--@foreach($_color as $_col)-->
<option value="{$_col}" style="color:#{$_col}" <!--@if($oDocument->get('title_color')==$_col)-->selected="selected"<!--@end-->>{$lang->title_color}</option>
<!--@endforeach-->
</select>
<input type="checkbox" name="title_bold" id="title_bold" value="Y" <!--@if($oDocument->get('title_bold')=='Y')-->checked="checked"<!--@end--> />
<label for="title_bold">{$lang->title_bold}</label>
<input type="checkbox" name="is_notice" value="Y" <!--@if($oDocument->isNotice())-->checked="checked"<!--@end--> id="is_notice" />
<label for="is_notice">{$lang->notice}</label>
        <!--@endif-->
<input type="checkbox" name="comment_status" value="ALLOW" <!--@if($oDocument->allowComment())-->checked="checked"<!--@end--> id="comment_status" />
<label for="comment_status">{$lang->allow_comment}</label>
<input type="checkbox" name="allow_trackback" value="Y" <!--@if($oDocument->allowTrackback())-->checked="checked"<!--@end--> id="allow_trackback" />
<label for="allow_trackback">{$lang->allow_trackback}</label>
<!--@if($is_logged)-->
<input type="checkbox" name="notify_message" value="Y" <!--@if($oDocument->useNotify())-->checked="checked"<!--@end--> id="notify_message" />
<label for="notify_message">{$lang->notify}</label>
        <!--@end-->
<!--@if(is_array($status_list))-->
<!--@foreach($status_list AS $key=>$value)-->
<input type="radio" name="status" value="{$key}" id="{$key}" <!--@if($oDocument->get('status') == $key || ($key == 'SECRET' && !$document_srl))-->checked="checked"<!--@end--> /> 
<label for="{$key}">{$value}</label>
<!--@end-->
<!--@end-->
    </div>
글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
thdwjdtjr 스케치북 게시판을 사용중 여백 없애는 방법을 ? [2] file 2015.04.10 by thdwjdtjr
J_Mam 동영상을 팝업에 넣고 싶은데요ㅜㅜ  
JinkPark 서버이전 이후 레이아웃스킨 수정이 안됩니다. [2] file 2015.04.10 by JinkPark
Azpi 모바일뷰를 사용하지 않는데 모바일에 최적화된 화면보기 문구가 뜹니다 [3] 2015.04.10 by Azpi
열수학 조언 부탁드려요 ^^ 페이지 제작 [3] file 2015.04.10 by 한꼬마
yjb0714 라이선스 관련 질문 입니다 [2] 2015.04.10 by yjb0714
명민국 한번더 질문을....드립니다 [2] 2015.04.10 by 명민국
putty default게시판 첨부 버튼클릭 이벤트 관련 질문입니다. [2] file 2015.04.10 by 하늘희
yehmr XEICON 을 문서에서 사용하려면 [1] 2015.04.09 by Ikoo
보소보소 게시판에 글 작성시 줄이 생깁니다, 도와주세요.. [2] file 2015.04.09 by 보소보소
동구는공부중 xe초보입니다. 메인메뉴바에 앵커(해당페이지 해당위치이동)설정하는 방법좀....  
hwuiwon 레이아웃 변경이 되지않습니다 [해결했습니다] [2] file 2015.04.09 by hwuiwon
엘디일 글 작성시 자신의 연락처를 자동으로 보여주고 등록할수 있는기능 질문입니다.  
XE모듈 디도스 때문에 질문합니다. [1] 2015.04.09 by 메가IDC
chlrudghks78 비로그인으로 게시판 글 작성시, 하단부 이메일 입력창을 필수로 설정하는 방법 있을까요? file  
MF천월 게시판을 트위터와 연동하여 유저들이 글을쓸수있는 에드온이나 위젯이있을까요  
제이슨FK [긴급] 로그인 시도시 HTTP 500 오류 [1] file 2015.04.09 by 메가IDC
saramjh 사이트 메일기능이 작동되지않습니다. [1] 2015.04.09 by 메가IDC
JAYLEEKOREA 이 게시판 이름 아시는 분 있으신가요? [2] file 2015.04.09 by JAYLEEKOREA
김동하123 1,8로 업데이트 안됩니다. [3] 2015.04.09 by Luatic™