From d01c28802c890a753f54f1ca20ffa8805221e873 Mon Sep 17 00:00:00 2001 From: whitedot Date: Tue, 30 Apr 2013 18:04:18 +0900 Subject: [PATCH] =?UTF-8?q?=EC=87=BC=ED=95=91=EB=AA=B0:=20#107=20=EC=B5=9C?= =?UTF-8?q?=EC=8B=A0=EA=B8=80=20=EC=8A=A4=ED=82=A8=20=EC=9E=91=EC=97=85=20?= =?UTF-8?q?=EC=8B=9C=EC=9E=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shop/index.php | 5 +-- skin/latest/shop_basic/latest.skin.php | 41 +++++++++++++++++++++++++ skin/latest/shop_basic/style.css | 7 +++++ skin/latest/shop_notice/latest.skin.php | 20 ------------ 4 files changed, 51 insertions(+), 22 deletions(-) create mode 100644 skin/latest/shop_basic/latest.skin.php create mode 100644 skin/latest/shop_basic/style.css delete mode 100644 skin/latest/shop_notice/latest.skin.php diff --git a/shop/index.php b/shop/index.php index 8d30e8f6f..acb2195c6 100644 --- a/shop/index.php +++ b/shop/index.php @@ -1,6 +1,7 @@
- +
- +
diff --git a/skin/latest/shop_basic/latest.skin.php b/skin/latest/shop_basic/latest.skin.php new file mode 100644 index 000000000..df33929b4 --- /dev/null +++ b/skin/latest/shop_basic/latest.skin.php @@ -0,0 +1,41 @@ + + + + +
+ +
    + +
  • + "; + if ($list[$i]['is_notice']) + echo "".$list[$i]['subject'].""; + else + echo $list[$i]['subject']; + + if ($list[$i]['comment_cnt']) + echo $list[$i]['comment_cnt']; + + echo ""; + + // if ($list[$i]['link']['count']) { echo "[{$list[$i]['link']['count']}]"; } + // if ($list[$i]['file']['count']) { echo "<{$list[$i]['file']['count']}>"; } + + if (isset($list[$i]['icon_new'])) echo " " . $list[$i]['icon_new']; + if (isset($list[$i]['icon_hot'])) echo " " . $list[$i]['icon_hot']; + if (isset($list[$i]['icon_file'])) echo " " . $list[$i]['icon_file']; + if (isset($list[$i]['icon_link'])) echo " " . $list[$i]['icon_link']; + if (isset($list[$i]['icon_secret'])) echo " " . $list[$i]['icon_secret']; + ?> +
  • + + +
  • 게시물이 없습니다.
  • + +
+ +
diff --git a/skin/latest/shop_basic/style.css b/skin/latest/shop_basic/style.css new file mode 100644 index 000000000..82f0b96d2 --- /dev/null +++ b/skin/latest/shop_basic/style.css @@ -0,0 +1,7 @@ +/* 새글 스킨 (latest) */ +.lt_pc {float:left;margin-left:20px} +.lt {position:relative;float:left;margin-bottom:20px;padding-bottom:10px;width:354px;height:150px;border-bottom:1px solid #ddd} +.lt ul {margin:0 0 10px;padding:0;list-style:none} +.lt li {padding:3px 0} +.lt_title {display:block;padding:10px 0 8px} +.lt_more {position:absolute;top:10px;right:0} \ No newline at end of file diff --git a/skin/latest/shop_notice/latest.skin.php b/skin/latest/shop_notice/latest.skin.php deleted file mode 100644 index ba29ea17f..000000000 --- a/skin/latest/shop_notice/latest.skin.php +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - -"; } ?> - - - - - -
-     - - -
게시물이 없습니다.