From f8068a857a4023e76d24b70e0240ada56258415c Mon Sep 17 00:00:00 2001 From: whitedot Date: Fri, 4 Jan 2013 17:40:34 +0900 Subject: [PATCH] =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90:=20=EC=AA=BD?= =?UTF-8?q?=EC=A7=80=20=EB=AA=A9=EB=A1=9D=20=EC=9E=91=EC=97=85=20=EC=A4=91?= =?UTF-8?q?,=20=EC=95=84=EC=9B=83=EB=A1=9C=EA=B7=B8=EC=9D=B8=20=EB=A1=9C?= =?UTF-8?q?=EA=B7=B8=EC=9D=B8=20=ED=9B=84=20=EC=8A=A4=ED=83=80=EC=9D=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bbs/point.php | 122 +++++++++++++++++----------------- css/def.css | 23 ++++--- skin/member/neo/memo.skin.php | 68 ++++++++++--------- 3 files changed, 111 insertions(+), 102 deletions(-) diff --git a/bbs/point.php b/bbs/point.php index 992af96e0..ce64bcec8 100644 --- a/bbs/point.php +++ b/bbs/point.php @@ -38,74 +38,74 @@ for($i=0; $row=sql_fetch_array($result); $i++) { ?>
-

포인트내역

+

포인트내역

- - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + 0) { - $point1 = '+' .number_format($row[po_point]); - $sum_point1 += $row[po_point]; - } else { - $point2 = number_format($row[po_point]); - $sum_point2 += $row[po_point]; + $sql = " select * + {$sql_common} + {$sql_order} + limit {$from_record}, {$rows} "; + $result = sql_query($sql); + for ($i=0; $row=sql_fetch_array($result); $i++) { + $point1 = $point2 = 0; + if ($row[po_point] > 0) { + $point1 = '+' .number_format($row[po_point]); + $sum_point1 += $row[po_point]; + } else { + $point2 = number_format($row[po_point]); + $sum_point2 += $row[po_point]; + } + + ?> + + + + + + + - - - - - - -'; + else { + if ($sum_point1 > 0) + $sum_point1 = "+" . number_format($sum_point1); + $sum_point2 = number_format($sum_point2); + } + ?> + +
포인트내역 목록
일시내용지급포인트사용포인트
소계
포인트내역 목록
일시내용지급포인트사용포인트
소계
자료가 없습니다.
-if ($i == 0) - echo '자료가 없습니다.'; -else { - if ($sum_point1 > 0) - $sum_point1 = "+" . number_format($sum_point1); - $sum_point2 = number_format($sum_point2); -} -?> - - +

보유 포인트

-

보유 포인트

+
+ +
-
- -
- - +
+ 창닫기 +
-

쪽지함

+
+

쪽지함

- + - - - - - - - - - - - - - - - - - - - -"; } ?> - -
-전체 쪽지
-쪽지 보관일수는 최장 일 입니다. -
보낸시간읽은시간쪽지삭제
자료가 없습니다.
+ + + + + + + + + + + + + + + + + + + + "; } ?> + +
+ 전체 쪽지
+ 쪽지 보관일수는 최장 일 입니다. +
보낸시간읽은시간쪽지삭제
자료가 없습니다.
+ +
+ 창닫기 +
+