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
|
<? include_once("../../_common.php"); include("../manage/category/common.php");
if( $cate2_code !== "" && $category_code){
$sel = " select * from cate3_info WHERE cate2_code = '$cate2_code' "; $result = mysql_query($sel);
?> <html><!-- style="background:#464759;" --> <head> <link rel="stylesheet" type="text/css" href="../../css/import.css"/> </head>
<body> <div class="compareContents"> <h4><span>Á¦Ç° ºñ±³Ç¥</span><a href="javascript:window.close();"></a></h4> <div>
<? if ($category_code == "02" || $category_code == "03" || $category_code == "01" || $category_code == "13") { //õ³â°æ¿µ include("./match_up_millennium.html"); } elseif (($category_code == "40") || ($category_code == "41")) { //Á¦Á¶°æ¿µPro, Á¦Á¶°æ¿µProCS include("./match_up_jejo.html"); } elseif (($category_code == "54") || ($category_code == "55") || ($category_code == "56")) { //ÀÌÁöÅØ½º include("./match_up_tax.html"); } elseif (($category_code == "21") || ($category_code == "22") || ($category_code == "23")) { //õ³âPDA include("./match_up_pda.html"); } elseif (($category_code == "04")) { //ÆÇ¸Å¾÷POS include("./match_up_pos.html"); } elseif (($category_code == "14") || ($category_code == "31")) { //¿Ü½Ä¾÷POS include("./match_up_easypos.html"); /*} elseif (($category_code == "13")) { //õ³â°æ¿µS include("./view_smart.html"); } elseif (($category_code == "15")) { //õ³â½º¸¶Æ®°áÁ¦ include("./view_payment.html"); } elseif (($category_code == "16")) { //õ³â½º¸¶Æ®¹ßÁÖ include("./view_order.html"); } elseif (($category_code == "17")) { //ÀÚ»ê°ü¸®S include("./view_ams_s.html"); } elseif (($category_code == "18")) { //¿Â¶óÀμö¹ßÁÖ include("./view_online.html"); } elseif (($category_code == "11")) { //Á¶ÀÌ·»Æ®(½Ã³×¶óÀÌÇÁ) include("../../html/beforeimg_cinelife.php"); } elseif (($category_code == "28")) { //ÀÓ´ë°ü¸® include("../../html/beforeimg_bdrent.php"); } elseif (($category_code == "95")) { //ÀÚ»ê°ü¸®(AMS) include("./view_ams.html"); } elseif (($category_code == "37")) { //±Þ¿©°ü¸® include("./view_pay.html"); } elseif (($category_code == "08") || ($category_code == "96")) { //Ä«¸ÞÀÌÆ®Pro, Ä«¸ÞÀÌÆ®ProCS include("../../html/beforeimg_carpro.php"); } elseif (($category_code == "07")) { //Ä«¸ÞÀÌÆ®_Lite include("../../html/beforeimg_carlite.php"); } elseif (($category_code == "10")) { //Çì¾îÆ÷½º include("./view_hair.html"); } elseif (($category_code == "09")) { //½ºÇǵå include("./view_speed.html"); } elseif (($category_code == "32")) { //ȸ¿ø°ü¸® include("./view_member.html"); } elseif (($category_code == "38")) { //¹®ÀÚ·Î include("./view_sms.html");*/ } ?> </div> </div><!-- //compareContents -->
<? } ?>
</body>
|