ÿØÿà JFIF ` ` ÿþ
Server : Apache System : Linux ruga7-004.fmcity.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 User : tkt_travelbus ( 1137) PHP Version : 7.0.0p1 Disable Function : mysql_pconnect Directory : /tkt_travelbus/www/admin/setting/ |
Upload File : |
<? include "../include/top.html"; include "_common.php"; $type="AT"; $data = to_macro_list(array('type'=>$type,'tab'=>$tab)); ?> <div class="contents_wrap"> <div class="contents_wrap_in"> <div class="title">상용구관리<span class="arrow">></span><strong>알림톡 상용구</strong></div> <div class="contents_detail"> <div class="setting_wrap"> <div class="top_txt_s"> <div class="bar_wrap"> <p class="search_result_txt"><span>Total : <?=count($data)?></span></p> <!-- 상품정렬 --> <ul class="search_rt_btn"> <!-- <li><a href="javascript:;" class="Tbtn red" onClick="to_dialog.iframe('macro_reg.html?type=<?=$type?>','<?=$typenm?> 등록','800','600',true,true,'no');">등록</a></li> --> </ul><!-- 상품등록 --> </div> </div> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="t_list"> <colgroup> <col style=" width:45px" /> <col style=" width:70px" /> <col style=" width:120px" /> <col style=" width:150px" /> <col style=" width:150px" /> <col style=" width:70px" /> <col style=" width:80px" /> <col /> <col style=" width:500px" /> <col style=" width:100px" /> </colgroup> <thead> <tr> <th>사용</th> <th>No</th> <th>진행상태</th> <th>타입코드</th> <th>템플릿코드<br>(*비즈뿌리오)</th> <th>자동전송</th> <th>분류</th> <th>제목</th> <th>연동중인 상품명</th> <th>-</th> </tr> </thead> <tbody> <? for($i=0,$j=1 ; $i < count($data) ; $i++,$j++){ $row = $data[$i]; ?> <tr> <td><span id="disp_<?=$row['midx']?>"><img src="<?=$row['disp_img']?>" alt="사용" onclick="ajax_obj_loader('macro_proc.html?SqlType=chg_disp&midx=<?=$row['midx']?>&disp_yn=<?=$row['disp_opp']?>','disp_<?=$row['midx']?>');" style='cursor:pointer;' /></span></td> <td><?=$j?></td> <td><?=$row['res_cd_nm']?></td> <td><?=$row['mtype']?></td> <td><?=$row['at_tpl_code']?></td> <td><?=$row['auto_send']?></td> <td><?=$row['tab_nm']?></td> <td style="text-align:left;padding-left:10px;"><?=$row['subj']?></td> <td style="text-align:left;padding-left:10px;"><?=$row['memo']?></td> <td><input type="button" class="Table_btn" value="수정" onClick="to_dialog.iframe('macro_at_reg.html?midx=<?=$row['midx']?>','상용구수정','800','750',true,true,'no');" /> <!-- <input type="button" class="Table_btn gray" value="삭제" onClick="if(confirm('정말 삭제하시겠습니까?')) ajax_loader('macro_proc.html?SqlType=del_macro&midx='+<?=$row['midx']?>)" /> --></td> </tr> <?}?> </tbody> </table> </div> </div> </div> </div> <? include "../include/footer.html" ?>