Example #1
0
    <div class="tbl_frm01 tbl_wrap">
        <table>
        <caption>회원가입 설정</caption>
        <colgroup>
            <col class="grid_4">
            <col>
            <col class="grid_4">
            <col>
        </colgroup>
        <tbody>
        <tr>
            <th scope="row"><label for="cf_member_skin">회원 스킨<strong class="sound_only">필수</strong></label></th>
            <td>
                <?php 
echo get_skin_select('member', 'cf_member_skin', 'cf_member_skin', $config['cf_member_skin'], 'required');
?>
            </td>
            <th scope="row"><label for="cf_mobile_member_skin">모바일<br>회원 스킨<strong class="sound_only">필수</strong></label></th>
            <td>
                <?php 
echo get_mobile_skin_select('member', 'cf_mobile_member_skin', 'cf_mobile_member_skin', $config['cf_mobile_member_skin'], 'required');
?>
            </td>
        </tr>
        <tr>
            <th scope="row">홈페이지 입력</th>
            <td>
                <input type="checkbox" name="cf_use_homepage" value="1" id="cf_use_homepage" <?php 
echo $config['cf_use_homepage'] ? 'checked' : '';
?>
Example #2
0
				</tr>
				<tr>
					<th scope="row"><label for="hi_sort_1">그룹사용여부</label></th>
					<td>
						<input type="checkbox" name="his_use_group" id="his_use_group" value="Y" <?php 
echo $_history_use_group;
?>
 /> <label for="his_use_group">항목 그룹 사용</label>
					</td>
				</tr>
				
				<tr>
					<th scope="row"><label for="his_skin">스킨</label></th>
					<td>
						<?php 
echo get_skin_select('history', 'his_skin', 'his_skin', $history->his_skin, 'required');
?>
						
						
					</td>
				</tr>
				
				<tr>
					<th scope="row"><label for="his_mobile_skin">모바일 스킨</label></th>
					<td>
						<?php 
echo get_mobile_skin_select('history', 'his_mobile_skin', 'his_mobile_skin', $history->his_mobile_skin, 'required');
?>
					</td>
				</tr>
			</table>
Example #3
0
?>

    <div class="tbl_frm01 tbl_wrap">
        <table>
        <caption>게시판 디자인/양식</caption>
        <colgroup>
            <col class="grid_4">
            <col>
            <col class="grid_3">
        </colgroup>
        <tbody>
            <tr>
            <th scope="row"><label for="bo_skin">스킨 디렉토리<strong class="sound_only">필수</strong></label></th>
            <td>
                <?php 
echo get_skin_select('board', 'bo_skin', 'bo_skin', $board['bo_skin'], 'required');
?>
            </td>
            <td class="td_grpset">
                <input type="checkbox" name="chk_grp_skin" value="1" id="chk_grp_skin">
                <label for="chk_grp_skin">그룹적용</label>
                <input type="checkbox" name="chk_all_skin" value="1" id="chk_all_skin">
                <label for="chk_all_skin">전체적용</label>
            </td>
        </tr>
        <tr>
            <th scope="row"><label for="bo_mobile_skin">모바일<br>스킨 디렉토리<strong class="sound_only">필수</strong></label></th>
            <td>
                <?php 
echo get_mobile_skin_select('board', 'bo_mobile_skin', 'bo_mobile_skin', $board['bo_mobile_skin'], 'required');
?>
Example #4
0
        <td>
	        <textarea id="co_mobile_content" name="co_mobile_content" class="co_content"><?php 
echo $co['co_mobile_content'];
?>
</textarea>
	        <div id="co_mobile_content_editor"><?php 
echo htmlspecialchars($co['co_mobile_content']);
?>
</div>
	    </td>
    </tr>
    <tr>
        <th scope="row"><label for="co_skin">스킨 디렉토리<strong class="sound_only">필수</strong></label></th>
        <td>
            <?php 
echo get_skin_select('content', 'co_skin', 'co_skin', $co['co_skin'], 'required');
?>
        </td>
    </tr>
    <tr>
        <th scope="row"><label for="co_mobile_skin">모바일스킨 디렉토리<strong class="sound_only">필수</strong></label></th>
        <td>
            <?php 
