묻고답하기

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

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

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


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


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

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 남기남
허허길드짱 게시물 자동복사가 가능한가요? [1] 2014.06.17 by Double'U'
ksjksj 회원 html 권한 부여 [1] 2014.06.17 by 몽실아빠
프로개미 게시판의 분류에 따라서 기본양식이 바뀌게 만들고자 합니다. [1] 2014.06.17 by 프로개미
bonui scm 플레이어 사용시 주소고정 [4] 2014.06.17 by bonui
꽃뀨 사이트맵을 추가하려고보니 모든 창이 활성화가 되서 클릭이 안되요 ㅜㅜ [1] file 2014.06.17 by DoorWeb
가르송 xe2009버전 게시판 수정방법 [1] file 2014.06.17 by O'^'O
몽실아빠 추천 클릭효과음으로 쓸 음원좀... [1] 2014.06.17 by O'^'O
minimoog 모바일에서 첨부파일 다운로드 문제요. [1] 2014.06.17 by O'^'O
oscarmike 모바일 컨텐츠 위젯의 댓글출력부분 수정하는 방법?? [2] file 2014.06.17 by oscarmike
mAKEkr XE내에 XML 해석하는 클래스가 무엇인가요? [3] 2014.06.17 by O'^'O
히상궁 데이터 이전툴 사용시 xml파일이 다운이 되지 않습니다. [5] file 2014.06.17 by O'^'O
bonui 댓글이나 대댓글쓸때 페이지가 바뀌는 현상 [3] 2014.06.17 by DoorWeb
putty XE 에선 로그인 검증을 어떤 절차로 하나요? (내용 상세) [2] file 2014.06.17 by putty
aclock 게시판 상단내용 추가 답변좀 부탁드려요!! [4] 2014.06.17 by DoorWeb
geogeo123 아래와 같은 스킨 없을까요 ??? [2] 2014.06.17 by 퍼니엑스이
dd_b ' 제로보드 XE로 홈페이지 쇼핑몰 만들기'라는 책이 도움되나요? [3] 2014.06.17 by mAKEkr
putty 웹마스터 메일 이란걸 어디서 확인하죠? [1] 2014.06.17 by 몽실아빠
날마다좋은날 첨부파일로 업로드하면 자동저장이 돼버리는건 왜 그럴까요?  
XE초보자입니다 메뉴를 고정 후 스크롤시 고정된 상태로 보이는 방법? [1] file 2014.06.17 by DoorWeb
1Bit 해외 호스팅 고대디(Godaddy) 간헐적인 페이지 연결 오류 [3] 2014.06.17 by Luatic™
tiram2sue XE에서 github같은 시스템을 구축하고 싶습니다. [2] 2014.06.18 by tiram2sue
O'^'O 작업하다 문득 궁금한게 생겨서... [3] 2014.06.18 by Happyphp
SuBlime XE 2010 Gallery 스킨 목록에서 작성일 지우기 [3] 2014.06.18 by 너마늘위해
나만의너 아이콘샵 모듈에서 구입하면 x박스가 나와요 [1] 2014.06.18 by 나만의너
코코팜77 좌측 여백 배너 넣기 해답좀 주실 분 [1] file 2014.06.18 by 똑디
zkffktm 게시판리스트 섬네일 표현 방법.. [1] file 2014.06.18 by 똑디
LinkinPark 제로보드 설치후부터 계속 막히네요.. 레이아웃 스킨 적용 질문입니다. [1] 2014.06.18 by bonui
까뚜2 쇼핑몰을 운영시 XE 수준에대해서 질문드립니다 [3] 2014.06.18 by 몽실아빠
이대성680 로그인이 풀려버립니다. [7] 2014.06.18 by 이대성680
socialskyo webcron 기능이 동작안해서그런데...사이트 접속할떄마다 FTP에 있는 특정 php를 실행시킬순 없을까요? [4] 2014.06.18 by 퍼니엑스이