Пример #1
0
</textarea></td>
</tr>
<tr class="heavy">
    <td><input type='checkbox' name='chk_content_tail' value='1' /></td>
    <th>하단 내용</th>
    <td><?php 
echo editor_run('bo_content_tail', $board['bo_content_tail'], 200);
?>
</textarea></td>
</tr>

<tr class="heavy">
    <td><input type='checkbox' name='chk_insert_content' value='1' /></td>
    <th>글쓰기 기본 내용</th>
    <td><?php 
echo editor_run('bo_insert_content', $board['bo_insert_content'], 200);
?>
</textarea></td>
</tr>

<tr>
    <td><input type='checkbox' name='chk_use_search' value='1' /></td>
    <th>전체 검색 사용</th>
    <td><input type='checkbox' name='bo_use_search' value='1' <?php 
echo $board[bo_use_search] ? "checked='checked'" : "";
?>
 />사용</td>
</tr>
<tr class="heavy">
    <td><input type='checkbox' name='chk_order_search' value='1' /></td>
    <th>전체 검색 순서</th>
Пример #2
0
}
?>
    <tr>
        <th>제목</th>
        <td><input type="text" id="wr_subject" name="wr_subject" maxlength="255" class="text title required" title="제목" value="<?php 
echo $subject;
?>
" /></td>
    </tr>
    <tr>
        <td colspan="2">
            <?php 
if ($is_dhtml_editor) {
    ?>
            <?php 
    echo editor_run("wr_content", $write['wr_content']);
    ?>
            <?php 
} else {
    ?>
            <div class="textarea_control">
                <div class="float">
                    <span class="button" onclick="javascript:textarea_decrease('wr_content', 10);"><img src="<?php 
    echo $board_skin_path;
    ?>
/img/btn_txt_up.gif" alt="줄이기" /></span>
                    <span class="button" onclick="javascript:textarea_original('wr_content', 10);"><img src="<?php 
    echo $board_skin_path;
    ?>
/img/btn_txt_default.gif" alt="기본" /></span>
                    <span class="button" onclick="javascript:textarea_increase('wr_content', 10);"><img src="<?php