echo get_mobile_skin_select('content', 'co_mobile_skin', 'co_mobile_skin', $co['co_mobile_skin'], 'required');
?>
        </td>
    </tr>
    <tr>
        <th scope="row"><label for="co_tag_filter_use">태그 필터링 사용</label></th>
        <td>
            <?php 
Example #5
0
    <div class="tbl_frm01 tbl_wrap">
        <table>
        <caption>분류 PC 스킨 설정</caption>
        <colgroup>
            <col class="grid_4">
            <col>
        </colgroup>
        <tbody>
		<?php 
if (USE_G5_THEME) {
    ?>
			<tr>
				<th scope="row"><label for="ca_skin_dir">PC용 스킨명</label></th>
				<td colspan="3">
					<?php 
    echo get_skin_select('shop', 'ca_skin_dir', 'ca_skin_dir', $ca['ca_skin_dir']);
    ?>
				</td>
			</tr>
			<tr>
				<th scope="row"><label for="ca_skin">출력스킨</label></th>
				<td>
					<?php 
    echo help('기본으로 제공하는 스킨은 ' . str_replace(G5_PATH . '/', '', $g5_shop_skin_path) . '/list.*.skin.php 입니다.');
    ?>
					<select id="ca_skin" name="ca_skin">
						<?php 
    echo get_list_skin_options("^list.[0-9]+\\.skin\\.php", $g5_shop_skin_path, $ca['ca_skin']);
    ?>
					</select>
				</td>
Example #6
0
    ?>
/board.php?bo_table=<?php 
    echo $row['bo_table'];
    ?>
"><?php 
    echo $row['bo_table'];
    ?>
</a>
        </td>
        <td>
            <label for="bo_skin_<?php 
    echo $i;
    ?>
" class="sound_only">스킨</label>
            <?php 
    echo get_skin_select('board', 'bo_skin_' . $i, "bo_skin[{$i}]", $row['bo_skin']);
    ?>
        </td>
        <td>
            <label for="bo_mobile_skin_<?php 
    echo $i;
    ?>
" class="sound_only">모바일 스킨</label>
            <?php 
    echo get_mobile_skin_select('board', 'bo_mobile_skin_' . $i, "bo_mobile_skin[{$i}]", $row['bo_mobile_skin']);
    ?>
        </td>
        <td>
            <label for="bo_subject_<?php 
    echo $i;
    ?>
Example #7
0
    ?>
]" size="3" value="<?php 
    echo $row['ca_mobile_list_mod'];
    ?>
" id="ca_mobileimg_num<?php 
    echo $i;
    ?>
" required class="required frm_input"> <span class="sound_only">개</span>
        </td>
        <td headers="sct_pcskin">
            <label for="ca_skin_dir<?php 
    echo $i;
    ?>
" class="sound_only">PC스킨폴더</label>
            <?php 
    echo get_skin_select('shop', 'ca_skin_dir' . $i, 'ca_skin_dir[' . $i . ']', $row['ca_skin_dir'], 'class="skin_dir"');
    ?>
            <label for="ca_skin<?php 
    echo $i;
    ?>
" class="sound_only">PC스킨파일</label>
            <select id="ca_skin<?php 
    echo $i;
    ?>
" name="ca_skin[<?php 
    echo $i;
    ?>
]" required class="required">
                <?php 
    echo get_list_skin_options("^list.[0-9]+\\.skin\\.php", $g5_shop_skin_path, $row['ca_skin']);
    ?>
Example #8
0
            <th scope="row"><label for="qa_category">분류<strong class="sound_only">필수</strong></label></th>
            <td>
                <?php 
echo help('분류와 분류 사이는 | 로 구분하세요. (예: 질문|답변) 첫자로 #은 입력하지 마세요. (예: #질문|#답변 [X])');
?>
                <input type="text" name="qa_category" value="<?php 
