관리자: input select label 중심 마크업 정리

This commit is contained in:
whitedot
2014-04-02 10:54:19 +09:00
parent f65314bd94
commit 13cdf776f5
32 changed files with 121 additions and 102 deletions

View File

@ -39,7 +39,7 @@ include_once(G5_ADMIN_PATH.'/admin.head.php');
<form name="upload_form" method="post" enctype="multipart/form-data" id="sms5_fileup_frm">
<div>
<label for="upload_bg_no">그룹선택</label>
<select name="upload_bg_no" id="upload_bg_no" >
<select name="upload_bg_no" id="upload_bg_no">
<option value=""></option>
<option value="1"> <?php echo $no_group['bg_name']?> (<?php echo number_format($no_group['bg_count'])?>) </option>
<?php for ($i=0; $i<count($group); $i++) { ?>
@ -82,7 +82,7 @@ include_once(G5_ADMIN_PATH.'/admin.head.php');
</p>
<label for="download_bg_no">그룹선택</label>
<select name="download_bg_no" id="download_bg_no" >
<select name="download_bg_no" id="download_bg_no">
<option value=""> </option>
<option value="all"> 전체 </option>
<option value="1"> <?php echo $no_group['bg_name']?> (<?php echo number_format($no_group['bg_count'])?>) </option>