コード例 #1
0
ファイル: write.skin.php プロジェクト: l2zeo/miwit-pack5
    <?php 
                if ($is_dhtml_editor && $mw_basic[cf_editor] == "geditor") {
                    echo "geditor";
                }
                ?>
    ><?php 
                echo $write[wr_contents_preview];
                ?>
</textarea>
    <?php 
            }
            // if (!$is_dhtml_editor || $mw_basic[cf_editor] != "cheditor")
            ?>
    <?php 
            if ($is_dhtml_editor && $mw_basic[cf_editor] == "cheditor") {
                echo cheditor2('wr_contents_preview', $write[wr_contents_preview]);
            }
            ?>
    <!--<div> ※ 유료컨텐츠 홍보 내용을 간략히 작성해주세요. 무료컨텐츠의 경우 입력하실 필요가 없습니다.</div>-->
    <div> ※  컨텐츠 내용을 간략히 작성해주세요.</div>
</td>
</tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>
<?php 
        }
        if ($mw_basic[cf_contents_shop]) {
            ?>
<tr>
<td class="mw_basic_write_title">· <?php 
            echo $mw_cash[cf_cash_name];
            ?>
コード例 #2
0
?>
</textarea></td> -->
    <td style='padding-top:7px; padding-bottom:7px;'><?php 
echo cheditor2('bo_content_head', $board[bo_content_head]);
?>
</td>
</tr>
<tr class='ht'>
    <td><input type=checkbox name=chk_content_tail value=1></td>
    <td>하단 내용</td>
    <!-- <td><textarea class=ed name=bo_content_tail rows=5 style='width:80%;'><?php 
echo $board[bo_content_tail];
?>
</textarea></td> -->
    <td style='padding-top:7px; padding-bottom:7px;'><?php 
echo cheditor2('bo_content_tail', $board[bo_content_tail]);
?>
</td>
</tr>

<tr><td colspan=3 class='line2'></td></tr>
<tr class='ht'>
    <td><input type=checkbox name=chk_insert_content value=1></td>
    <td>글쓰기 기본 내용</td>
    <td><textarea class=ed name=bo_insert_content rows=5 style='width:80%;'><?php 
echo $board[bo_insert_content];
?>
</textarea></td>
</tr>

<tr><td colspan=3 class='line2'></td></tr>
コード例 #3
0
?>

<tr>
    <td class=write_head>제 목</td>
    <td><input class='ed' style="width:100%;" name=wr_subject id="wr_subject" itemname="제목" required value="<?php 
echo $subject;
?>
"></td></tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>
<tr>
    <td class='write_head' style='padding:5 0 5 10;' colspan='2'>
        <?php 
if ($is_dhtml_editor) {
    ?>
            <?php 
    echo cheditor2('wr_content', $content);
    ?>
        <?php 
} else {
    ?>
        <table width=100% cellpadding=0 cellspacing=0>
        <tr>
            <td width=50% align=left valign=bottom>
                <span style="cursor: pointer;" onclick="textarea_decrease('wr_content', 10);"><img src="<?php 
    echo $board_skin_path;
    ?>
/img/up.gif"></span>
                <span style="cursor: pointer;" onclick="textarea_original('wr_content', 10);"><img src="<?php 
    echo $board_skin_path;
    ?>
/img/start.gif"></span>