아파치존에서 다운받은 출석부 관련 질문
페이지 정보
본문
안녕하세요.
출석부에서 출석 도장 출력이 안되는데 css 문제인것 같아서 문의드립니다.
오래전에 여기서 다운받은 출석부라 버젼은 따로 모르겠네요.
id : test
pass : test0507
attendance.php 출석 이미지 부분 소스
//출석 했을때 이미지 출력
$sql = " select id from $g5[attendance_table] where mb_id = '$member[mb_id]' and substring(datetime,1,10) = '$DateT4' ";
$check = sql_fetch($sql);
// 출석
if ($G5_TIME_YMD == $DateT4) {
if ($check['id']) {
echo "<td class=\"attendance\" style='" . $DateLine . " border-top:1px solid #e4e4e4;'>";
} else {
echo "<td class=\"\"style='" . $DateLine . " border-top:1px solid #e4e4e4;'>";
}
}else{
if ($check['id']) {
echo "<td class=\"attendance_off\" style='" . $DateLine . " border-top:1px solid #e4e4e4;'>";
} else {
echo "<td class=\"\"style='" . $DateLine . " border-top:1px solid #e4e4e4;'>";
}
}
attendance.css 출석 이미지 부분 소스
#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;}
ftp 절대경로
도움주시면 감사하겠습니다.
관련링크
-
http://nolazo.com
75031회 연결
댓글목록
등록된 댓글이 없습니다.