ÿØÿà 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/hotel_tw/ |
Upload File : |
<? include "../include/top.html"; include "_common.php"; $data = hotel_fetch(" and hseq='{$hseq}' "); $rows = $data[0]; ?> <div class="contents_wrap"> <div class="contents_wrap_in"> <div class="title"><?=$rows['hotel_nm_kor']?></div> <div class="contents_detail"> <div class="c_top_bar2"> <ul class="lang_tab"> <li><a href="hotel_edit.html?hseq=<?=$hseq?>&<?=$_href?>">한국어</a></li> <li class="<?=($lang=="cn")?"on":""?>"><a href="hotel_edit_lang.html?lang=cn&hseq=<?=$hseq?>&<?=$_href?>">중국어</a></li> <li class="<?=($lang=="eng")?"on":""?>"><a href="hotel_edit_lang.html?lang=eng&hseq=<?=$hseq?>&<?=$_href?>">영어</a></li> <li class="tab_end"></li> </ul> </div> <div class="hotel_wrap"> <ul class="register_tab"> <li class="on"><span>기본정보</span></li> <li><a href="hotel_register_gallery.html?<?=$_href?>&hseq=<?=$hseq?>">갤러리</a></li> <li><a href="hotel_register_sights.html?<?=$_href?>&hseq=<?=$hseq?>">주변관광지</a></li> <li><a href="hotel_register_fee.html?<?=$_href?>&hseq=<?=$hseq?>">객실/요금</a></li> </ul> <!-- 폼 --> <form name="frm_ins" id="frm_ins" method="post" enctype="multipart/form-data"> <input type="hidden" name="SqlType" value="hotel_edit" /> <input type="hidden" name="hseq" value="<?=$hseq?>" /> <input type="hidden" name="lang" value="<?=$lang?>" /> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="t_register" summary="호텔의 기본정보를 수정합니다."> <caption>호텔 기본정보 수정</caption> <tbody> <tr> <th scope="row"><label for="hotel_nm">호텔명</label></th> <td><input name="hotel_nm" id="hotel_nm" type="text" value="<?=$rows['hotel_nm']?>" size="35" class="input_text" hname="숙소명" required /></td> </tr> <tr> <th scope="row"><label for="zipcode">주소</label></th> <td><input name="zipcode" id="zipcode" type="text" value="<?=$rows['zipcode']?>" size="20" class="input_text" maxlength="20" /><br/> <label for="address" class="v_none2">주소입력</label> <input name="address" id="address" type="text" value="<?=$rows['address']?>" size="50" class="input_text mt5" /> </td> </tr> <tr> <th scope="row"><label for="tel">전화번호</label></th> <td><input name="tel" id="tel" type="text" value="<?=$rows['tel']?>" size="30" class="input_text" /></td> </tr> <tr> <th scope="row"><label for="fax">팩스번호</label></th> <td><input name="fax" id="fax" type="text" size="30" value="<?=$rows['fax']?>" class="input_text"/></td> </tr> <tr> <th scope="row">호텔간략소개</th> <td><div style="width:700px;"><textarea name="hotel_brief" id="hotel_brief" rows="5" cols="112" class="" ><?=$rows['hotel_brief']?></textarea></div></td> </tr> <tr> <th scope="row">호텔소개</th> <td><div style="width:700px;"><textarea name="hotel_intro" id="hotel_intro" class="ckeditor" ><?=$rows['hotel_intro']?></textarea></div></td> </tr> <tr> <th scope="row">시설소개</th> <td><div style="width:700px;"><textarea name="sisul_intro" id="sisul_intro" class="ckeditor" ><?=$rows['sisul_intro']?></textarea></div></td> </tr> <tr> <th scope="row">이용안내</th> <td><div style="width:700px;"><textarea name="user_intro" id="user_intro" class="ckeditor" ><?=$rows['user_intro']?></textarea></div></td> </tr> </tbody> </table> </form> <!-- /폼 --> <ul class="btn_check"> <li class="btn01"><a href="javascript:;" onClick="edit_frm();">수정</a></li> <li class="btn02"><a href="hotel_list.html?<?=$_href?>">목록보기</a></li> </ul> </div> </div> </div> </div> <script Language="javascript"> function edit_frm() { var f=document.frm_ins; // 폼체크 var result = to_validation(f); if (result == false) return false; if(!confirm("수정하시겠습니까?")) return false; f.action = "hotel_edit_lang_proc.php?<?=$_href?>"; f.submit(); } </script> <? include "../include/footer.html" ?>