/home/mjc1/public_html/html/millennium/newwright.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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
<?php include_once("./_common2.php"); ?>
<script>
function premier(n) {
  for(var i = 1; i < 4; i++) {
    obj = document.getElementById('premier'+i);
    img = document.getElementById('premier_button'+i);
    if ( n == i ) {
      obj.style.display = "block";
      img.height = 27;
      img.src = "./img/intro/board_on_0"+i+".gif";
    } else {
      obj.style.display = "none";
      img.height = 27;
      img.src = "./img/intro/board_off_0"+i+".gif";
    }
  }
}
</script>
<table width="351" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td><table width="351" height="27" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td width="3"></td>
        <td><img src="./img/intro/board_on_01.gif" name="premier_button1" id='premier_button1'  onClick="javascript:location.href = 'http://www.mijinsoft.co.kr/html/millennium/customernotice.php';"  OnMouseOver='this.style.cursor="hand";premier(1);' OnMouseOut='this.style.cursor="default"'></td>
        <td width="2">  </td>
        <td><img src="./img/intro/board_off_02.gif" name="premier_button2" id='premier_button2'  onClick="javascript:location.href = 'http://www.mijinsoft.co.kr/html/millennium/customerupgrade.php';"  OnMouseOver='this.style.cursor="hand";premier(2);' OnMouseOut='this.style.cursor="default"'></td>
        <td width="2"></td>
        <td><img src="./img/intro/board_off_03.gif" name="premier_button3" id='premier_button3'  onClick="javascript:location.href = 'http://www.mijinsoft.co.kr/html/millennium/customerdev.php';"  OnMouseOver='this.style.cursor="hand";premier(3);' OnMouseOut='this.style.cursor="default"'></td>
        <td width="2"></td>
      </tr>
    </table></td>
  </tr>
  <tr>
    <td><table width="351" height="169" background="./img/intro/board_bg.gif" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td>
        


         <!--- 공지사항--->
          <span id='premier1' style='display:block;'>
                  <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">
<?
  
//-- 공지사항
  
$noticeSql        =   " select * from mBoard_notice WHERE company = '00' or company = '01' order by uid desc limit 7 ";

  
$noticeResult     =    mysql_query($noticeSql);

  if( 
mysql_num_rows($noticeResult) > ){

    while (
$noticeRow =  mysql_fetch_array($noticeResult)){

      
$reg_date  =  date('Y-m-d',$noticeRow[reg_date] );
?>
                    <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?nuid=<?=$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>
                  </span> 



                    <!--- 제품별 업그레이드--->
                  <span id='premier2' style='display:none;'>
                  <table width=340 border=0 cellpadding=0 cellspacing=0>
                    <tr>
                      <td height=8></td>
                    </tr>
                  </table>
                  <table width="340" border="0" cellspacing="0" cellpadding="0">
<?
  
//-- 제품별업그레이드
  
$upgradeSql        =   " select * from upgrade WHERE 1 = 1 AND (temp='00' OR temp='02')  order by uid desc limit 7 ";

  
$upgradeResult     =    mysql_query($upgradeSql);

  if( 
mysql_num_rows($upgradeResult) > ){

    while (
$upgradeRow =  mysql_fetch_array($upgradeResult)){

      
$reg_date  =  date('Y-m-d',$upgradeRow[reg_date] );
?>
                    <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/customerupgrade.php?nuid=<?=$upgradeRow[uid];?>&SearchMsw1=<?=$upgradeRow[programCode];?>"><?=cutstr($upgradeRow[subject],23,"..");?></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/customerupgrade.php'><IMG SRC="./img/intro/board_morebt.gif" BORDER="0"></a></td>
                    </tr>
                  </table>
                  </span> 
                  
                  
                  <!--- 개발현황 --->
                  <span id='premier3' style='display:none;'>
                  <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">
<?
  
//-- 개발현황
  
$develSql        =   " select * from mBoard_devel order by devel_date DESC limit 7 ";

  
$develResult     =    mysql_query($develSql);

  if( 
mysql_num_rows($develResult) > ){

    while (
$develRow =  mysql_fetch_array($develResult)){

?>
                    <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/customerdev.php"><?=cutstr($develRow[compname],22,"..");?></td>
                      <td class="txt03" align="right"><?=$develRow[devel_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/customerdev.php'><IMG SRC="./img/intro/board_morebt.gif" BORDER="0"></a></td>
                    </tr>
                  </table>
                  </span>
        
        
        </td>
      </tr>
    </table></td>
  </tr>
</table>