묻고답하기

 

 

xe v3 default 의 write form 인데요..

 

제목 과 내용에 미리 내용을 삽입 하고픈데,, 어디를 손 봐야 되는지요?

제목 안에는 " 신청 합니다"

내용에느 " 추가 내용 입력 하세요"   

 

이렇게 하고픈데요....  

아시는분 알려 주시면 고맙겠습니다.

 

 

<include target="_header.html" />
<form action="./" method="post" onsubmit="return procFilter(this, window.insert)" class="board_write">
 <input type="hidden" name="mid" value="{$mid}" />
 <input type="hidden" name="content" value="{$oDocument->getContentText()}" />
 <input type="hidden" name="document_srl" value="{$document_srl}" />
 <div class="write_header">
  <select name="category_srl" cond="$module_info->use_category=='Y'">
   <option value="">{$lang->category}</option>
   <option loop="$category_list => $val" disabled="disabled"|cond="!$val->grant" value="{$val->category_srl}" selected="selected"|cond="$val->grant&&$val->selected||$val->category_srl==$oDocument->get('category_srl')">
    {str_repeat("&nbsp;&nbsp;",$val->depth)} {$val->title} ({$val->document_count})
   </option>
  </select>
  <input cond="$oDocument->getTitleText()" type="text" name="title" class="iText" title="{$lang->title}" value="{htmlspecialchars($oDocument->getTitleText())}" />
  <input cond="!$oDocument->getTitleText()" type="text" name="title" class="iText" title="{$lang->title}" />
  <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>
 </div>
    <div class="exForm" cond="count($extra_keys)">
  <table cond="count($extra_keys)" border="1" cellspacing="0" summary="Extra Form">
   <caption><em>*</em> : {$lang->is_required}</caption>
   <tr loop="$extra_keys=>$key,$val">
    <th scope="row"><em cond="$val->is_required=='Y'">*</em> {$val->name}</th>
    <td>{$val->getFormHTML()}</td>
   </tr>
  </table>
 </div>
    <div class="write_editor">
  {$oDocument->getEditor()}
 </div>
 <div class="write_footer">
  <div class="write_option">
   <block cond="$grant->manager">
    <input type="checkbox" name="title_bold" id="title_bold" class="iCheck" value="Y" checked="checked"|cond="$oDocument->get('title_bold')=='Y'" />
    <label for="title_bold">{$lang->title_bold}</label>
   </block>
   <input cond="$module_info->secret=='Y'" type="checkbox" name="is_secret" class="iCheck" value="Y" checked="checked"|cond="$oDocument->isSecret()" id="is_secret" />
   <label cond="$module_info->secret=='Y'" for="is_secret">{$lang->secret}</label>
            <input type="checkbox" name="comment_status" class="iCheck" value="ALLOW" checked="checked"|cond="$oDocument->allowComment()" id="comment_status" />
            <label for="comment_status">{$lang->allow_comment}</label>
            <input type="checkbox" name="allow_trackback" class="iCheck" value="Y" checked="checked"|cond="$oDocument->allowTrackback()" id="allow_trackback" />
            <label for="allow_trackback">{$lang->allow_trackback}</label>
   <block cond="$is_logged">
    <input type="checkbox" name="notify_message" class="iCheck" value="Y" checked="checked"|cond="$oDocument->useNotify()" id="notify_message" />
    <label for="notify_message">{$lang->notify}</label>
   </block>
   <!--@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 == 'PUBLIC' && !$document_srl))-->checked="checked"<!--@end--> />
    <label for="{$key}">{$value}</label>
    <!--@end-->
   <!--@end-->
  </div>
  <div class="write_author">
   <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:80px" 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:80px" />
   </span>
   <span class="item" cond="!$is_logged">
    <label for="homePage" class="iLabel">{$lang->homepage}</label>
    <input type="text" name="homepage" id="homePage" class="iText homePage"  style="width:140px"value="{htmlspecialchars($oDocument->get('homepage'))}" />
   </span>
   <span class="item">
    <label for="tags" class="iLabel">{$lang->tag}: {$lang->about_tag}</label>
    <input type="text" name="tags" id="tags" value="{htmlspecialchars($oDocument->get('tags'))}" class="iText" style="width:300px" title="Tag" />
   </span>  
  </div>
  <div class="btnArea">
   <span class="btn"><input type="submit" value="{$lang->cmd_registration}" /></span>
   <!--@if(!$oDocument->isExists() || $oDocument->get('status') == 'TEMP')-->
   <span cond="$is_logged" class="btn"><button type="button" onclick="doDocumentSave(this);">{$lang->cmd_temp_save}</button></span>
   <span cond="$is_logged" class="btn"><button type="button" onclick="doDocumentLoad(this);">{$lang->cmd_load}</button></span>
   <!--@end-->
  </div>
 </div>
</form>
<include target="_footer.html" />

 

 

 

글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
디아네이라 Fatal error: Call to a member function getAction() on a non-object in /home/hosting_users/...에러ㅓ [3] 2014.06.19 by 디아네이라
qwqwwewe 게시판 ip주소 어떻게 알 수 있나요? [4] 2014.06.19 by qwqwwewe
qwqwwewe 도메인 연결 관련 질문입니다. [2] 2014.06.19 by qwqwwewe
찹싸리901 제로보드4의 로그인 스킨을 XE에서 쓸 수 있나요? [2] 2014.06.19 by 찹싸리901
완전초보5 제로보드 게시판에 업로드가 안되요. [1] 2014.06.19 by DoorWeb
붐업 [초보 질문입니다.]관리자 화면에서 하단 스크립트 입력오류 [4] file 2014.06.19 by 붐업
태성임 게시판 글쓰기문제 [2] 2014.06.19 by XE카오스
몽실아빠 1.7.5 푸시윙 잘 되시나요 ? [4] 2014.06.19 by Double'U'
아니라라 글 작성 시 이미지(사진)용량을 줄여서 첨부할수 있을까요? [2] 2014.06.19 by 아니라라
wans 추천게시물 이동에 대해서 [2] 2014.06.19 by wans
BonaSera recycled 애드온 비추천 동작 방식에 대해서 [11] 2014.06.19 by wans
joel74 XE문제 일까요? 카페24 호스팅 문제 일까요? 통합검색이 안되요 [3] 2014.06.19 by joel74
louie547 SSL 설치 후 '서버에 요청중입니다.' [1] 2014.06.19 by YJSoft
곰탕lol왕자 오류문구 [5] 2014.06.19 by YJSoft
GOCOM xe 설치시 디비 선택 다음 이상증상 [3] 2014.06.19 by YJSoft
조영민1 고수님들 도와주세요~~~~ㅜㅜ file  
최태진814 phpmyadmin 에서 import가 않되네요..ㅜ_ㅡ [1] file 2014.06.19 by YJSoft
때린데 또때려 Table 에서 xe_session 를 삭제할려고 합니다. [1] 2014.06.19 by YJSoft
코코코깅 xe 관리자 정보? 도메인 관리자 정보? [2] file 2014.06.19 by 코코코깅
태권아줌마한대맞을래? 익명게시판에서 비밀글 작성후 바로 비밀번호 물어보기 [5] 2014.06.19 by 태권아줌마한대맞을래?