묻고답하기

안녕하세요,


기본게시판 스킨에서 비밀글 기본체크 방법을 알고 싶습니다.

아래는 기본스킨의 write_form.html 파일인데요. 제가 아무리 찾아도 public 기본값 설정은 안보이네요.

도와주세요




<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">

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

<block cond="!$oDocument->isExists() || $oDocument->get('status') == 'TEMP'">

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

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

</block>

</div>

</div>

</form>

<include target="_footer.html" />



글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
느낌아니까 XE 버전업을 하려고 합니다. [1] 2013.10.08 by 컴매냐
낭만구미호 loop를 돌릴때 값이 1개이면 오류가 납니다.  
starlee3 분류관리 도와주세요~!!파이어폭스에서도 안됨!! [2] 2013.10.08 by Kimㅇ.ㅅ
연뒤 [ 찾고있어요 ] html 소스 자동 생성 페이지 - 네이버제공  
veam XE 갤러리 위젯에서 게시판 본문에 추가된 이미지만 띄우는 방법 [1] 2013.10.08 by veam
시온의영광 http 오류 500.0 해결이 너무 어렵네요...  
따뜻한오후 최근게시글 상단 제로보드 타이틀 [1] file 2013.10.08 by sejin7940
dwdw 상단 admin 바 없애는 방법? [1] file 2013.10.08 by sejin7940
레테123 현재 버전 업데이트후 빈페이지만 나옵니다. [1] 2013.10.08 by sejin7940
홍길동친구 사이트맵 2개 일 경우 호출하는 방법? [1] 2013.10.09 by 투씨
구름나무바위 내부 코드를 변경한 경우 업데이트는 어떻게 하나요? [1] 2013.10.09 by 투씨
중복의달인 부츠트랩 최근글보기위젯 질문합니다.궁금한게 넘많네요.. file  
쌤비 게시판 확장 변수를 입력하라고 하는데, 이 확장변수가 어떤거죠? [1] 2013.10.09 by sejin7940
박인영647 모듈 리스트파일에 검색기능 만듣는법쫌 알려주세요~ㅠ.,ㅠ [1] file 2013.10.09 by boonma
중복의달인 게시판의 첨부파일용량제한 일괄변경이가능한가요? [1] 2013.10.09 by 투씨
나의해 배너위젯 질문드립니다 !! [1] 2013.10.09 by Okanari
맛이간넘 재설치후 오류 [1] 2013.10.09 by Okanari
늅늅이 익명 닉네임 색상 [1] 2013.10.09 by Okanari
최영석222 호스팅 서버에 error_log 문제? [1] file 2013.10.09 by Ruatic™
원숭이짱 xe 업데이트 오류 ㅠㅠ [1] 2013.10.09 by Okanari
JIWOO 위젯 내용직접추가에서 이미지를 넣으면 여백이 생깁니다. [1] file 2013.10.09 by 투씨
느낌아니까 xe 최신버전 사용후 홈페이지 상단에 여백이 생겼습니다..ㅠㅠ file  
지우빠 리스트에서 확장변수 내용이 중앙정렬인데 왼쪽으로 정렬을 바꾸고 싶습니다 [1] file 2013.10.09 by sejin7940
윤디 기본게시판 스킨에서 비밀글 기본체크 방법 @딸꾹질 [1] 2013.10.09 by KS
BonaSera 댓글 등록 후 '성공' 메세지 띄우는 법 알고 싶어요 [1] 2013.10.09 by KS
술먹는하마 게시판 외부링크 아이콘 설정하는 방법이요. file  
쌘쓰쟁이 관리자 고급메뉴에 FTP 설정이 안됩니다. [1] 2013.10.09 by 칸자키
Alex 관리자 설정값 레이아웃에서 가져다 쓰기 [1] 2013.10.10 by sejin7940
마늘방구 Div가 안숨겨져요  
두치와뿌꾸 비회원 상태에서 댓글을 작성하면 '잘못된 요청입니다' 가 나옵니다. [1] 2013.10.10 by 느낌아니까