Exemplo n.º 1
0
" id="nw_height" required class="frm_input required" size="5"> px
        </td>
    </tr>
    <tr>
        <th scope="row"><label for="nw_subject">팝업 제목</label></th>
        <td>
            <input type="text" name="nw_subject" value="<?php 
echo stripslashes($nw['nw_subject']);
?>
" id="nw_subject" required class="frm_input required" size="80">
        </td>
    </tr>
    <tr>
        <th scope="row">내용</th>
        <td><?php 
echo editor_html('nw_content', $nw['nw_content']);
?>
</td>
    </tr>
    </tbody>
    </table>
</div>

<div class="btn_confirm01 btn_confirm">
    <input type="submit" value="확인" class="btn_submit" accesskey="s">
    <a href="./newwinlist.php">목록</a>
</div>
</form>

<script>
function frmnewwin_check(f)
Exemplo n.º 2
0
		        <td>
		            <input type="text" name="su_end_time" value="<?php 
echo $surveys['su_end_time'];
?>
" id="su_end_time" required class="frm_input required" size="21" maxlength="19">
		            <input type="checkbox" name="su_end_chk" value="<?php 
echo date("Y-m-d 23:59:59", G5_SERVER_TIME + 60 * 60 * 24 * 7);
?>
" id="su_end_chk" onclick="if (this.checked == true) this.form.su_end_time.value=this.form.su_end_chk.value; else this.form.su_end_time.value = this.form.su_end_time.defaultValue;">
		            <label for="su_end_chk">종료일시를 오늘로부터 7일 후로</label>
		        </td>
		    </tr>
			<tr>
				<th scope="row">설문설명</th>
				<td><?php 
echo editor_html('su_content', get_text($surveys['su_content'], 0));
?>
</td>
			</tr>			
		</tbody>
	</table>
</div>

<div class="btn_confirm01 btn_confirm">
<?php 
if ($w == '') {
    ?>
	
    <input type="submit" value="다음" class="btn_submit" accesskey="s">
<?php 
} else {
Exemplo n.º 3
0
                <?php 
echo help("상품리스트 페이지 상단에 출력하는 HTML 내용입니다.");
?>
                <?php 
echo editor_html('ca_mobile_head_html', get_text($ca['ca_mobile_head_html'], 0));
?>
            </td>
        </tr>
        <tr>
            <th scope="row">모바일 하단내용</th>
            <td>
                <?php 
echo help("상품리스트 페이지 하단에 출력하는 HTML 내용입니다.");
?>
                <?php 
echo editor_html('ca_mobile_tail_html', get_text($ca['ca_mobile_tail_html'], 0));
?>
            </td>
        </tr>
        </tbody>
        </table>
    </div>
</section>

<?php 
echo $frm_submit;
?>

<section id="anc_scatefrm_extra">
    <h2>여분필드 설정</h2>
    <?php 
Exemplo n.º 4
0
" id="nw_height" required class="frm_input required" size="5"> px
        </td>
    </tr>
    <tr>
        <th scope="row"><label for="nw_subject">팝업 제목<strong class="sound_only"> 필수</strong></label></th>
        <td>
            <input type="text" name="nw_subject" value="<?php 
echo stripslashes($nw['nw_subject']);
?>
" id="nw_subject" required class="frm_input required" size="80">
        </td>
    </tr>
    <tr>
        <th scope="row"><label for="nw_content">내용</label></th>
        <td><?php 
echo editor_html('nw_content', get_text($nw['nw_content'], 0));
?>
</td>
    </tr>
    </tbody>
    </table>
</div>

<div class="btn_confirm01 btn_confirm">
    <input type="submit" value="확인" class="btn_submit" accesskey="s">
    <a href="./newwinlist.php">목록</a>
</div>
</form>

<script>
function frmnewwin_check(f)
Exemplo n.º 5
0
                <?php 
echo editor_html("bo_mobile_content_head", get_text($board['bo_mobile_content_head'], 0));
?>
            </td>
            <td class="td_grpset">
                <input type="checkbox" name="chk_grp_mobile_content_head" value="1" id="chk_grp_mobile_content_head">
                <label for="chk_grp_mobile_content_head">그룹적용</label>
                <input type="checkbox" name="chk_all_mobile_content_head" value="1" id="chk_all_mobile_content_head">
                <label for="chk_all_mobile_content_head">전체적용</label>
            </td>
        </tr>
        <tr>
            <th scope="row"><label for="bo_mobile_content_tail">모바일 하단 내용</label></th>
            <td>
                <?php 
echo editor_html("bo_mobile_content_tail", get_text($board['bo_mobile_content_tail'], 0));
?>
            </td>
            <td class="td_grpset">
                <input type="checkbox" name="chk_grp_mobile_content_tail" value="1" id="chk_grp_mobile_content_tail">
                <label for="chk_grp_mobile_content_tail">그룹적용</label>
                <input type="checkbox" name="chk_all_mobile_content_tail" value="1" id="chk_all_mobile_content_tail">
                <label for="chk_all_mobile_content_tail">전체적용</label>
            </td>
        </tr>
         <tr>
            <th scope="row"><label for="bo_insert_content">글쓰기 기본 내용</label></th>
            <td>
                <textarea id="bo_insert_content" name="bo_insert_content" rows="5"><?php 
echo $board['bo_insert_content'];
?>
Exemplo n.º 6
0
				<th scope="row">모바일 상단내용</th>
				<td class="helper">모바일 상세설명 페이지 상단에 출력하는 HTML 내용입니다.</td>
			</tr>
			<tr>
				<td colspan="2" class="iframe"><?php 
    echo editor_html('it_mobile_head_html', get_text($it['it_mobile_head_html'], 0));
    ?>
</td>
			</tr>
			<tr>
				<th scope="row">모바일 하단내용</th>
				<td class="helper">모바일 상세설명 페이지 하단에 출력하는 HTML 내용입니다.</td>
			</tr>
			<tr>
				<td colspan="2" class="iframe"><?php 
    echo editor_html('it_mobile_tail_html', get_text($it['it_mobile_tail_html'], 0));
    ?>
</td>
			</tr>
			</tbody>
			</table>
		</div>
	</section>

	<?php 
    echo $frm_submit;
    ?>

	<?php 
    echo $pg_anchor;
    ?>
Exemplo n.º 7
0
" class="btn_frmline">내용보기</a><?php 
}
?>
        </td>
    </tr>
    <tr>
        <th scope="row">질문</th>
        <td><?php 
