5.3 버전 내용 적용
This commit is contained in:
@ -74,8 +74,8 @@ $qstr1 = 'sch_target='.$sch_target.'&sch_word='.urlencode($sch_word);
|
||||
<input type="text" name="sch_word" id="sch_word" value="<?php echo get_text($sch_word); ?>" class="frm_input required" required size="20">
|
||||
<input type="submit" value="검색" class="btn_frmline">
|
||||
</div>
|
||||
|
||||
<div class="tbl_head01 tbl_wrap">
|
||||
|
||||
<div class="tbl_head01 tbl_wrap new_win_con">
|
||||
<table>
|
||||
<caption>검색결과</caption>
|
||||
<thead>
|
||||
@ -90,9 +90,9 @@ $qstr1 = 'sch_target='.$sch_target.'&sch_word='.urlencode($sch_word);
|
||||
for($i=0; $row=sql_fetch_array($result); $i++) {
|
||||
?>
|
||||
<tr>
|
||||
<td><?php echo $row['t_name']; ?></td>
|
||||
<td class="td_left"><?php echo $row['t_name']; ?></td>
|
||||
<td class="scp_target_code"><?php echo $row['t_id']; ?></td>
|
||||
<td class="scp_target_select"><button type="button" class="btn_frmline" onclick="sel_target_id('<?php echo $row['t_id']; ?>');">선택</button>
|
||||
<td class="td_mng td_mng_s"><button type="button" class="btn btn_03" onclick="sel_target_id('<?php echo $row['t_id']; ?>');">선택</button>
|
||||
</tr>
|
||||
<?php
|
||||
}
|
||||
@ -107,8 +107,8 @@ $qstr1 = 'sch_target='.$sch_target.'&sch_word='.urlencode($sch_word);
|
||||
|
||||
<?php echo get_paging(G5_IS_MOBILE ? $config['cf_mobile_pages'] : $config['cf_write_pages'], $page, $total_page, '?'.$qstr1.'&page='); ?>
|
||||
|
||||
<div class="btn_confirm01 btn_confirm">
|
||||
<button type="button" onclick="window.close();">닫기</button>
|
||||
<div class="btn_confirm01 btn_confirm win_btn">
|
||||
<button type="button" onclick="window.close();" class="btn">닫기</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user