Ejemplo n.º 1
0
            <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' : '';
?>
> <label for="cf_use_homepage">보이기</label>
                <input type="checkbox" name="cf_req_homepage" value="1" id="cf_req_homepage" <?php 
echo $config['cf_req_homepage'] ? 'checked' : '';
?>
> <label for="cf_req_homepage">필수입력</label>
            </td>
Ejemplo n.º 2
0
				<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>
		</div>
	</div>
	
<?php 
if ($w == 'u') {
    ?>
	<div class="btn_confirm01 btn_confirm">
		<input type="submit" class="btn_submit" accesskey="s" value="저장">
		<a href="history_list.php">목록</a>
	</div>
	<div id="history_item">
Ejemplo n.º 3
0
                <?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');
?>
            </td>
            <td class="td_grpset">
                <input type="checkbox" name="chk_grp_mobile_skin" value="1" id="chk_grp_mobile_skin">
                <label for="chk_grp_mobile_skin">그룹적용</label>
                <input type="checkbox" name="chk_all_mobile_skin" value="1" id="chk_all_mobile_skin">
                <label for="chk_all_mobile_skin">전체적용</label>
            </td>
        </tr>
        <tr>
            <th scope="row"><label for="bo_include_head">상단 파일 경로</label></th>
            <td>
                <input type="text" name="bo_include_head" value="<?php 
echo $board['bo_include_head'];
?>
Ejemplo n.º 4
0
</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 
echo help("내용에서 iframe 등의 태그를 사용하려면 사용안함으로 선택해 주십시오.");
?>
            <select name="co_tag_filter_use" id="co_tag_filter_use">
                <option value="1"<?php 
echo get_selected(1, $co['co_tag_filter_use']);
?>
>사용함</option>
                <option value="0"<?php 
Ejemplo n.º 5
0
    <div class="tbl_frm01 tbl_wrap">
        <table>
        <caption>분류 모바일 스킨 설정</caption>
        <colgroup>
            <col class="grid_4">
            <col>
        </colgroup>
        <tbody>
		<?php 
if (USE_G5_THEME) {
    ?>
			<tr>
				<th scope="row"><label for="ca_mobile_skin_dir">모바일용 스킨명</label></th>
				<td colspan="3">
					<?php 
    echo get_mobile_skin_select('shop', 'ca_mobile_skin_dir', 'ca_mobile_skin_dir', $ca['ca_mobile_skin_dir']);
    ?>
				</td>
			</tr>
			<tr>
				<th scope="row"><label for="ca_mobile_skin">모바일 출력스킨</label></th>
				<td>
					<?php 
    echo help('기본으로 제공하는 스킨은 ' . str_replace(G5_PATH . '/', '', $g5_mshop_skin_path) . '/list.*.skin.php 입니다.');
    ?>
					<select id="ca_mobile_skin" name="ca_mobile_skin" required class="required">
						<?php 
    echo get_list_skin_options("^list.[0-9]+\\.skin\\.php", $g5_mshop_skin_path, $ca['ca_mobile_skin']);
    ?>
					</select>
				</td>
Ejemplo n.º 6
0
        <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;
    ?>
" class="sound_only">게시판 제목<strong class="sound_only"> 필수</strong></label>
            <input type="text" name="bo_subject[<?php 
    echo $i;
    ?>
]" value="<?php 
    echo get_text($row['bo_subject']);
    ?>
" id="bo_subject_<?php 
    echo $i;
Ejemplo n.º 7
0
    ?>
]" value='<?php 
    echo $row['ca_mobile_list_row'];
    ?>
' id="ca_mobileimg_row<?php 
    echo $i;
    ?>
" required class="required frm_input" size="3">
        </td>
        <td headers="sct_mskin">
            <label for="ca_mobile_skin_dir<?php 
    echo $i;
    ?>
" class="sound_only">모바일스킨폴더</label>
            <?php 
    echo get_mobile_skin_select('shop', 'ca_mobile_skin_dir' . $i, 'ca_mobile_skin_dir[' . $i . ']', $row['ca_mobile_skin_dir'], 'class="skin_dir"');
    ?>
            <label for="ca_mobile_skin<?php 
    echo $i;
    ?>
" class="sound_only">모바일스킨파일</label>
            <select id="ca_mobile_skin<?php 
    echo $i;
    ?>
" name="ca_mobile_skin[<?php 
    echo $i;
    ?>
]" required class="required">
                <?php 
    echo get_list_skin_options("^list.[0-9]+\\.skin\\.php", $g5_mshop_skin_path, $row['ca_mobile_skin']);
    ?>
Ejemplo n.º 8
0
" 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 
echo $qaconfig['qa_use_email'] ? 'checked' : '';
?>
> <label for="qa_use_email">보이기</label>
                <input type="checkbox" name="qa_req_email" value="1" id="qa_req_email" <?php 
echo $qaconfig['qa_req_email'] ? 'checked' : '';
?>
> <label for="qa_req_email">필수입력</label>
            </td>
Ejemplo n.º 9
0
                <?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']);
?>
            </td>
            <td class="td_grpset">
                <input type="checkbox" name="chk_ca_it_mobile_skin" value="1" id="chk_ca_it_mobile_skin">
                <label for="chk_ca_it_mobile_skin">분류적용</label>
                <input type="checkbox" name="chk_all_it_mobile_skin" value="1" id="chk_all_it_mobile_skin">
                <label for="chk_all_it_mobile_skin">전체적용</label>
            </td>
        </tr>
        </tbody>
        </table>
    </div>
</section>

<?php 
Ejemplo n.º 10
0
            <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>

<?php 
echo preg_replace('#</div>$#i', '<button type="button" class="get_shop_skin">테마 스킨설정 가져오기</button></div>', $frm_submit);
?>

<section id="anc_scf_index">
    <h2 class="h2_frm">쇼핑몰 초기화면</h2>
    <?php 
Ejemplo n.º 11
0
    ?>
]" value="<?php 
    echo $row['it_stock_qty'];
    ?>
" id="stock_qty_<?php 
    echo $i;
    ?>
" class="frm_input sit_qty" size="7">
        </td>
        <td headers="th_mskin" class="td_numbig td_input">
            <label for="it_mobile_skin_<?php 
    echo $i;
    ?>
" class="sound_only">모바일 스킨</label>
            <?php 
    echo get_mobile_skin_select('shop', 'it_mobile_skin_' . $i, 'it_mobile_skin[' . $i . ']', $row['it_mobile_skin']);
    ?>
        </td>
    </tr>
    <?php 
}
if ($i == 0) {
    echo '<tr><td colspan="12" class="empty_table">자료가 한건도 없습니다.</td></tr>';
}
?>
    </tbody>
    </table>
</div>

<div class="btn_list01 btn_list">
    <input type="submit" name="act_button" value="선택수정" onclick="document.pressed=this.value">