ÿØÿà 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/toadmin/good/ |
Upload File : |
<?php include "../include/top.html"; include "_common.php"; $sql = "SELECT g.g_uid, g.g_title, g.creatrip_mail_good_name, g.trazy_mail_good_name, g.kkday_mail_good_name, g.klook_mail_good_name FROM good g WHERE g.trazy_mail_good_name != '' OR g.creatrip_mail_good_name != '' OR g.kkday_mail_good_name != '' OR g.klook_mail_good_name != ''"; $res = db_query($sql); ?> <div class="contents_wrap"> <div class="contents_wrap_in"> <div class="title">이메일 매크로 연동 제목 리스트</div> <div class="contents_detail"> <div id="Content_box"> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="T_list" > <thead> <tr> <th>TK 상품명</th> <th>Creatrip 메일 연동 상품명</th> <th>Trazy 메일 연동 상품명</th> <th>kkday 메일 연동 상품명</th> <th>klook 메일 연동 상품명</th> </tr> </thead> <tbody> <?php while($dataRow = db_fetch_array($res)){ // p($dataRow); ?> <tr> <td><?=$dataRow['g_title']?></td> <td><?=$dataRow['creatrip_mail_good_name']?></td> <td><?=$dataRow['trazy_mail_good_name']?></td> <td><?=$dataRow['kkday_mail_good_name']?></td> <td><?=$dataRow['klook_mail_good_name']?></td> </tr> <?php } ?> </tbody> </table> <!-- 폼 --> <!-- /폼 --> <!-- /본문 --> </div> </div> </div> </div> <? include "../include/footer.html"; ?> <style type="text/css"> #menu_box {position:absolute;padding:5px 5px 5px;border:1px solid #A398EB;background-color:#ffffff;} #menu_box ul{width:150px;} </style>