echo editor_html('fa_subject', $fa['fa_subject']);
?>
</td>
    </tr>
    <tr>
        <th scope="row">답변</th>
        <td><?php 
echo editor_html('fa_content', $fa['fa_content']);
?>
</td>
    </tr>
    </tbody>
    </table>
</div>

<div class="btn_confirm01 btn_confirm">
    <input type="submit" value="확인" class="btn_submit" accesskey="s">
    <a href="./faqlist.php?fm_id=<?php 
echo $fm_id;
?>
">목록</a>
</div>
Exemplo n.º 8
0
" class="btn btn-default" style="margin-top:5px"><i class="fa fa-reply"></i> 내용확인</a><?php 
}
?>
        </td>
    </tr>
    <tr>
        <td><label for="co_subject">제목</label>
		<input type="text" name="co_subject" value="<?php 
echo htmlspecialchars2($co['co_subject']);
?>
" id="co_subject" required class="form-control required" size="90"></td>
    </tr>
    <tr>
        <td><strong>내용</strong>
		<?php 
echo editor_html('co_content', get_text($co['co_content'], 0));
?>
		</td>
    </tr>
    <tr>
        <td><label for="co_skin">스킨 디렉토리<strong class="sound_only">필수</strong></label>
            <?php 
echo get_skin_select('content', 'co_skin', 'co_skin', $co['co_skin'], 'required');
?>
        </td>
    </tr>
    <tr>
        <td><label for="co_tag_filter_use">태그 필터링 사용</label>
            <?php 
echo help("내용에서 iframe 등의 태그를 사용하려면 사용안함으로 선택해 주십시오.");
?>
Exemplo n.º 9
0
echo $is['is_score'];
?>
점)</td>
    </tr>
    <tr>
        <th scope="row"><label for="is_subject">제목</label></th>
        <td><input type="text" name="is_subject" required class="required frm_input" id="is_subject" size="100"
        value='<?php 
echo conv_subject($is['is_subject'], 120);
?>
'></td>
    </tr>
    <tr>
        <th scope="row">내용</th>
        <td><?php 
