本文整理汇总了PHP中get_mobile_skin_select函数的典型用法代码示例。如果您正苦于以下问题:PHP get_mobile_skin_select函数的具体用法?PHP get_mobile_skin_select怎么用?PHP get_mobile_skin_select使用的例子?那么恭喜您, 这里精选的函数代码示例或许可以为您提供帮助。
在下文中一共展示了get_mobile_skin_select函数的11个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于我们的系统推荐出更棒的PHP代码示例。
示例1: get_skin_select
<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>
开发者ID:dingdong2310,项目名称:g5_theme,代码行数:31,代码来源:config_form.php
示例2: get_skin_select
<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">
开发者ID:dingdong2310,项目名称:g5_theme,代码行数:31,代码来源:history_form.php
示例3: get_skin_select
<?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'];
?>
开发者ID:kimyongyeon,项目名称:myproject,代码行数:31,代码来源:board_form.php
示例4: get_skin_select
</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
开发者ID:dingdong2310,项目名称:g5_theme,代码行数:31,代码来源:contentform.php
示例5: get_mobile_skin_select
<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>
开发者ID:peb317,项目名称:gbamn,代码行数:31,代码来源:categoryform.php
示例6: get_skin_select
<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;
开发者ID:khk0613,项目名称:YHK,代码行数:31,代码来源:board_list.php
示例7: get_mobile_skin_select
?>
]" 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']);
?>
开发者ID:davis00,项目名称:youngcart,代码行数:31,代码来源:categorylist.php
示例8: get_skin_select
" 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>
开发者ID:khk0613,项目名称:YHK,代码行数:31,代码来源:qa_config.php
示例9: get_skin_select
<?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
开发者ID:davis00,项目名称:youngcart,代码行数:31,代码来源:itemform.php
示例10: get_skin_select
<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
开发者ID:davis00,项目名称:youngcart,代码行数:31,代码来源:configform.php
示例11: get_mobile_skin_select
?>
]" 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">
开发者ID:davis00,项目名称:youngcart,代码行数:31,代码来源:itemlist.php
注:本文中的get_mobile_skin_select函数示例整理自Github/MSDocs等源码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;未经允许,请勿转载。 |
请发表评论