/home/mjc1/public_html/main_file/notice.php


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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
        
        <BR>
        <TABLE cellSpacing=0 cellPadding=0 width=630 align=center border=0>
        <TBODY>
        <TR>
        <TD vAlign=top>
             <TABLE cellSpacing=0 cellPadding=0 width=300 border=0>
                 <TBODY>
                 <TR>
                     <TD width=6 height=19>
                     <IMG height=19  src="images/main_tb.gif" width=6></TD>
                     <TD vAlign=bottom width=294 background=images/main_tb_2.gif  height=19>
                     <TABLE>
                     <TR>
                         <TD><IMG height=9 src="images/main_tb_3.gif"  width=5>
                     <FONT color=#ffffff>ÀϹݰøÁö»çÇ×</FONT>
                     </TD>
                         <TD style='padding-left:165'><A HREF="./notice.php"><IMG height=7 src="images/more.gif" width=27 border=0></A></TD>
                     </TR>
                     </TABLE>
                     </TD>
                 </TR>
                 <TR>
                    <TD colSpan=2><!--°øÁö»çÇ×µ¥ÀÌÅÍ-->
                    <table cellpadding="0" cellspacing="0" border="0" width="300">
                    <?
                    $no_result 
=$DB_CLASS -> select_limit("mijin_notice",$field,$field_value,"0","5","uid","desc");
                    while(
$n_row=mysql_fetch_array($no_result,MYSQL_ASSOC)){
                        
$n_subject subject_cut($n_row[subject],32);
                        
$n_reg date("Y-m-d",$n_row[reg_date])
                    
?>
                    <tr bgcolor="#F5F9FD">
                        <td width="300" align="center">
                            <table cellpadding="0" cellspacing="0" border="0" width="100%">
                                <tr>
                                    <td width height="25">
                                        &nbsp;<img SRC="images/main_tb_4.gif" WIDTH="3" HEIGHT="5">&nbsp;&nbsp;
                                        <img SRC="images/folder_icon.gif" border="0" WIDTH="16" HEIGHT="15">
                                        
                                        <A HREF="./notice.php?mode=view&uid=<?=$n_row[uid]?>&table=mijin_notice"><?=$n_subject?></A>
                                        </a>
                                    </td>
                                    <td align="right"><font color="#9098C9"><?=$n_reg?></font>&nbsp;</td>
                                </tr>
                            </table>
                        </td>            
                    </tr>
                    <tr><td height="1" background="images/bg_tb.gif"></td></tr>
                    <?}?>
                    </table>
                    
                    
                    
                    <!-- °øÁö »çÇ× µ¥ÀÌÅÍ -->
                    </TD>
                   </TR>
                 </TBODY>
             </TABLE>
        </TD>
        <TD width='30'>&nbsp;</TD>
        <TD vAlign=top>
             <TABLE cellSpacing=0 cellPadding=0 width=300 border=0>
                 <TBODY>
                 <TR>
                 <TD width=6 height=19>
                     <IMG height=19 src="images/main_tb.gif" width=6></TD>
                 <TD vAlign=bottom width=294 background=images/main_tb_2.gif  height=19>
                    <TABLE>
                    <TR>
                        <TD><IMG height=9 src="images/main_tb_3.gif" width=5>
                   <FONT color=#ffffff>¾÷±×·¹À̵堰øÁö</FONT> 
                   </TD>
                        <TD style='padding-left:150'><A  onfocus=this.blur() href="./notice_up.php?page=1">
                   <IMG height=7 src="images/more.gif" width=27 border=0></A></TD>
                    </TR>
                    </TABLE>
                 </TD>
                 </TR>
                 <TR>
                 <TD colSpan=2><!--°øÁö»çÇ×µ¥ÀÌÅÍ-->
                    <table cellpadding="0" cellspacing="0" border="0" width="300">
                <?
                    $no_result 
=$DB_CLASS -> select_limit("mijin_up_notice",$field,$field_value,"0","5","uid","desc");
                    while(
$n_row=mysql_fetch_array($no_result,MYSQL_ASSOC)){
                        
$n_subject subject_cut($n_row[subject],32);
                        
$n_reg date("Y-m-d",$n_row[reg_date])
                    
?>

                    <tr bgcolor="#F5F9FD">
                        <td width="300" align="center">
                            <table cellpadding="0" cellspacing="0" border="0" width="100%">
                                <tr>
                                    <td width height="25">
                                        &nbsp;<img SRC="images/main_tb_4.gif" WIDTH="3" HEIGHT="5">&nbsp;&nbsp;
                                        <img SRC="images/folder_icon.gif" border="0" WIDTH="16" HEIGHT="15">
                                        
                                        <A HREF="./notice_up.php?mode=view&uid=<?=$n_row[uid]?>&table=mijin_up_notice"><?=$n_subject?></A>
                                        </a>
                                    </td>
                                    <td align="right"><font color="#9098C9"><?=$n_reg?></font>&nbsp;</td>
                                </tr>
                            </table>
                        </td>            
                    </tr>
                    <tr><td height="1" background="images/bg_tb.gif"></td></tr>
                    <?}?>
                    </table>
                    
                    
                    
                    <!-- °øÁö »çÇ× µ¥ÀÌÅÍ -->
                 </TD>
                 </TR>
                 </TBODY>
             </TABLE>
        </TD>
        </TR>
        </TBODY>
        </TABLE>
        <BR>
        <BR>