echo editor_html('is_content', get_text($is['is_content'], 0));
?>
</td>
    </tr>
    <tr>
        <th scope="row">확인</th>
        <td>
            <input type="radio" name="is_confirm" value="1" id="is_confirm_yes" <?php 
echo $is_confirm_yes;
?>
>
            <label for="is_confirm_yes">예</label>
            <input type="radio" name="is_confirm" value="0" id="is_confirm_no" <?php 
echo $is_confirm_no;
?>
>
Exemplo n.º 10
0
    <colgroup>
        <col class="grid_4">
        <col>
    </colgroup>
    <tbody>
    <tr>
        <th scope="row"><label for="ma_subject">메일 제목<strong class="sound_only">필수</strong></label></th>
        <td><input type="text" name="ma_subject" value="<?php 
echo $ma['ma_subject'];
?>
" id="ma_subject" required class="required frm_input" size="100"></td>
    </tr>
    <tr>
        <th scope="row"><label for="ma_content">메일 내용<strong class="sound_only">필수</strong></label></th>
        <td><?php 
echo editor_html("ma_content", $ma['ma_content']);
?>
</td>
    </tr>
    </tbody>
    </table>
</div>

<div class="btn_confirm01 btn_confirm">
    <input type="submit" class="btn_submit" accesskey="s" value="확인">
</div>
</form>

<script>
function fmailform_check(f)
{
Exemplo n.º 11
0
     <th scope="row">신규회원 쿠폰발행</th>
     <td>
          <?php echo help("신규회원에게 주문금액 할인 쿠폰을 발행하시려면 아래를 설정하십시오."); ?>
         <label for="de_member_reg_coupon_use">쿠폰발행</label>
         <input type="checkbox" name="de_member_reg_coupon_use" value="1" id="de_member_reg_coupon_use"<?php echo $default['de_member_reg_coupon_use']?' checked':''; ?>>
         <label for="de_member_reg_coupon_price">쿠폰할인금액</label>
         <input type="text" name="de_member_reg_coupon_price" value="<?php echo $default['de_member_reg_coupon_price']; ?>" id="de_member_reg_coupon_price" class="frm_input" size="10"> 원
         <label for="de_member_reg_coupon_minimum">주문최소금액</label>
         <input type="text" name="de_member_reg_coupon_minimum" value="<?php echo $default['de_member_reg_coupon_minimum']; ?>" id="de_member_reg_coupon_minimum" class="frm_input" size="10"> 원이상
         <label for="de_member_reg_coupon_term">쿠폰유효기간</label>
         <input type="text" name="de_member_reg_coupon_term" value="<?php echo $default['de_member_reg_coupon_term']; ?>" id="de_member_reg_coupon_term" class="frm_input" size="5"> 일
     </td>
 </tr>
 <tr>
     <th scope="row">비회원에 대한<br/>개인정보수집 내용</th>
     <td><?php echo editor_html('de_guest_privacy', get_text($default['de_guest_privacy'], 0)); ?></td>
 </tr>
 <tr>
     <th scope="row">MYSQL USER</th>
     <td><?php echo G5_MYSQL_USER; ?></td>
 </tr>
 <tr>
     <th scope="row">MYSQL DB</th>
     <td><?php echo G5_MYSQL_DB; ?></td>
 </tr>
 <tr>
     <th scope="row">서버 IP</th>
     <td><?php echo ($_SERVER['SERVER_ADDR']?$_SERVER['SERVER_ADDR']:$_SERVER['LOCAL_ADDR']); ?></td>
 </tr>
 </tbody>
 </table>
Exemplo n.º 12
0
}
?>
			<?php 
echo $it['it_name'];
?>
		</a>
	</div>
</div>

<h3>
	<i class="fa fa-comments"></i> Answer
</h3>

<div>
	<?php 
echo editor_html('iq_answer', $iq['iq_answer']);
?>
</div>

<br>

<p class="text-center">
    <button type="submit" accesskey='s' class="btn btn-danger">확인</button>
    <a href="<?php 
echo $list_href;
?>
" class="btn btn-primary">목록</a>
</p>

