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