hotfix) additional devel done
3.35 KB
3.35 KB
1.23 KB
3.35 KB
2.68 KB
3 KB
3 KB
3 KB
3 KB
2.33 KB
1.23 KB
3.35 KB
3.35 KB
2.45 KB
2.18 KB
3.98 KB
1.15 KB
1.13 KB
1.08 KB
1.09 KB
1.11 KB
1.47 KB
1.54 KB
1.54 KB
1.47 KB
1.54 KB
18.9 KB
18.9 KB
9.93 KB
18.9 KB
12.6 KB
13.5 KB
13.5 KB
13.5 KB
13.5 KB
11.4 KB
9.93 KB
18.9 KB
18.9 KB
10.1 KB
15.3 KB
18.6 KB
3.72 KB
3.47 KB
3.24 KB
3.29 KB
3.43 KB
5.7 KB
5.55 KB
5.55 KB
5.7 KB
5.55 KB
35.9 KB
35.9 KB
28.1 KB
35.9 KB
24.6 KB
24.3 KB
24.3 KB
24.3 KB
24.3 KB
23.4 KB
28.1 KB
35.9 KB
35.9 KB
19.1 KB
29.7 KB
33.3 KB
6.55 KB
6.22 KB
6 KB
6.01 KB
6.16 KB
10.6 KB
9.44 KB
9.44 KB
10.6 KB
9.44 KB
57.1 KB
57.1 KB
58.5 KB
57.1 KB
40.7 KB
38 KB
38 KB
38 KB
38 KB
39.8 KB
58.5 KB
57.1 KB
57.1 KB
31.5 KB
66.3 KB
51.4 KB
10.8 KB
10.4 KB
10 KB
10.1 KB
10.4 KB
16.5 KB
14.2 KB
14.2 KB
16.5 KB
14.2 KB
69 KB
69 KB
78.6 KB
69 KB
50.1 KB
45.1 KB
45.1 KB
45.1 KB
45.1 KB
49.1 KB
78.6 KB
69 KB
69 KB
38.3 KB
84.4 KB
61.1 KB
13.3 KB
12.8 KB
12.3 KB
12.5 KB
12.7 KB
20.7 KB
17.3 KB
17.3 KB
20.7 KB
17.3 KB
... | @@ -171,6 +171,7 @@ | ... | @@ -171,6 +171,7 @@ |
171 | <tr> | 171 | <tr> |
172 | <th class="no" width="5%">No</th> | 172 | <th class="no" width="5%">No</th> |
173 | <th width="2%"><input type="checkbox" id="jCheckAll"></th> | 173 | <th width="2%"><input type="checkbox" id="jCheckAll"></th> |
174 | <th width="10%">하위메뉴</th> | ||
174 | <th width="50%">제목</th> | 175 | <th width="50%">제목</th> |
175 | <th width="10%">등록일</th> | 176 | <th width="10%">등록일</th> |
176 | <th width="10%">-</th> | 177 | <th width="10%">-</th> |
... | @@ -187,6 +188,29 @@ | ... | @@ -187,6 +188,29 @@ |
187 | <input type="checkbox" class="jNo" value="<?=$list[$i]["ppNo"] ?>" > | 188 | <input type="checkbox" class="jNo" value="<?=$list[$i]["ppNo"] ?>" > |
188 | </td> | 189 | </td> |
189 | <td class="center"> | 190 | <td class="center"> |
191 | <? | ||
192 | switch($list[$i]["productionType"]){ | ||
193 | case "WB": | ||
194 | echo "윙바디"; | ||
195 | break; | ||
196 | case "UW": | ||
197 | echo "상승윙바디"; | ||
198 | break; | ||
199 | case "FW": | ||
200 | echo "냉동윙바디"; | ||
201 | break; | ||
202 | case "FC": | ||
203 | echo "냉동컨테이저/탑"; | ||
204 | break; | ||
205 | case "SP": | ||
206 | echo "특수차량"; | ||
207 | break; | ||
208 | default : | ||
209 | break; | ||
210 | } | ||
211 | ?> | ||
212 | </td> | ||
213 | <td class="center"> | ||
190 | <?=$list[$i]["title"]?> | 214 | <?=$list[$i]["title"]?> |
191 | </td> | 215 | </td> |
192 | <td class="center"> | 216 | <td class="center"> | ... | ... |
... | @@ -316,7 +316,10 @@ if (! class_exists("ApiBoard")) | ... | @@ -316,7 +316,10 @@ if (! class_exists("ApiBoard")) |
316 | $this->setPageForDevice($this->rownum); | 316 | $this->setPageForDevice($this->rownum); |
317 | 317 | ||
318 | $sql=" | 318 | $sql=" |
319 | SELECT * FROM tblStaffBoard WHERE status=1 ORDER BY regDate DESC | 319 | SELECT *, (SELECT userName FROM tblUser where userNo = userFk) AS userName |
320 | FROM tblStaffBoard | ||
321 | WHERE status=1 | ||
322 | ORDER BY regDate DESC | ||
320 | LIMIT {$this->startNum}, {$this->endNum} | 323 | LIMIT {$this->startNum}, {$this->endNum} |
321 | "; | 324 | "; |
322 | 325 | ||
... | @@ -365,10 +368,11 @@ if (! class_exists("ApiBoard")) | ... | @@ -365,10 +368,11 @@ if (! class_exists("ApiBoard")) |
365 | title = '{$title}', | 368 | title = '{$title}', |
366 | content = '{$content}', | 369 | content = '{$content}', |
367 | imgPathSBoard1 = '{$imgPath1}', | 370 | imgPathSBoard1 = '{$imgPath1}', |
368 | imgPathSBoard2 = '{$imgPath1}', | 371 | imgPathSBoard2 = '{$imgPath2}', |
369 | imgPathSBoard3 = '{$imgPath1}', | 372 | imgPathSBoard3 = '{$imgPath3}', |
370 | imgPathSBoard4 = '{$imgPath1}', | 373 | imgPathSBoard4 = '{$imgPath4}', |
371 | imgPathSBoard5 = '{$imgPath1}', | 374 | imgPathSBoard5 = '{$imgPath5}' |
375 | WHERE sBoardNo = '{$no}' | ||
372 | "; | 376 | "; |
373 | $retMsg = "수정되었습니다"; | 377 | $retMsg = "수정되었습니다"; |
374 | } | 378 | } | ... | ... |
... | @@ -544,13 +544,14 @@ if (! class_exists("AdminBoard")){ | ... | @@ -544,13 +544,14 @@ if (! class_exists("AdminBoard")){ |
544 | 544 | ||
545 | 545 | ||
546 | $sql=" | 546 | $sql=" |
547 | SELECT ppNo, title, regDate | 547 | SELECT ppNo, title, regDate, productionType |
548 | FROM tblProductionPortrait | 548 | FROM tblProductionPortrait |
549 | WHERE status=1 | 549 | WHERE status=1 |
550 | ORDER BY ppNo DESC | 550 | ORDER BY ppNo DESC |
551 | {$limit} | 551 | {$limit} |
552 | "; | 552 | "; |
553 | $result=$this->getArray($sql); | 553 | $result=$this->getArray($sql); |
554 | |||
554 | return $result; | 555 | return $result; |
555 | } | 556 | } |
556 | 557 | ... | ... |
2.13 MB
2.13 MB
3.21 MB
2.13 MB
370 KB
1.69 MB
1.69 MB
1.69 MB
1.69 MB
1.89 MB
3.21 MB
2.13 MB
2.13 MB
1.76 MB
2.97 MB
2.13 MB
1.13 MB
1.08 MB
1.08 MB
1.09 MB
1.09 MB
5.05 MB
4.27 MB
4.27 MB
5.05 MB
4.27 MB
-
Please register or sign in to post a comment