</form>
Exemplo n.º 13
0
if ($skin_row['qa_' . MOBILE_ . 'set']) {
    $wset = apms_unpack($skin_row['qa_' . MOBILE_ . 'set']);
}
// 데모
if ($is_demo) {
    @(include THEMA_PATH . '/assets/demo.config.php');
}
$skin_path = G5_SKIN_PATH . '/apms/qa/' . $skin_name;
$skin_url = G5_SKIN_URL . '/apms/qa/' . $skin_name;
if ($move) {
    include_once './_head.php';
} else {
    include_once G5_PATH . '/head.sub.php';
    @(include_once THEMA_PATH . '/head.sub.php');
}
$is_dhtml_editor = false;
// 모바일에서는 DHTML 에디터 사용불가
if ($config['cf_editor'] && !G5_IS_MOBILE) {
    $is_dhtml_editor = true;
}
$editor_html = editor_html('iq_answer', get_text($qa['iq_answer'], 0), $is_dhtml_editor);
$editor_js = '';
$editor_js .= get_editor_js('iq_answer', $is_dhtml_editor);
$editor_js .= chk_editor_js('iq_answer', $is_dhtml_editor);
include_once $skin_path . '/qansform.skin.php';
if ($move) {
    include_once './_tail.php';
} else {
    @(include_once THEMA_PATH . '/tail.sub.php');
    include_once G5_PATH . '/tail.sub.php';
}
Exemplo n.º 14
0
    <tbody>
    <tr>
        <th scope="row"><label for="fa_order">출력순서</label></th>
        <td>
            <?php echo help('숫자가 작을수록 FAQ 페이지에서 먼저 출력됩니다.'); ?>
            <input type="text" name="fa_order" value="<?php echo $fa['fa_order']; ?>" id="fa_order" class="frm_input" maxlength="10" size="10">
            <?php if ($w == 'u') { ?><a href="<?php echo G5_BBS_URL; ?>/faq.php?fm_id=<?php echo $fm_id; ?>" class="btn_frmline">내용보기</a><?php } ?>
        </td>
    </tr>
    <tr>
        <th scope="row">질문</th>
        <td><?php echo editor_html('fa_subject', get_text($fa['fa_subject'], 0)); ?></td>
    </tr>
    <tr>
        <th scope="row">답변</th>
        <td><?php echo editor_html('fa_content', get_text($fa['fa_content'], 0)); ?></td>
    </tr>
    </tbody>
    </table>
</div>

<div class="btn_confirm01 btn_confirm">
    <input type="submit" value="확인" class="btn_submit" accesskey="s">
    <a href="./faqlist.php?fm_id=<?php echo $fm_id; ?>">목록</a>
</div>

</form>

