채택완료

출석부 화면 에러관련 몇가지 질문드립니다.

2024-06-08 (토) 15:29:56 1,073

안녕하세요.

예전에 백업해둔 출석부 플러그인을 다시 사용중인데요.

661966317_1717827775.0565.png

에러 1.

< 2024 - 06 좌측에 까만점이 하나 생기는데 

Copy
<table width="100%" border="0" cellspacing="0" cellpadding="0" style="margin-top:10px; border:0px solid #e4e4e4;">
    <tr>
        <td align="center">
                <li class="top"><a href="?d=<?php echo $DateP1?>&mode=<?php echo $mode?>"><strong> < </strong></a><?php echo $DateT1?><a href="?d=<?php echo $DateN3?>&mode=<?php echo $mode?>"><strong> > </strong></a></li>
        </td>
    </tr>
</table>

attendance.php 의 부근에는 아무런 이상이 없는것 같습니다.

Copy
ul, li {list-style:none outside;}
A {text-decoration:none;}


/* date */
#att_layer {text-align:left;}

#att_layer #box {width:120px;}
#att_layer #box .top {font-size:16px; width:20px; float:left;}
#att_layer #box .day {width:80px; float:left;}

#att_layer .w {font-weight:bold; line-height:20px; color:#333333; font-size:20px; font-family:verdana;}
#att_layer .attendance {background:url('./img/attendance.png') no-repeat;}
#att_layer .attendance_off {background:url('./img/attendance_off.png') no-repeat;}
#att_layer .m_attendance {background:url('./img/m_attendance.png') no-repeat;}
#att_layer .m_attendance_off {background:url('./img/m_attendance_off.png') no-repeat;}
#att_layer .title_sun {background-color:#efefef; font-weight:bold; color:#ea3d3e; font-size:14px; font-family:verdana; padding:0 0 0 1px;}
#att_layer .title_day {background-color:#efefef; font-weight:bold; color:#565656; border-left:1px solid #e4e4e4; font-size:14px; font-family:verdana; padding:0 0 0 1px;}
#att_layer .title_sat {background-color:#efefef; font-weight:bold; color:#3d7aea; border-left:1px solid #e4e4e4; font-size:14px; font-family:verdana; padding:0 0 0 1px;}

#att_layer .sun_1 {padding:0 0 0 10px; color:#ea3d3e; font-size:14px; font-family:verdana;}
#att_layer .sat_1 {padding:0 0 0 10px; color:#3d7aea; font-size:14px; font-family:verdana;}
#att_layer .day_1 {padding:0 0 0 10px; color:#333333; font-size:14px; font-family:verdana;}

#att_layer .sun_2 {padding:0 0 0 10px; font-weight:bold; color:#ea3d3e; font-size:18px; font-family:verdana;}
#att_layer .sat_2 {padding:0 0 0 10px; font-weight:bold; color:#3d7aea; font-size:18px; font-family:verdana;}
#att_layer .day_2 {padding:0 0 0 10px; font-weight:bold; color:#ff7700; font-size:18px; font-family:verdana;}

#att_layer .dot {color:#000000; font-size:14px; font-family:verdana;}

#att_layer .check {color:#126420; font-size:14px; font-family:verdana;}
#att_layer .check2 {color:#999999; font-size:14px; font-family:verdana;}

.board_list { clear:both; }
.board_list tr.bg0 { background-color:#fafafa; } 
.board_list tr.bg1 { background-color:#ffffff; } 

.input {height:22px}

@-webkit-keyframes hue {
  from {
    -webkit-filter: hue-rotate(0deg);
  }
  to {
    -webkit-filter: hue-rotate(-360deg);
  }
}

attendance.css 쪽이 문제인것 같은데요.

출석했을때, 안했을때 표시되어야 할 ./img/attendance.png 도 출력되질 않네요.

해당 출석부는 오래전에 아파치존에서 포인트 열심히 모아가면서 받았던걸로 기억하고 있어요. ㅎ

|

답변 2개 / 댓글 2개

채택된 답변
+20 포인트

 <li class="top"> ==>다음 처럼 직접 스타일을 넣으면 되겠네요

 <li class="top" style='list-style:none;'>

답변에 대한 댓글 1개

감사합니다. 알려주신대로 일단 점 표시문제는 해결이 되었는데 출석 도장이 출력이 안되는건 무엇때문일까요?
2024-06-08 (토) 16:17:56

테스트 계정이 있어야될것 같아요 아무래도 css 문제 같아요

답변에 대한 댓글 1개

test / test0507

한번봐주시면 감사하겠습니다.

답변을 작성하려면 로그인이 필요합니다.