1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
|
<?php include_once("./_common.php"); include_once($j3_shopm_path."/shop_header.php"); ?> <div id="wrap"> <div id="container" class="mt95"> <h1 class="p15_0 align_c">공지사항 게시판</h1>
<p class="p0_10 height24 txt13 l_height24"> <span class="float_r">Total <em class="red txt14 bold">1</em>페이지</span> </p>
<!--게시판 --> <div class="mb10 m0_10 black_line_t"> <dl> <dt class="screen_out">글목록</dt> <dd class="width_full txt13 l_height35 ellipsis gray_line_b pointer"> <span class="pl10">1</span> <em class="pl10 bold"><a href="boardview.php">공지사항입니다. <span class="custom2">[5]</span></a></em> <span class="pr10 float_r gray">2017-12-06</span> </dd> <dd class="width_full txt13 l_height35 ellipsis gray_line_b pointer"> <span class="pl10">2</span> <em class="pl10 bold"><a href="boardview.php"><img src="http://shop.mjsoft.co/j3/hjwcs3/img/mobile/ico_orderview.png">Re : 댓글입니다.</a></em> <span class="pr10 float_r gray">2017-12-06</span> </dd> <dd class="width_full txt13 l_height35 ellipsis gray_line_b pointer"> <span class="pl10">3</span> <em class="pl10 bold"><a href="boardview.php">공지사항입니다. <span class="custom2">[1]</span></a></em> <span class="pr10 float_r gray">2017-12-06</span> </dd> <dd class="width_full txt13 l_height35 ellipsis gray_line_b pointer"> <span class="pl10">4</span> <em class="pl10 bold"><a href="boardview.php">공지사항입니다. <span class="custom2">[2]</span></a></em> <span class="pr10 float_r gray">2017-12-06</span> </dd> </dl> <div class="mt7 width_full"> <a class="block height30 txt13 align_c l_height30 bg_custom1" href="order.php"><span class="white bold">공지사항 글쓰기</span></a> </div> </div> <!-- //게시판-->
<!-- 페이지 --> </div><!-- #container -->
<?php skin_module_show("footer"); // 하단 스킨을 불러온다. ?> </div><!-- #wrap -->
</body> </html>
|