<script>
function frmfaqform_check(f)
{
Exemplo n.º 15
0
?>
            </td>
        </tr>
        <tr>
            <th scope="row"><label for="qa_mobile_content_head">모바일 상단 내용</label></th>
            <td>
                <?php 
echo editor_html("qa_mobile_content_head", get_text($qaconfig['qa_mobile_content_head'], 0));
?>
            </td>
        </tr>
        <tr>
            <th scope="row"><label for="qa_mobile_content_tail">모바일 하단 내용</label></th>
            <td>
                <?php 
echo editor_html("qa_mobile_content_tail", get_text($qaconfig['qa_mobile_content_tail'], 0));
?>
            </td>
        </tr>
        <tr>
            <th scope="row"><label for="qa_insert_content">글쓰기 기본 내용</label></th>
            <td>
                <textarea id="qa_insert_content" name="qa_insert_content" rows="5"><?php 
echo $qaconfig['qa_insert_content'];
?>
</textarea>
            </td>
        </tr>
        <?php 
for ($i = 1; $i <= 5; $i++) {
    ?>
Exemplo n.º 16
0
" class="btn_frmline">내용확인</a><?php 
}
?>
        </td>
    </tr>
    <tr>
        <th scope="row"><label for="co_subject">제목</label></th>
        <td><input type="text" name="co_subject" value="<?php 
echo htmlspecialchars2($co['co_subject']);
?>
" id="co_subject" required class="frm_input required" size="90"></td>
    </tr>
    <tr>
        <th scope="row">내용</th>
        <td><?php 
echo editor_html('co_content', $co['co_content']);
?>
</td>
    </tr>
    <tr>
        <th scope="row"><label for="co_include_head">상단 파일 경로</label></th>
        <td>
            <?php 
echo help("설정값이 없으면 기본 상단 파일을 사용합니다.");
?>
            <input type="text" name="co_include_head" value="<?php 
echo $co['co_include_head'];
?>
" id="co_include_head" class="frm_input" size="60">
        </td>
    </tr>
Exemplo n.º 17
0
                <label for="de_member_reg_coupon_minimum">주문최소금액</label>
                <input type="text" name="de_member_reg_coupon_minimum" value="<?php 
echo $default['de_member_reg_coupon_minimum'];
?>
" id="de_member_reg_coupon_minimum" class="frm_input" size="10"> 원이상
                <label for="de_member_reg_coupon_term">쿠폰유효기간</label>
                <input type="text" name="de_member_reg_coupon_term" value="<?php 
echo $default['de_member_reg_coupon_term'];
?>
" id="de_member_reg_coupon_term" class="frm_input" size="5"> 일
            </td>
        </tr>
        <tr>
            <th scope="row">비회원에 대한<br/>개인정보수집 내용</th>
            <td><?php 
echo editor_html('de_guest_privacy', get_text($default['de_guest_privacy'], 0));
?>
</td>
        </tr>
        <tr>
            <th scope="row">MYSQL USER</th>
            <td><?php 
echo G5_MYSQL_USER;
?>
</td>
        </tr>
        <tr>
            <th scope="row">MYSQL DB</th>
            <td><?php 
echo G5_MYSQL_DB;
?>
Exemplo n.º 18
0
}
if ($w == "u") {
    $qa = sql_fetch(" select * from {$g5['g5_shop_item_qa_table']} where iq_id = '{$iq_id}' ");
    if (!$qa) {
        alert_close("상품문의 정보가 없습니다.");
    }
    $it_id = $qa['it_id'];
    if (!$iq_admin && $qa['mb_id'] != $member['mb_id']) {
        alert_close("자신의 상품문의만 수정이 가능합니다.");
    }
    if ($qa['iq_secret']) {
        $chk_secret = 'checked="checked"';
    }
}
include_once G5_PATH . '/head.sub.php';
$is_dhtml_editor = false;
// 모바일에서는 DHTML 에디터 사용불가
if ($config['cf_editor'] && (!is_mobile() || defined('G5_IS_MOBILE_DHTML_USE') && G5_IS_MOBILE_DHTML_USE)) {
    $is_dhtml_editor = true;
}
$editor_html = editor_html('iq_question', get_text($qa['iq_question'], 0), $is_dhtml_editor);
$editor_js = '';
$editor_js .= get_editor_js('iq_question', $is_dhtml_editor);
$editor_js .= chk_editor_js('iq_question', $is_dhtml_editor);
$itemqaform_skin = G5_MSHOP_SKIN_PATH . '/itemqaform.skin.php';
if (!file_exists($itemqaform_skin)) {
    echo str_replace(G5_PATH . '/', '', $itemqaform_skin) . ' 스킨 파일이 존재하지 않습니다.';
} else {
    include_once $itemqaform_skin;
}
include_once G5_PATH . '/tail.sub.php';
Exemplo n.º 19
0
?>
        </td>
    </tr>
    <tr>
        <th scope="row">상단 내용</th>
        <td>
            <?php 
echo editor_html('fm_head_html', $fm['fm_head_html']);
?>
        </td>
    </tr>
    <tr>
        <th scope="row">하단 내용</th>
        <td>
            <?php 
echo editor_html('fm_tail_html', $fm['fm_tail_html']);
?>
        </td>
    </tr>
    </tbody>
    </table>
</div>

<div class="btn_confirm01 btn_confirm">
    <input type="submit" value="확인" class="btn_submit" accesskey="s">
    <a href="./faqmasterlist.php">목록</a>
</div>

</form>

<script>
Exemplo n.º 20
0
" class="btn_frmline">내용보기</a><?php 
}
?>
        </td>
    </tr>
    <tr>
        <th scope="row">질문</th>
        <td><?php 
echo editor_html('fa_subject', get_text($fa['fa_subject'], 0));
?>
</td>
    </tr>
    <tr>
        <th scope="row">답변</th>
        <td><?php 
echo editor_html('fa_content', get_text($fa['fa_content'], 0));
?>
</td>
    </tr>
    </tbody>
    </table>
</div>

