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
|
<?php include_once("./_common2.php"); ?>
<!--- 공지사항---> <table width=351 border=0 cellpadding=0 cellspacing=0> <tr> <td height=8></td> </tr> </table> <table width="340" border="0" cellspacing="0" cellpadding="0">
<tr> <td width="20"><img src="./img/intro/board_dot.gif" hspace="5" vspace="8"></td> <td class="txt03"><a href="http://www.mijinsoft.co.kr/html/millennium/customernotice.php?uid=<?=$noticeRow[uid];?>"><?=$noticeRow[subject];?></a></td> <td class="txt03" align="right"><?=$reg_date;?></td> </tr> <? } } ?> </table> <table width="340" border="0" cellspacing="0" cellpadding="3"> <tr> <td align="right" class="txt03"><a href="http://www.mijinsoft.co.kr/html/millennium/customernotice.php"><IMG SRC="./img/intro/board_morebt.gif" BORDER="0"></a></td> </tr> </table>
|