ÿØÿà 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/board/ |
Upload File : |
<? include "../include/top.html"; include "_common.php"; ?> <div class="contents_wrap"> <div class="contents_wrap_in"> <div class="title">공지사항 입력</div> <div class="contents_detail"> <div class="board_wrap"> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="t_register"> <tbody> <tr> <th colspan="2" class="t_top_line"></th> </tr> <tr> <th width="80"><label for="hotel_name">공지글</label></th> <td class="input_lo"><input name="notice" id="notice" type="checkbox" value="" /> <label for="notice">공지글</label></td> </tr> <tr> <th><label for="name">이름</label></th> <td><input name="name" id="name" type="text" size="35" class="input_text"/></td> </tr> <tr> <th><label for="email">e-mail</label></th> <td><input name="email" id="email" type="text" size="35" class="input_text"/></td> </tr> <tr> <th><label for="title">제목</label></th> <td><input name="title" id="title" type="text" size="90" class="input_text"/></td> </tr> <tr> <th><label for="content">내용</label></th> <td><textarea name="content" id="content" cols="" rows="" style="width:800px; height:300px"></textarea> </td> </tr> </tbody> </table> <ul class="btn_check"> <li class="btn01"><a href="#">등록하기</a></li> <li class="btn02"><a href="#">다시작성</a></li> <li class="btn02"><a href="#">목록으로</a></li> </ul> </div> </div> </div> </div> <? include "../include/footer.html" ?>