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
159
160
161
162
163
164
165
166
167
168
169
170
|
<? @session_start();
//include("category/common.php"); //include("memberManage.php"); include("./include/admin_include_header.php");
if($uid!=''){
$admin_info = admin_member_info(); if($admin_info['psn_auth']=='0' || substr($admin_info['psn_rwed'],0,1)=='0'){ echo "<script>alert('ÇØ´ç Á¢±Ù±ÇÇÑÀÌ ¾ø½À´Ï´Ù.');window.history.go(-1);</script>"; exit; }
auth_access_log("VIEW"); } else { $admin_info = admin_member_info(); if($admin_info['psn_auth']=='0' || substr($admin_info['psn_rwed'],1,1)=='0'){ echo "<script>alert('ÇØ´ç »ý¼º±ÇÇÑÀÌ ¾ø½À´Ï´Ù.');window.history.go(-1);</script>"; exit; } } $sel = " select * from event_review where uid = '$uid'"; $result = mysql_query($sel); $row = mysql_fetch_array($result);
$mid = $row['id']; //ÀÛ¼ºÀÚ ¾ÆÀ̵ð
$telArr = explode("-",$row['tel'] ); $hphoneArr = explode("-",$row['hphone'] ); if( isset($re) && $re == "n" && $uid !== "" && $mode == "" ){
//ÀÛ¼ºÀÚ Á¤º¸¸¦ º¸±â À§ÇÑ Äõ¸® $selmember = " select * from member where Mid = '$mid'"; $resultmember = mysql_query($selmember); $rowmember = mysql_fetch_array($resultmember); $adminid = $_SESSION['ADMINID'];
$nameQry = " SELECT admin_name From admin WHERE admin_id = '$adminid' "; $nameResult = MYSQL_QUERY($nameQry); $nameRow = MYSQL_FETCH_ARRAY($nameResult);
$adminName = $nameRow['admin_name'];
?>
<script> function displayChange(p,p2){ if(confirm("ÀÌ Ç׸ñÀÇ »óŸ¦ ¹Ù²Ù½Ã°Ú½À´Ï±î?")){ end_Change.location.href = "reviewBoardEnd.php?exCode=end_change&codevalue=" + p + "&uid="+ p2; }
} </script>
<iframe name='changeIframe' width='0' height='0'></iframe>
<form name=asReplyFrm method=post action='' enctype='multipart/form-data'> <div class="container"> <div class="border_contents"> <div class="editSection"> <h3>ÈıâÀ̺¥Æ® ±Ûº¸±â</h3> <INPUT TYPE="hidden" NAME="uid" value="<?=$uid;?>"> <div class="editWarp"> <table class="editTable"> <colgroup> <col style="width:110px;"><col><col style="width:110px;"><col> </colgroup> <tr> <th><!--⸳¿¬µµ-->»óÈ£</th> <td><?=$row['cpyear'];?></td> <th>󸮻óȲ</th> <td> <select name="end_view" size="1" style="width:126px" value='<?=$end_view;?>' onChange="displayChange(this.value,'<?=$uid;?>');"> <option value=0 <? if($row['proResult'] == 0){ echo "selected"; } ;?> >¹ÌÈ®ÀÎ</option> <option value=1 <? if($row['proResult'] == 1){ echo "selected"; } ;?> >»çÀºÇ°¹è¼Û¿Ï·á</option> <option value=2 <? if($row['proResult'] == 2){ echo "selected"; } ;?> >ó¸®Áß</option> <option value=3 <? if($row['proResult'] == 3){ echo "selected"; } ;?> >󸮺Ұ¡</option> <option value=4 <? if($row['proResult'] == 4){ echo "selected"; } ;?> >»çÀºÇ°¹ß¼ÛÁغñÁß</option> </select> </td> </tr> <tr> <th>¾÷Á¾</th> <td colspan="3"><?=$row['cptype'];?></td> </tr> <tr> <th>Ãë±Þǰ¸ñ</th> <td colspan="3"><?=$row['cpitem'];?></td> </tr> <tr> <th>Á÷¿ø¼ö</th> <td colspan="3"><?=$row['employee'];?></td> </tr> <tr> <th>¿¬¸ÅÃâ¾×</th> <td colspan="3"><?=$row['sales'];?></td> </tr> <tr> <th>¾÷¹«ÇüÅÂ</th> <td colspan="3"><textarea cols="76" rows="5" name='content' onclick="clear_text()" id="content"><?=$row['cont_work'];?></textarea> </td> </tr> <tr> <th>µµÀÔ Àü ºÒÆí</th> <td colspan="3"><textarea cols="76" rows="10" name='content2' onclick="clear_text()" id="content"><?=$row['cont_before'];?></textarea> </td> </tr> <tr> <th class="last">µµÀÔ ÈÄ È¿°ú</th> <td colspan="3" class="last"><textarea cols="76" rows="10" name='content3' onclick="clear_text()" id="content"><?=$row['cont_after'];?></textarea> </td> </tr> </table> </div><!--//editWarp--> </div><!-- //editSection --> <div class="editSection" style="margin-top:5px;"> <h3>µî·ÏÀÚÁ¤º¸</h3> <div class="editWarp"> <table class="editTable"> <colgroup> <col style="width:110px;"><col> </colgroup> <tr> <th>»óÈ£</th> <td><?=$row['company'];?></td> </tr> <tr> <th>¼º¸í(Á÷Ã¥)</th> <td><?=$row['name'];?></td> </tr> <tr> <th>ÀüȹøÈ£</th> <td><?=$telArr[0];?> - <?=$telArr[1];?> - <?=$telArr[2];?></td> </tr> <!--<tr> <th>¿ëÁö¼±ÅÃ</th> <td><span class="red"><?=$row['paper'];?></span> <span class="blue">( 1 : °Å·¡¸í¼¼Ç¥ / 2 : ¼¼±Ý°è»ê¼ / 3 : ¶óº§Áö / 4 : PDA·ÑÁö)</span></td> </tr>--> <tr> <th class="last">ÁÖ¼Ò</th> <td class="last"><?=$row['address'];?></td> </tr> </table> </div><!--//editWarp--> </div><!-- //editSection -->
<div class="btn1Warp"> <input type="button" value="¸ñ·Ïº¸±â" Onclick="javascript:history.back(-1);"> </div><!-- //btn1Warp --> </div><!-- //border_contents --> </div><!-- //container --> </form> <iframe name='end_Change' width='0' height='0'></iframe>
<? } ?>
|