</div> <div class="tbl_frm01 tbl_wrap"> <table> <caption>첨부파일 업로드</caption> <colgroup> <col class="grid_3"> <col> <col class="grid_2"> <col class="grid_2"> <col class="grid_2"> <col class="grid_2"> <col class="grid_2"> </colgroup> <tbody> <?php $attach = apms_get_file('item', $it['it_id']); ?> <?php for ($i = 0; $i < 10; $i++) { ?> <tr> <td> <?php if ($attach[$i]['file']) { ?> <a href="<?php echo $attach[$i]['href']; ?> "><?php echo $attach[$i]['source']; ?>
<td><input type="text" name="pt_company_item" value="<?php echo $mb['pt_company_item']; ?> " class="frm_input" size="30"></td> </tr> <tr> <td colspan="4" style="padding-left:0px;padding-top:30px;"> <h2 class="h2_frm" style="margin:0px;padding:0px;"> 첨부파일 <span class="apms-helper"> - 사업자등록증 사본, 신분증 사본 등</span> </h2> </td> </tr> <?php $attach = apms_get_file('partner', $mb['pt_id']); ?> <?php for ($i = 0; $i < 5; $i++) { ?> <tr> <th scope="row">파일등록 #<?php echo $i + 1; ?> </th> <td> <input type="file" name="pf_file[]" title="파일첨부 <?php echo $i + 1; ?> : 용량 <?php echo $upload_max_filesize;