本文整理汇总了PHP中apms_color_options函数的典型用法代码示例。如果您正苦于以下问题:PHP apms_color_options函数的具体用法?PHP apms_color_options怎么用?PHP apms_color_options使用的例子?那么恭喜您, 这里精选的函数代码示例或许可以为您提供帮助。
在下文中一共展示了apms_color_options函数的7个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: get_checked
echo get_checked('1', $wset['sns']);
?>
> SNS</label>
<select name="wset[star]">
<option value="">별점</option>
<?php
echo apms_color_options($wset['star']);
?>
</select>
</td>
</tr>
<tr>
<td align="center">새아이템</td>
<td>
<input type="text" name="wset[newtime]" value="<?php
echo $wset['newtime'];
?>
" size="3" class="frm_input"> 시간 이내 등록 아이템
색상
<select name="wset[new]">
<?php
echo apms_color_options($wset['new']);
?>
</select>
</td>
</tr>
</tbody>
</table>
</div>
示例2: apms_rank_options
<td align="center">정렬설정</td>
<td>
<select name="wset[sort]">
<?php
echo apms_rank_options($wset['sort']);
?>
</select>
랭크표시
<select name="wset[rank]">
<option value=""<?php
echo get_selected('', $wset['rank']);
?>
>표시안함</option>
<?php
echo apms_color_options($wset['rank']);
?>
</select>
</td>
</tr>
<tr>
<td align="center">기간설정</td>
<td>
<select name="wset[term]">
<?php
echo apms_term_options($wset['term']);
?>
</select>
<input type="text" name="wset[dayterm]" value="<?php
echo $wset['dayterm'];
示例3: get_selected
" size="52" class="frm_input" placeholder="http://...">
</td>
</tr>
<tr>
<td align="center">라벨</td>
<td>
<select name="wset[label<?php
echo $i;
?>
]">
<option value=""<?php
echo get_selected('', $wset['label' . $i]);
?>
>사용안함</option>
<?php
echo apms_color_options($wset['label' . $i]);
?>
</select>
<a href="<?php
echo G5_BBS_URL;
?>
/ficon.php?fid=txt<?php
echo $i;
?>
" class="btn_frmline win_scrap">아이콘 선택</a>
<div style="height:8px;"></div>
<textarea id="txt<?php
echo $i;
?>
" name="wset[txt<?php
示例4: get_selected
?>
]" style="width:100;">
<option value="">헤더 미사용</option>
<?php
for ($j = 0; $j < count($headlist); $j++) {
echo "<option value=\"" . $headlist[$j] . "\"" . get_selected($row['as_head'], $headlist[$j]) . ">" . $headlist[$j] . "</option>\n";
}
?>
</select>
<div class="sp1"></div>
<select name="as_hcolor[<?php
echo $z;
?>
]" style="width:100;">
<?php
echo apms_color_options($row['as_hcolor']);
?>
</select>
</td>
<td align="center">
<select name="as_skin[<?php
echo $z;
?>
]" style="width:100;">
<option value="">스킨 미사용</option>
<?php
for ($j = 0; $j < count($skinlist); $j++) {
echo "<option value=\"" . $skinlist[$j] . "\"" . get_selected($row['as_skin'], $skinlist[$j]) . ">" . $skinlist[$j] . "</option>\n";
}
?>
</select>
示例5: apms_color_options
<?php
echo apms_color_options($wset['poll']);
?>
</select>
투표
<select name="wset[result]">
<?php
echo apms_color_options($wset['result']);
?>
</select>
결과
<select name="wset[admin]">
<?php
echo apms_color_options($wset['admin']);
?>
</select>
관리
</td>
</tr>
<tr>
<td align="center">추출투표</td>
<td>
<input type="text" name="wset[rows]" value="<?php
echo $wset['rows'];
?>
" class="frm_input" size="3"> 개 - PC
<input type="text" name="wmset[rows]" value="<?php
echo $wmset['rows'];
示例6: apms_skin_file_list
<thead>
<tr>
<th scope="col">구분</th>
<th scope="col">설정</th>
</tr>
</thead>
<tbody>
<tr>
<td align="center">목록헤드</td>
<td>
<select name="wset[hskin]">
<option value="">기본헤드</option>
<?php
$skinlist = apms_skin_file_list(G5_PATH . '/css/head', 'css');
for ($k = 0; $k < count($skinlist); $k++) {
echo "<option value=\"" . $skinlist[$k] . "\"" . get_selected($wset['hskin'], $skinlist[$k]) . ">" . $skinlist[$k] . "</option>\n";
}
?>
</select>
기본컬러
<select name="wset[hcolor]">
<?php
echo apms_color_options($wset['hcolor']);
?>
</select>
</td>
</tr>
</tbody>
</table>
</div>
示例7: get_selected
?>
]" style="width:100;">
<option value="">헤더 미사용</option>
<?php
for ($j = 0; $j < count($headlist); $j++) {
echo "<option value=\"" . $headlist[$j] . "\"" . get_selected($bo[$k]['as_head'], $headlist[$j]) . ">" . $headlist[$j] . "</option>\n";
}
?>
</select>
<div class="sp1"></div>
<select name="as_hcolor[<?php
echo $z;
?>
]" style="width:100;">
<?php
echo apms_color_options($bo[$k]['as_hcolor']);
?>
</select>
<?php
}
?>
</td>
<td align="center">
<?php
if ($bo[$k]['bo_table']) {
?>
-
<?php
} else {
?>
<select name="as_skin[<?php