달력 폼이 이상하네요.

달력 폼이 이상하네요.

QA

달력 폼이 이상하네요.

본문

 

더운데 다들 수고가 많으십니다.

문의 할 내용은 다름이 아니라

 

홀리스톤님의 일정관리 게시판을 사용 설치를 완료 했는데요.

달력이 

 

33fd2b6ef777751d8ff88dd6f4a0096a_1471691963_6419.jpg
 

이렇게 나타나야 정상인데

 

 

달력이 아래와 같이

 

33fd2b6ef777751d8ff88dd6f4a0096a_1471691999_0484.jpg
 

나타납니다.

 

 

현재 스마툴즈 빌더 for G5 - v5.1.19.2 (PHP 하위버전 안정화)를 사용하고 있구요.

어떻게 해야 할지 너무나 막막해서 도움을 구하고자 합니다.

감사합니다.

 

write.skin.php 

 


<?php
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
 
if($w=='' && $_GET['f_date']) {
	$write['wr_1'] = $_GET['f_date'];
	$write['wr_2'] = $_GET['f_date'];  
}
 
include_once(G5_PLUGIN_PATH.'/jquery-ui/datepicker.php'); 
?>
 
<link rel="stylesheet" href="<?php echo $board_skin_url ?>/style.css">
 
<script language="javascript" src="<?php echo $board_skin_url ?>/calendar.js"></script>
 
 
<style type="text/css">
#bo_box_w { margin-top:0px;  margin-bottom:0px; margin-left:0px; margin-right:0px; text-align: left; font-family:맑은 고딕, Malgun Gothic,돋움; font-size: 13px; line-height:18pt; color:#757575;}
</style>
 
 
<section id="bo_w">
<div id="st-basic">
	<?php if( !$board['bo_content_head'] ) { ?>
	<div class="page-header">
		<h4 class="title"><b><?=$board['bo_subject']?>  <small>목록</small><b></h4>
		<span class="sr-only">목록</span>
	</div>
	<?php } ?>
 
 
    <!-- 게시물 작성/수정 시작 { -->
    <form name="fwrite" id="fwrite" action="<?=$action_url ?>" onsubmit="return fwrite_submit(this);" method="post" enctype="multipart/form-data" autocomplete="off" style="width:<?=$width; ?>">    <input type="hidden" name="uid" value="<?php echo get_uniqid(); ?>">
    <input type="hidden" name="uid" value="<?=get_uniqid(); ?>">
    <input type="hidden" name="w" value="<?=$w ?>">
    <input type="hidden" name="bo_table" value="<?=$bo_table ?>">
    <input type="hidden" name="wr_id" value="<?=$wr_id ?>">
    <input type="hidden" name="sca" value="<?=$sca ?>">
    <input type="hidden" name="sfl" value="<?=$sfl ?>">
    <input type="hidden" name="stx" value="<?=$stx ?>">
    <input type="hidden" name="spt" value="<?=$spt ?>">
    <input type="hidden" name="sst" value="<?=$sst ?>">
    <input type="hidden" name="sod" value="<?=$sod ?>">
    <input type="hidden" name="page" value="<?=$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 id="bo_box_w">
<table width="100%" border="0" cellpadding="0" cellspacing="0" style="border:solid #d3d3d3 1px;">
 
   <?php if ($is_name) { ?>
   <tr>
    	<td width="17%"  height="45" align="center" bgcolor="#fdfdfd" style="font-size:13px; font-weight:bold; color:#6e6e6e; border-right:solid #d3d2d3 1px; border-bottom:solid #d3d2d3 1px;">이     름
		</td>
        <td width="83%" style="border-bottom:solid #d3d2d3 1px; border-right:solid #d3d2d3 1px;"><input class='field' maxlength=20 name=wr_name itemname="이름" required value="<?php echo $name ?>" style="font-family:'맑은 고딕'; font-size:13px; color:#6e6e6e; font-weight:bold; height:30px; padding-left:10px; margin-left:10px; border:1px solid #d3d2d3; width:250px;">
		</td>
   </tr>
   <?php } ?>
 
   
   <?php if ($is_password) { ?>
   <tr>
        <td width="17%"  height="45" align="center" bgcolor="#fdfdfd" style="font-size:13px; font-weight:bold; color:#6e6e6e; border-right:solid #d3d2d3 1px; border-bottom:solid #d3d2d3 1px;">비밀번호
		</td>
        <td width="83%" style="border-bottom:solid #d3d2d3 1px; border-right:solid #d3d2d3 1px;">	
        <input type="password" name="wr_password" id="wr_password" <?php echo $password_required ?> class="frm_input <?php echo $password_required ?>" maxlength="20" style="font-size:13px; color:#6e6e6e; font-weight:bold; border:1px solid #d3d2d3; width:250px; height:30px; padding-left:10px; margin-left:10px;">
		</td>
   </tr>
   <?php } ?>
 
 
   <?php if ($is_email) { ?>
   <tr>
        <td width="17%"  height="45" align="center" bgcolor="#fdfdfd" style="font-size:13px; font-weight:bold; color:#6e6e6e; border-right:solid #d3d2d3 1px; border-bottom:solid #d3d2d3 1px;">이메일
		</td>
        <td width="83%" style="border-bottom:solid #d3d2d3 1px; border-right:solid #d3d2d3 1px;">	
        <input type="text" name="wr_email" value="<?php echo $email ?>" id="wr_email" class="frm_input email" maxlength="100" style="font-size:13px; color:#6e6e6e; font-weight:bold; border:1px solid #d3d2d3; width:250px; height:30px; padding-left:10px; margin-left:10px;">
 
		</td>
   </tr>
   <?php } ?>
 
 
   <?php if ($is_homepage) { ?>
   <tr>
        <td width="17%"  height="45" align="center" bgcolor="#fdfdfd" style="font-size:13px; font-weight:bold; color:#6e6e6e; border-right:solid #d3d2d3 1px; border-bottom:solid #d3d2d3 1px;">홈페이지
		</td>
        <td width="83%" style="border-bottom:solid #d3d2d3 1px; border-right:solid #d3d2d3 1px;">	
        <input type="text" name="wr_homepage" value="<?php echo $homepage ?>" id="wr_homepage" class="frm_input" style="font-size:13px; color:#6e6e6e; font-weight:bold; border:1px solid #d3d2d3; width:250px; height:30px; padding-left:10px; margin-left:10px;" >
		</td>
   </tr>
   <?php } ?>
 
 
   <?php if ($is_category) { ?>
   <tr>
        <td width="17%"  height="45" align="center" bgcolor="#fdfdfd" style="font-size:13px; font-weight:bold; color:#6e6e6e; border-right:solid #d3d2d3 1px; border-bottom:solid #d3d2d3 1px;">분류
		</td>
        <td width="83%" style="border-bottom:solid #d3d2d3 1px; border-right:solid #d3d2d3 1px; height:30px;">	
           <select name="ca_name" id="ca_name" required class="required" style="height:30px; margin-left:10px; font-size:13px; font-weight:bold; color:#6e6e6e; border-right:solid #d3d2d3 1px; border-bottom:solid #d3d2d3 1px;" >
              <option value="">선택하세요</option>
                <?php echo $category_option ?>
           </select>
		</td>
   </tr>
   <?php } ?>
 
   <tr>
        <td width="17%"  height="230" align="center" bgcolor="#fdfdfd" style="font-size:13px; font-weight:bold; color:#6e6e6e; border-right:solid #d3d2d3 1px; border-bottom:solid #d3d2d3 1px;">기간
		</td>
        <td width="83%" valign="top"  style="border-bottom:solid #d3d2d3 1px; border-right:solid #d3d2d3 1px; height:30px;">	
		<input type="text" style="font-size:13px; color:#6e6e6e; font-weight:bold; border:1px solid #d3d2d3; width:115px; height:30px; padding-left:10px; margin-left:10px; margin-top:10px;" name="wr_1" value="<?php echo $write['wr_1']; ?>" readonly id="wr_1" required class="frm_input required" size="8" maxlength="8" onClick="fnPopUpCalendar(this, wr_1, 'yyyymmdd')">
        ~<input type="text" style="font-size:13px; color:#6e6e6e; font-weight:bold; border:1px solid #d3d2d3; width:115px; height:30px; padding-left:10px; margin-left:10px;" name="wr_2" value="<?php echo $write['wr_2']; ?>" readonly id="wr_2" required class="frm_input required" size="8" maxlength="8" onClick="fnPopUpCalendar(this, wr_2, 'yyyymmdd')">
		<label for="wr_2" style="display:none">종료일<strong class="sound_only">필수</strong></label>
		</td>
   </tr>
 
 
   <tr>
        <td width="17%"  height="45" align="center" bgcolor="#fdfdfd" style="font-size:13px; font-weight:bold; color:#6e6e6e; border-right:solid #d3d2d3 1px; border-bottom:solid #d3d2d3 1px;">제목
		</td>
        <td width="83%" style="border-bottom:solid #d3d2d3 1px; border-right:solid #d3d2d3 1px; height:70px; padding-top:5px;  ">
        <input type="text" name="wr_subject" value="<?php echo $subject ?>" id="wr_subject" required class="frm_input required" maxlength="255" style="font-size:13px; color:#6e6e6e; font-weight:bold; border:1px solid #d3d2d3; width:95%; height:30px; padding-left:10px; margin-left:10px;">
                    <?php if ($is_member) { // 임시 저장된 글 기능 ?>
                    <script src="<?php echo G5_JS_URL; ?>/autosave.js"></script>
                    <button type="button" id="btn_autosave" class="btn_frmline" style="margin-left:10px; margin-top:5px; margin-bottom:5px;">임시 저장된 글 (<span id="autosave_count"><?php echo $autosave_count; ?></span>)</button>
                    <div id="autosave_pop">
                        <strong>임시 저장된 글 목록</strong>
                        <div><button type="button" class="autosave_close"><img src="<?php echo $board_skin_url; ?>/img/btn_close.gif" alt="닫기"></button></div>
                        <ul></ul>
                        <div><button type="button" class="autosave_close"><img src="<?php echo $board_skin_url; ?>/img/btn_close.gif" alt="닫기"></button></div>
                    </div>
                    <?php } ?>
		</td>
   </tr>
 
   <tr>
        <td width="17%"  height="45" align="center" bgcolor="#fdfdfd" style="font-size:13px; font-weight:bold; color:#6e6e6e; border-right:solid #d3d2d3 1px; border-bottom:solid #d3d2d3 1px;">내용
		</td>
        <td width="83%" class="wr_content" style="border-bottom:solid #d3d2d3 1px; padding:10px;border-right:solid #d3d2d3 1px; ">	
                <?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 $editor_html; // 에디터 사용시는 에디터로, 아니면 textarea 로 노출 ?>
                <?php if($write_min || $write_max) { ?>
                <!-- 최소/최대 글자 수 사용 시 -->
                <div id="char_count_wrap"><span id="char_count"></span>글자</div>
                <?php } ?>
         </td>
   </tr>
 
 
   <tr>
        <td width="17%"  height="45" align="center" bgcolor="#fdfdfd" style="font-size:13px; font-weight:bold; color:#6e6e6e; border-right:solid #d3d2d3 1px; border-bottom:solid #d3d2d3 1px;">아이콘
		</td>
        <td width="83%" style="border-bottom:solid #d3d2d3 1px; padding:5px; border-right:solid #d3d2d3 1px;"">	
			  <TABLE cellSpacing=0 cellPadding=0 border=0>
			  <!--아이콘은 슈퍼보드의 아이콘을 사용하였습니다. http://superboard.com-->
			  <? for ($j=1 ; $j<=3 ; $j++) {
				  echo "<TR>" ;
				  for ( $i=$j*10-9 ; $i<=$j*10 ; $i++ ){
					  echo "<TD style='border:0'><INPUT type=radio value=bull_".$i." name=wr_3 " ; 
					  if($write[wr_3] == "bull_".$i)  
						  echo "checked";
					  echo "><img src='$board_skin_url/img/bull_".$i.".gif' border=0>  </TD>" ;	
					  }
					  echo "</TR>" ;
				}?>
			  </TABLE>
		</td>
   </tr>
 
 
   <?php for ($i=1; $is_link && $i<=G5_LINK_COUNT; $i++) { ?>
   <tr>
        <td width="17%"  height="45" align="center" bgcolor="#fdfdfd" style="font-size:13px; font-weight:bold; color:#6e6e6e; border-right:solid #d3d2d3 1px; border-bottom:solid #d3d2d3 1px;">
        <label for="wr_link<?php echo $i ?>">링크 #<?php echo $i ?></label>
		</td>
        <td width="83%" style="border-bottom:solid #d3d2d3 1px; border-right:solid #d3d2d3 1px;">
        <input type="text" name="wr_link<?php echo $i ?>" value="<?php if($w=="u"){echo$write['wr_link'.$i];} ?>" id="wr_link<?php echo $i ?>" class="frm_input" style="font-size:13px; color:#6e6e6e; font-weight:bold; border:1px solid #d3d2d3; width:95%; height:30px; padding-left:10px; margin-left:10px;">
		</td>
   </tr>
   <?php } ?>
 
 
   <?php for ($i=0; $is_file && $i<$file_count; $i++) { ?>
   <tr>
        <td width="17%"  height="45" align="center" bgcolor="#fdfdfd" style="font-size:13px; font-weight:bold; color:#6e6e6e; border-right:solid #d3d2d3 1px; border-bottom:solid #d3d2d3 1px;">
        파일 #<?php echo $i+1 ?>
		</td>
        <td width="83%" style="border-bottom:solid #d3d2d3 1px; border-right:solid #d3d2d3 1px;">
        <input type="file" name="bf_file[]" title="파일첨부 <?php echo $i+1 ?> :  용량 <?php echo $upload_max_filesize ?> 이하만 업로드 가능" class="frm_file frm_input" style="font-size:13px; color:#6e6e6e; font-weight:bold; height:30px; padding-left:10px; ">
                <?php if ($is_file_content) { ?>
                <input type="text" name="bf_content[]" value="<?php echo $file[$i]['bf_content'];  ?>" title="파일 설명을 입력해주세요." class="frm_file frm_input" size="50">
                <?php } ?>
                <?php if($w == 'u' && $file[$i]['file']) { ?>
                <input type="checkbox" id="bf_file_del<?php echo $i ?>" name="bf_file_del[<?php echo $i;  ?>]" value="1"> <label for="bf_file_del<?php echo $i ?>"><?php echo $file[$i]['source'].'('.$file[$i]['size'].')';  ?> 파일 삭제</label>
                <?php } ?>
		</td>
   </tr>
   <?php } ?>
 
 
   <?php if ($is_guest) { //자동등록방지  ?>
   <tr>
        <td width="17%"  height="45" align="center" bgcolor="#fdfdfd" style="font-size:13px; font-weight:bold; color:#6e6e6e; border-right:solid #d3d2d3 1px; border-bottom:solid #d3d2d3 1px;">기간
		</td>
        <td width="83%" style="border-bottom:solid #d3d2d3 1px; padding-top:5px; padding-left:10px; border-right:solid #d3d2d3 1px;">	
        <?php echo $captcha_html ?>
   </tr>
   <?php } ?>
 
 
<tr>
    <td width="100%" height="50" colspan="4" align="center" valign="top" style="padding-top:15px; padding-bottom:10px;">
		<button type="submit" id="btn_submit" accesskey="s" class="btn btn-sm btn-primary"><i class="fa fa-check" aria-hidden="true"></i> 작성완료</button>
        <a href="./board.php?bo_table=<?=$bo_table ?>" class="btn btn-sm btn-default">취소</a>
	</td>
</tr>
 
</table>		
</div>
 
 
    <script>
	$(function(){ // 날짜 입력
		$("#wr_1, #wr_2").datepicker({ changeMonth: true, changeYear: true, dateFormat: "yymmdd", showButtonPanel: true }); 
	});
 
 
    <?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>
</div>
</section>
 
<!-- } 게시물 작성/수정 끝 -->

이 질문에 댓글 쓰기 :

답변 2

답변 감사합니다.

css가 로드 안되는 이유를 모르겠습니다. ㅠ.ㅠ

 

빌더를 사용해서 그런지......

수정해야 할 파일을 알면 노가다라도 하면서 수정해 볼텐데.....

에휴.......

답변을 작성하시기 전에 로그인 해주세요.
전체 123,736 | RSS
QA 내용 검색

회원로그인

(주)에스아이알소프트 / 대표:홍석명 / (06211) 서울특별시 강남구 역삼동 707-34 한신인터밸리24 서관 1404호 / E-Mail: admin@sir.kr
사업자등록번호: 217-81-36347 / 통신판매업신고번호:2014-서울강남-02098호 / 개인정보보호책임자:김민섭(minsup@sir.kr)
© SIRSOFT