묻고답하기

게시판 본문에 제목 들어가는부분을

문의 <=이걸루 자동으로 고정되게 하고 싶은데요

어디를 어떻게 고쳐야 할까요?ㅠㅠ


또 제목을 고정시키면 제목을 변경 불가능 하게도 할수가 있을까요?


아시는분들 꼭좀 답변좀 주세요 ㅠㅠ

8401437_l.gif





<!--@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>


<div class="btnArea">

<input class="btn" type="submit" value="{$lang->cmd_registration}" />

<span class="etc">

<!--@if(!$oDocument->isExists() || $oDocument->get('status') == 'TEMP')-->

<button class="btn" type="button" onclick="doDocumentSave(this)">{$lang->cmd_temp_save}</button>

<button class="btn" type="button" onclick="doDocumentLoad(this)">{$lang->cmd_load}</button>

<!--@end-->

</span>

</div>


    </form>

<!--#include("_footer.html")-->


글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
saramjh 사이트 메일기능이 작동되지않습니다. [1] 2015.04.09 by 메가IDC
JAYLEEKOREA 이 게시판 이름 아시는 분 있으신가요? [2] file 2015.04.09 by JAYLEEKOREA
김동하123 1,8로 업데이트 안됩니다. [3] 2015.04.09 by Luatic™
파랑새5914b 관리자 설정 저장하면 메인으로 이동해요  
컴박살 인증메일관련 보내는사람 바꾼는법좀 알려 주세요 [1] 2015.04.09 by 컴박살
김동하123 xeicon은 어느 폴더에 넣어야 하나요? [1] 2015.04.09 by 이즈야
몽실아빠 1.8에서 새로 생겼다는 메시지스킨 ? [5] 2015.04.09 by socialskyo
엘라0819 첨부파일 다운로드 횟수 오류  
김동하123 1.8에서 에디터가 추가 된 것인가요? 아니면 바뀐 것인가요? [2] 2015.04.09 by 김동하123
컴박살 $oDocument 이변수로는 게시판이름을 뽑아 올수 없나요? [2] 2015.04.09 by 컴박살
nooasz 도메인 포워딩 할시.. [2] 2015.04.09 by nooasz
마래바 다국어 구축 내용은 구글 검색 등에서 제외되는 건가요? [1] 2015.04.09 by 마래바
crebill 소셜로그인의 소셜로그아웃 API 도 제공하는가요? [3] 2015.04.09 by crebill
박테리아4f2e2 XE 외부환경에서 접속 시 로그인이 안되네요. [3] 2015.04.09 by 박테리아4f2e2
김동하123 제발 좀 알려주세요!!!!!!!!!!!!!!!!!!!! [8] 2015.04.09 by 김동하123
김동하123 분류가 많을 경우 이렇게 겹치는데 어디를 만져야 하나요? [2] file 2015.04.09 by 김동하123
xe이용자 흠 .. 도와주세용 [1] 2015.04.09 by xe이용자
스물일곱개의당근 z-index 가 안먹히는 이유가 무엇일까요? (사진첨부) [3] file 2015.04.09 by BJ람보
엘디일 마켓플레이스 모듈의 연락처연동 오류 문의입니다.ㅠ  
썰레발리오 여러개의 가상도메인을 사용시, 구글봇 방문 차단 법