Пример #1
0
echo get_checked('1', $wset['sns']);
?>
> SNS</label>
			&nbsp;
			<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"> 시간 이내 등록 아이템
			&nbsp;
			색상
			<select name="wset[new]">
				<?php 
echo apms_color_options($wset['new']);
?>
			</select>
		</td>
	</tr>
	</tbody>
	</table>
</div>
Пример #2
0
		<td align="center">정렬설정</td>
		<td>
			<select name="wset[sort]">
				<?php 
echo apms_rank_options($wset['sort']);
?>
			</select>
			&nbsp;
			랭크표시
			<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>
			&nbsp;
			<input type="text" name="wset[dayterm]" value="<?php 
echo $wset['dayterm'];
Пример #3
0
" 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>
				&nbsp;
				<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
0
    ?>
]" 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
0
				<?php 
echo apms_color_options($wset['poll']);
?>
			</select>
			투표
			&nbsp;
			<select name="wset[result]">
				<?php 
echo apms_color_options($wset['result']);
?>
			</select>
			결과
			&nbsp;
			<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
			&nbsp;
			<input type="text" name="wmset[rows]" value="<?php 
echo $wmset['rows'];
Пример #6
0
	<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>
			&nbsp;
			기본컬러	
			<select name="wset[hcolor]">
				<?php 
echo apms_color_options($wset['hcolor']);
?>
			</select>
		</td>
	</tr>
	</tbody>
	</table>
</div>
Пример #7
0
        ?>
]" 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