<div class="btn_confirm01 btn_confirm">
    <input type="submit" value="확인" class="btn_submit" accesskey="s">
    <a href="./faqlist.php?fm_id=<?php 
echo $fm_id;
?>
">목록</a>
</div>
Exemplo n.º 21
0
        <col>
    </colgroup>
    <tbody>
        
		<div class="row">
		        <div class="form-group col-md-12">
                    <label for="ma_subject">메일 제목<strong class="sound_only">필수</strong></label>
                    <input type="text" name="ma_subject" value="<?php 
echo $ma['ma_subject'];
?>
" id="ma_subject" required class="form-control required frm_input" size="100">
                </div>
		        <div class="form-group col-md-12">
                    <label for="ma_content">메일 내용<strong class="sound_only">필수</strong></label>
					<?php 
echo editor_html("ma_content", get_text($ma['ma_content'], 0));
?>
                </div>
		</div>
		<hr>
    </tbody>
    </table>

<div class="center">
    <input type="submit" class="btn btn-default" accesskey="s" value="확인">
</div>
</form>

<script>
function fmailform_check(f)
{
Exemplo n.º 22
0
?>
        </td>
    </tr>
    <tr>
        <th scope="row">상단내용</th>
        <td>
            <?php 
echo editor_html('ev_head_html', get_text($ev['ev_head_html'], 0));
?>
        </td>
    </tr>
    <tr>
        <th scope="row">하단내용</th>
        <td>
            <?php 
echo editor_html('ev_tail_html', get_text($ev['ev_tail_html'], 0));
?>
        </td>
    </tr>
    </tbody>
    </table>
</div>

<div class="btn_confirm01 btn_confirm">
    <input type="submit" value="확인" class="btn_submit" accesskey="s">
    <a href="./itemevent.php">목록</a>
</div>
</form>

<script>
$(function() {
Exemplo n.º 23
0
        <td><input type="text" name="iq_subject" value="<?php 
echo conv_subject($iq['iq_subject'], 120);
?>
" id="iq_subject" required class="frm_input required" size="95"></td>
    </tr>
    <tr>
        <th scope="row"><label for="iq_question">질문</label></th>
        <td><?php 
echo editor_html('iq_question', get_text($iq['iq_question'], 0));
?>
</td>
    </tr>
    <tr>
        <th scope="row"><label for="iq_answer">답변</label></th>
        <td><?php 
echo editor_html('iq_answer', get_text($iq['iq_answer'], 0));
?>
</td>
        <!-- <td><textarea name="iq_answer" id="iq_answer" rows="7"><?php 
echo get_text($iq['iq_answer']);
?>
</textarea></td> -->
    </tr>
    </tbody>
    </table>
</div>

<div class="btn_confirm01 btn_confirm">
    <input type="submit" accesskey='s' value="확인" class="btn_submit">
    <a href="./itemqalist.php?<?php 
echo $qstr;
Exemplo n.º 24
0
    $captcha_html = captcha_html();
    $captcha_js = chk_captcha_js();
}
$is_dhtml_editor = false;
$is_dhtml_editor_use = false;
$editor_content_js = '';
if (!is_mobile() || defined('G5_IS_MOBILE_DHTML_USE') && G5_IS_MOBILE_DHTML_USE) {
    $is_dhtml_editor_use = true;
}
// 모바일에서는 G5_IS_MOBILE_DHTML_USE 설정에 따라 DHTML 에디터 적용
if ($config['cf_editor'] && $is_dhtml_editor_use && $board['bo_use_dhtml_editor'] && $member['mb_level'] >= $board['bo_html_level']) {
    $is_dhtml_editor = true;
    if (is_file(G5_EDITOR_PATH . '/' . $config['cf_editor'] . '/autosave.editor.js')) {
        $editor_content_js = '<script src="' . G5_EDITOR_URL . '/' . $config['cf_editor'] . '/autosave.editor.js"></script>' . PHP_EOL;
    }
}
$editor_html = editor_html('wr_content', $content, $is_dhtml_editor);
$editor_js = '';
$editor_js .= get_editor_js('wr_content', $is_dhtml_editor);
$editor_js .= chk_editor_js('wr_content', $is_dhtml_editor);
// 임시 저장된 글 수
$autosave_count = autosave_count($member['mb_id']);
include_once G5_PATH . '/head.sub.php';
@(include_once $board_skin_path . '/write.head.skin.php');
include_once './board_head.php';
$action_url = https_url(G5_BBS_DIR) . "/write_update.php";
echo '<!-- skin : ' . (G5_IS_MOBILE ? $board['bo_mobile_skin'] : $board['bo_skin']) . ' -->';
include_once $board_skin_path . '/write.skin.php';
include_once './board_tail.php';
@(include_once $board_skin_path . '/write.tail.skin.php');
include_once G5_PATH . '/tail.sub.php';
Exemplo n.º 25
0
?>
        </td>
    </tr>
    <tr>
        <th scope="row">모바일상단 내용</th>
        <td>
            <?php 
echo editor_html('fm_mobile_head_html', get_text($fm['fm_mobile_head_html'], 0));
?>
        </td>
    </tr>
    <tr>
        <th scope="row">모바일하단 내용</th>
        <td>
            <?php 
echo editor_html('fm_mobile_tail_html', get_text($fm['fm_mobile_tail_html'], 0));
?>
        </td>
    </tr>
    </tbody>
    </table>
</div>

<div class="btn_confirm01 btn_confirm">
    <input type="submit" value="확인" class="btn_submit" accesskey="s">
    <a href="./faqmasterlist.php">목록</a>
</div>

</form>

<script>
Exemplo n.º 26
0
    check_itemuse_write($it_id, $member['mb_id']);
} else {
    if ($w == "u") {
        $use = sql_fetch(" select * from {$g5['g5_shop_item_use_table']} where is_id = '{$is_id}' ");
        if (!$use) {
            alert_close("사용후기 정보가 없습니다.");
        }
        $it_id = $use['it_id'];
        $is_score = $use['is_score'];
        if (!$is_admin && $use['mb_id'] != $member['mb_id']) {
            alert_close("자신의 사용후기만 수정이 가능합니다.");
        }
    }
}
include_once G5_PATH . '/head.sub.php';
$is_dhtml_editor = false;
// 모바일에서는 DHTML 에디터 사용불가
if ($config['cf_editor'] && !G5_IS_MOBILE) {
    $is_dhtml_editor = true;
}
$editor_html = editor_html('is_content', get_text($use['is_content'], 0), $is_dhtml_editor);
$editor_js = '';
$editor_js .= get_editor_js('is_content', $is_dhtml_editor);
$editor_js .= chk_editor_js('is_content', $is_dhtml_editor);
$itemuseform_skin = G5_MSHOP_SKIN_PATH . '/itemuseform.skin.php';
if (!file_exists($itemuseform_skin)) {
    echo str_replace(G5_PATH . '/', '', $itemuseform_skin) . ' 스킨 파일이 존재하지 않습니다.';
} else {
    include_once $itemuseform_skin;
}
include_once G5_PATH . '/tail.sub.php';
Exemplo n.º 27
0
                <?php 
echo editor_html("bo_mobile_content_head", $board['bo_mobile_content_head']);
?>
            </td>
            <td class="td_grpset">
                <input type="checkbox" name="chk_grp_mobile_content_head" value="1" id="chk_grp_mobile_content_head">
                <label for="chk_grp_mobile_content_head">그룹적용</label>
                <input type="checkbox" name="chk_all_mobile_content_head" value="1" id="chk_all_mobile_content_head">
                <label for="chk_all_mobile_content_head">전체적용</label>
            </td>
        </tr>
        <tr>
            <th scope="row"><label for="bo_mobile_content_tail">모바일 하단 내용</label></th>
            <td>
                <?php 
echo editor_html("bo_mobile_content_tail", $board['bo_mobile_content_tail']);
?>
            </td>
            <td class="td_grpset">
                <input type="checkbox" name="chk_grp_mobile_content_tail" value="1" id="chk_grp_mobile_content_tail">
                <label for="chk_grp_mobile_content_tail">그룹적용</label>
                <input type="checkbox" name="chk_all_mobile_content_tail" value="1" id="chk_all_mobile_content_tail">
                <label for="chk_all_mobile_content_tail">전체적용</label>
            </td>
        </tr>
         <tr>
            <th scope="row"><label for="bo_insert_content">글쓰기 기본 내용</label></th>
            <td>
                <textarea id="bo_insert_content" name="bo_insert_content" rows="5"><?php 
echo $board['bo_insert_content'];
?>