echo $qaconfig['qa_category'];
?>
" id="qa_category" required class="required frm_input" size="70">
            </td>
        </tr>
        <tr>
            <th scope="row"><label for="qa_skin">스킨 디렉토리<strong class="sound_only">필수</strong></label></th>
            <td>
                <?php 
echo get_skin_select('qa', 'qa_skin', 'qa_skin', $qaconfig['qa_skin'], 'required');
?>
            </td>
        </tr>
        <tr>
            <th scope="row"><label for="qa_mobile_skin">모바일 스킨 디렉토리<strong class="sound_only">필수</strong></label></th>
            <td>
                <?php 
echo get_mobile_skin_select('qa', 'qa_mobile_skin', 'qa_mobile_skin', $qaconfig['qa_mobile_skin'], 'required');
?>
            </td>
        </tr>
        <tr>
            <th scope="row">이메일 입력</th>
            <td>
                <input type="checkbox" name="qa_use_email" value="1" id="qa_use_email" <?php 
Example #9
0
        <p>상품상세보기에서 사용할 스킨을 설정합니다.</p>
    </div>

    <div class="tbl_frm01 tbl_wrap">
        <table>
        <caption>스킨설정</caption>
        <colgroup>
            <col class="grid_4">
            <col>
        </colgroup>
        <tbody>
        <tr>
            <th scope="row"><label for="it_skin">PC용 스킨</label></th>
            <td colspan="3">
                <?php 
echo get_skin_select('shop', 'it_skin', 'it_skin', $it['it_skin']);
?>
            </td>
            <td class="td_grpset">
                <input type="checkbox" name="chk_ca_it_skin" value="1" id="chk_ca_it_skin">
                <label for="chk_ca_it_skin">분류적용</label>
                <input type="checkbox" name="chk_all_it_skin" value="1" id="chk_all_it_skin">
                <label for="chk_all_it_skin">전체적용</label>
            </td>
        </tr>
        <tr>
            <th scope="row"><label for="it_mobile_skin">모바일용 스킨</label></th>
            <td colspan="3">
                <?php 
echo get_mobile_skin_select('shop', 'it_mobile_skin', 'it_mobile_skin', $it['it_mobile_skin']);
?>
Example #10
0
        <p>상품 분류리스트, 상품상세보기 등 에서 사용할 스킨을 설정합니다.</p>
    </div>

    <div class="tbl_frm01 tbl_wrap">
        <table>
        <caption>스킨설정</caption>
        <colgroup>
            <col class="grid_4">
            <col>
        </colgroup>
        <tbody>
        <tr>
            <th scope="row"><label for="de_shop_skin">PC용 스킨</label></th>
            <td colspan="3">
                <?php 
echo get_skin_select('shop', 'de_shop_skin', 'de_shop_skin', $default['de_shop_skin'], 'required');
?>
            </td>
        </tr>
        <tr>
            <th scope="row"><label for="de_shop_mobile_skin">모바일용 스킨</label></th>
            <td colspan="3">
                <?php 
echo get_mobile_skin_select('shop', 'de_shop_mobile_skin', 'de_shop_mobile_skin', $default['de_shop_mobile_skin'], 'required');
?>
            </td>
        </tr>
        </tbody>
        </table>
    </div>
</section>
Example #11
0
    ?>
]" value="<?php 
    echo $row['it_cust_price'];
    ?>
" id="cust_price_<?php 
    echo $i;
    ?>
" class="frm_input sit_camt" size="7">
        </td>
        <td headers="th_skin" class="td_numbig td_input">
            <label for="it_skin_<?php 
    echo $i;
    ?>
" class="sound_only">PC 스킨</label>
            <?php 
    echo get_skin_select('shop', 'it_skin_' . $i, 'it_skin[' . $i . ']', $row['it_skin']);
    ?>
        </td>
    </tr>
    <tr class="<?php 
    echo $bg;
    ?>
">
        <td headers="th_pt" class="td_numbig td_input"><?php 
    echo $it_point;
    ?>
</td>
        <td headers="th_qty" class="td_numbig td_input">
            <label for="stock_qty_<?php 
    echo $i;
    ?>