LOADING
1
1234
all
284
sql
223
AND
195
select
174
그누보드
89
FROM
53
LOGIN
JOIN
MAILL
ENJOYSITE
Business
Business
Information
Information
Study
IONIC
REACT
PHP
GNU
MySQL
ASP
.NET
MsSQL
Html
CSS
Script
SEO
DNS
JQuery
Eng
book
book
free
free
:: 글답변 ::
이 름
패스워드
이메일
홈페이지
옵 션
html
분 류
선택하세요
Html
CSS
Script
JQuery
ASP
PHP
GNU
.NET
MySQL
MsSQL
DNS
SEO
ENG
IONIC
REACT
제 목
> > > <link rel="icon" type="image/x-icon" href="/images/favicon.ico" /> > <link href="/css/colorbox.custom.css" rel="stylesheet" type="text/css" /> > <link href="/css/rh_style.css" rel="stylesheet" type="text/css" /> > <script type="text/javascript" src="/js/jquery.colorbox.custom.js"></script> > > <script> > // 자바스크립트에서 사용하는 전역변수 선언 > var g5_url = "http://www.bossdesign.com.au"; > var g5_bbs_url = "http://www.bossdesign.com.au//bbs"; > var g5_is_member = "1"; > var g5_is_admin = "super"; > var g5_is_mobile = ""; > var g5_bo_table = "architectural"; > var g5_sca = ""; > var g5_editor = ""; > var g5_cookie_domain = ""; > var g5_admin_url = "http://www.bossdesign.com.au/adm"; > </script> > > <style> > div.gallery > ul > li > div.frame { > border: 1px solid #676767; > padding: 13px 13px 12px 13px; > margin-bottom: 7px; > } > > #logo{ > position:relative; > top:-5px; > } > #ph-file input { > display: block; > float: none; > margin-bottom: 5px; > } > </style> > > <?php > if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 > include_once(G5_LIB_PATH.'/thumbnail.lib.php'); > > // add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨 > ?> > <?php > if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 > > // add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨 > add_stylesheet('<link rel="stylesheet" href="'.$board_skin_url.'/style.css">', 0); > ?> > <body> > <div id="wrapper" style="margin: 0 auto !important;"> > <div id="content" class="gallery"> > > <section id="bo_w"> > > > <!-- 게시물 작성/수정 시작 { --> > <form name="fwrite" id="fwrite" action="<?php echo $action_url ?>" onsubmit="return fwrite_submit(this);" method="post" enctype="multipart/form-data" autocomplete="off" style="width:<?php echo $width; ?>"> > <input type="hidden" name="uid" value="<?php echo get_uniqid(); ?>"> > <input type="hidden" name="w" value="<?php echo $w ?>"> > <input type="hidden" name="bo_table" value="<?php echo $bo_table ?>"> > <input type="hidden" name="wr_id" value="<?php echo $wr_id ?>"> > <input type="hidden" name="sca" value="<?php echo $sca ?>"> > <input type="hidden" name="sfl" value="<?php echo $sfl ?>"> > <input type="hidden" name="stx" value="<?php echo $stx ?>"> > <input type="hidden" name="spt" value="<?php echo $spt ?>"> > <input type="hidden" name="sst" value="<?php echo $sst ?>"> > <input type="hidden" name="sod" value="<?php echo $sod ?>"> > <input type="hidden" name="page" value="<?php echo $page ?>"> > <?php > $option = ''; > $option_hidden = ''; > if ($is_notice || $is_html || $is_secret || $is_mail) { > $option = ''; > if ($is_notice) { > $option .= "\n".'<input type="checkbox" id="notice" name="notice" value="1" '.$notice_checked.'>'."\n".'<label for="notice">공지</label>'; > } > > if ($is_html) { > if ($is_dhtml_editor) { > $option_hidden .= '<input type="hidden" value="html1" name="html">'; > } else { > $option .= "\n".'<input type="checkbox" id="html" name="html" onclick="html_auto_br(this);" value="'.$html_value.'" '.$html_checked.'>'."\n".'<label for="html">html</label>'; > } > } > > if ($is_secret) { > if ($is_admin || $is_secret==1) { > $option .= "\n".'<input type="checkbox" id="secret" name="secret" value="secret" '.$secret_checked.'>'."\n".'<label for="secret">비밀글</label>'; > } else { > $option_hidden .= '<input type="hidden" name="secret" value="secret">'; > } > } > > if ($is_mail) { > $option .= "\n".'<input type="checkbox" id="mail" name="mail" value="mail" '.$recv_email_checked.'>'."\n".'<label for="mail">답변메일받기</label>'; > } > } > > echo $option_hidden; > ?> > > <div class="tbl_frm01 tbl_wrap"> > <table> > <tbody> > <?php if ($is_name) { ?> > <tr> > <th scope="row"><label for="wr_name">이름</label></th> > <td><input type="text" name="wr_name" value="<?php echo $name ?>" id="wr_name" required class="frm_input required" size="10" maxlength="20"></td> > </tr> > <?php } ?> > > <?php if ($is_password) { ?> > <tr> > <th scope="row"><label for="wr_password">비밀번호</label></th> > <td><input type="password" name="wr_password" id="wr_password" <?php echo $password_required ?> class="frm_input <?php echo $password_required ?>" maxlength="20"></td> > </tr> > <?php } ?> > > <?php if ($is_email) { ?> > <tr> > <th scope="row"><label for="wr_email">이메일</label></th> > <td><input type="text" name="wr_email" value="<?php echo $email ?>" id="wr_email" class="frm_input email" size="50" maxlength="100"></td> > </tr> > <?php } ?> > > <?php if ($is_homepage) { ?> > <tr> > <th scope="row"><label for="wr_homepage">홈페이지</label></th> > <td><input type="text" name="wr_homepage" value="<?php echo $homepage ?>" id="wr_homepage" class="frm_input" size="50"></td> > </tr> > <?php } ?> > > > <?php if ($is_category) { ?> > <tr> > <th scope="row"><label for="ca_name" >분류</label></th> > <td> > <select name="ca_name" id="ca_name" required class="required" > > <option value="">선택하세요</option> > <?php echo $category_option ?> > </select> > </td> > </tr> > <?php } ?> > > <tr> > <th scope="row" style=" width: 200px; font-weight: bold;"><label for="wr_subject">Title</label></th> > <td> > <div id="autosave_wrapper"> > <input type="text" name="wr_subject" value="<?php echo $subject ?>" id="wr_subject" required class="frm_input required" size="50" maxlength="255" style="border: 1px solid #eee; height: 25px;"> > </div> > </td> > </tr> > > <tr> > <th scope="row" style=" width: 200px; vertical-align: middle; font-weight: bold; "><label for="wr_content">Content</label></th> > <td class="wr_content rm_bor_area"> > <?php if($write_min || $write_max) { ?> > <!-- 최소/최대 글자 수 사용 시 --> > <p id="char_count_desc">이 게시판은 최소 <strong><?php echo $write_min; ?></strong>글자 이상, 최대 <strong><?php echo $write_max; ?></strong>글자 이하까지 글을 쓰실 수 있습니다.</p> > <?php } ?> > <?php echo str_replace("웹 에디터 끝","",str_replace("웹에디터 시작","",$editor_html)); // 에디터 사용시는 에디터로, 아니면 textarea 로 노출 ?> > <?php if($write_min || $write_max) { ?> > <!-- 최소/최대 글자 수 사용 시 --> > <div id="char_count_wrap"><span id="char_count"></span>글자</div> > <?php } ?> > </td> > </tr> > > > <?php // 작동전 관리자 화면에서 첨부파일 갯수를 무한대로 늘려줘야 함 > $result = sql_fetch(" select count(*) as cnt from g5_board_file where wr_id='$wr_id' and bo_table = '$bo_table' "); > //echo $result['cnt']; // 수정을 위해 첨부파일 갯수를 불러옴 > if($result['cnt']==0){$result['cnt'] = 1;} // 쓰기를 위해 첨부파일 갯수를 최소 1로 잡음 > ?> > <?php for ($i=0; $is_file && $i<$result['cnt']; $i++) { ?> > <tr> > <th scope="row" style=" width: 200px; font-weight: bold;"></th> > <td id="ph-file"> > <span id="ph-file1"> > <input type="file" name="bf_file[]" title="파일첨부 <?php echo $i+1 ?> : 용량 <?php echo $upload_max_filesize ?> 이하만 업로드 가능" class="frm_file frm_input" style="margin-bottom: 0px;"> > </span> > <?php if ($is_file_content) { ?> > <input type="text" name="bf_content[]" value="<?php echo ($w == 'u') ? $file[$i]['bf_content'] : ''; ?>" title="파일 설명을 입력해주세요." class="frm_file frm_input" size="50"> > <?php } ?> > <?php if($w == 'u' && $file[$i]['file']) { ?> > <table> > <tr> > <td> > <input type="checkbox" id="bf_file_del<?php echo $i ?>" name="bf_file_del[<?php echo $i; ?>]" value="1" style="position:relative;top:7px;"> > </td> > <td style="padding-left:3px;"> > If you want to delete this file, Check here > </td> > </tr> > </table> > <label for="bf_file_del<?php echo $i ?>"><?php echo $file[$i]['source'].'('.$file[$i]['size'].')';?></label> > <?php } ?> > </td> > </tr> > <?php } ?> > <tr> > <th scope="row"></th><td><span id="ph-file2"></span></td> > </tr> > <tr style="height:20px;"> > <th></th> > <td></td> > </tr> > <tr> > <th></th> > <td> > <span class="rightFile"> > <img onclick="addIFile();" src="/images/btn_file_add.gif" style="cursor:pointer;"/> > <img onclick="minusFile();" src="/images/btn_file_minus.gif" style="cursor:pointer;"/> > </span> > </td> > </tr> > </tbody> > </table> > </div> > > <div class="btn_confirm" style=" margin-left: 200px; margin-top: 10px;" > > <input type="submit" value="Write" id="btn_submit" accesskey="s" class="a1"> > <script src="<?php echo G5_JS_URL ?>/common.js"></script> > <?php > if (($member[mb_id] && ($member[mb_id] == $write[mb_id])) || $is_admin) { > $delete_href = "javascript:del('/bbs/delete.php?bo_table=$bo_table&wr_id=$wr_id&page=$page".urldecode($qstr)."');"; > if ($is_admin) > { > set_session("ss_delete_token", $token = uniqid(time())); > $delete_href = "javascript:del('/bbs/delete.php?bo_table=$bo_table&wr_id=$wr_id&token=$token&page=$page".urldecode($qstr)."');"; > } > } > else if (!$write[mb_id]) { // 회원이 쓴 글이 아니라면 > $delete_href = "/bbs/password.php?w=d&bo_table=$bo_table&wr_id=$wr_id&page=$page" . $qstr; > } > ?> > <?php if($w=='u'){?><a href="<?php echo $delete_href ?>" class="a1" onclick="del(this.href); return false;">Delete</a><?php }?> > <a href="./board.php?bo_table=<?php echo $bo_table ?>" class="b1">Cancel</a> > </div> > </form> > > <script> > var inputI = 1; > > function addIFile(){ > var html = "<div id='inputFile"+inputI+"'><input type='file' name='bf_file[]' class='frm_file frm_input'></div>"; > $("#ph-file2").append(html); > $(".rightFile img").eq(1).attr('onclick','minusFile('+inputI+');'); > inputI++; > } > > function minusFile(e){ > var inF = e-1; > $("#inputFile"+e).remove(); > $(".rightFile img").eq(1).attr('onclick','minusFile('+inF+');'); > } > > <?php if($write_min || $write_max) { ?> > // 글자수 제한 > var char_min = parseInt(<?php echo $write_min; ?>); // 최소 > var char_max = parseInt(<?php echo $write_max; ?>); // 최대 > check_byte("wr_content", "char_count"); > > $(function() { > $("#wr_content").on("keyup", function() { > check_byte("wr_content", "char_count"); > }); > }); > > <?php } ?> > function html_auto_br(obj) > { > if (obj.checked) { > result = confirm("자동 줄바꿈을 하시겠습니까?\n\n자동 줄바꿈은 게시물 내용중 줄바뀐 곳을<br>태그로 변환하는 기능입니다."); > if (result) > obj.value = "html2"; > else > obj.value = "html1"; > } > else > obj.value = ""; > } > > function fwrite_submit(f) > { > <?php echo $editor_js; // 에디터 사용시 자바스크립트에서 내용을 폼필드로 넣어주며 내용이 입력되었는지 검사함 ?> > > var subject = ""; > var content = ""; > $.ajax({ > url: g5_bbs_url+"/ajax.filter.php", > type: "POST", > data: { > "subject": f.wr_subject.value, > "content": f.wr_content.value > }, > dataType: "json", > async: false, > cache: false, > success: function(data, textStatus) { > subject = data.subject; > content = data.content; > } > }); > > if (subject) { > alert("제목에 금지단어('"+subject+"')가 포함되어있습니다"); > f.wr_subject.focus(); > return false; > } > > if (content) { > alert("내용에 금지단어('"+content+"')가 포함되어있습니다"); > if (typeof(ed_wr_content) != "undefined") > ed_wr_content.returnFalse(); > else > f.wr_content.focus(); > return false; > } > > if (document.getElementById("char_count")) { > if (char_min > 0 || char_max > 0) { > var cnt = parseInt(check_byte("wr_content", "char_count")); > if (char_min > 0 && char_min > cnt) { > alert("내용은 "+char_min+"글자 이상 쓰셔야 합니다."); > return false; > } > else if (char_max > 0 && char_max < cnt) { > alert("내용은 "+char_max+"글자 이하로 쓰셔야 합니다."); > return false; > } > } > } > > <?php echo $captcha_js; // 캡챠 사용시 자바스크립트에서 입력된 캡챠를 검사함 ?> > > document.getElementById("btn_submit").disabled = "disabled"; > > return true; > } > </script> > </section> > <!-- } 게시물 작성/수정 끝 --> > > </div> > <!--div id="footer"> > <?php include_once("../include/footer.php"); ?> > </div--> > </div> > <script> > $('document').ready(function() { > $('div.gallery ul li::nth-child(4n)').addClass("no-right-margin"); > }); > </script> > </body> > <html> > > <style> > .b1 { > > display: inline-block; > margin-bottom: 0; > font-weight: 400; > text-align: center; > vertical-align: middle; > touch-action: manipulation; > cursor: pointer; > > white-space: nowrap; > padding: 6px 12px; > font-size: 15px; > outline: 0!important; > line-height: 1.44; > background: white; > border: 2px solid #eee; > color: black; > } > > .a1 { > > display: inline-block; > margin-bottom: 0; > font-weight: 400; > text-align: center; > vertical-align: middle; > touch-action: manipulation; > cursor: pointer; > > background: #fb951f; > border: 0; > color: white; > font-weight: bold; > padding: 6px 12px; > position: relative; > white-space: nowrap; > font-size: 15px; > outline: 0!important; > line-height: 1.44; > } > input.a1:hover{ > color: white; > } > .rm_bor_area > textarea{ > border: 1px solid #eee; > margin: 3px 0 20px 0; > width: 380px !important; > height: 300px; > > } > </style> >
링크 #1
링크 #2
파일첨부
왼쪽의 글자를 입력하세요.
inbanner118x33
inbanner118x33
inbanner118x33
inbanner118x33
inbanner118x33
inbanner118x33
inbanner118x33
COPYRIGHT©
BYWOONG
ALLRIGHTSRESERVED
경영
|
프로그래밍
|
외국어
|
정보게시판
|
자유게시판
|
포트폴리오
|
내소개
|
|
로그인
|
회원가입
Page loading took : 1765907368.1 seconds