/home/mjc1/public_html/html/show_top_deal.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
<?
if(!isset($location)) $location "";
if(!isset(
$_COOKIE['USERID'])) $_COOKIE['USERID'] = "";
?>
<style>
BODY,TD,SELECT,input,DIV,form,TEXTAREA,center,option,pre,blockquote {font-size:9pt; font-family:tahoma,verdana,±¼¸²; color:black}
</style>

<table border="0" cellpadding="0" cellspacing="0" valign="top">
    <tr>
        <td width="85" valign="bottom">
            <? if ($location == '') { ?>
                <p>
                <A href="#" style="cursor:hand;" <?  if(  $_COOKIE['USERID'] !== "" && isset($_COOKIE['USERID'])){ echo "onClick=\"location.href = '../html/deallist.php'\"";} else{ echo "onClick=\"location.href = '../html/deallist.php'\"";} ?>>
                <IMG SRC="../img/deal/on_list.gif" BORDER="0" ALT="µô·¯°¡ÀÔ"></A>
                </p> 
            <? } else { ?>
                <p>
                <A href="#" style="cursor:hand;" <?  if(  $_COOKIE['USERID'] !== "" && isset($_COOKIE['USERID'])){ echo "onClick=\"location.href = '../html/deallist.php'\"";} else{ echo "onClick=\"location.href = '../html/deallist.php'\"";} ?>>
                <IMG SRC="../img/deal/out_list.gif" BORDER="0" ALT="µô·¯°¡ÀÔ"></A>
                </p> 
            <? ?>
        </td>
        <td width="85" valign="bottom">
            <? if ($location == '1') { ?>
                <p>
                <A href="#" style="cursor:hand;" <?  if(  $_COOKIE['USERID'] !== "" && isset($_COOKIE['USERID'])){ echo "onClick=\"location.href = '../html/deal.php?location=1'\"";} else{ echo "onClick=\"javascript:window.open('login_deallist.php','','width=434,height=330,menubar=no,location=no,toolbar=no,scrollbar=no')\"";} ?>>
                <IMG SRC="../img/deal/on_join.gif" BORDER="0" ALT="µô·¯°¡ÀÔ"></A>
                </p> 
            <? } else { ?>
                <p>
                <A href="#" style="cursor:hand;" <?  if(  $_COOKIE['USERID'] !== "" && isset($_COOKIE['USERID'])){ echo "onClick=\"location.href = '../html/deal.php?location=1'\"";} else{ echo "onClick=\"javascript:window.open('login_deallist.php','','width=434,height=330,menubar=no,location=no,toolbar=no,scrollbar=no')\"";} ?>>
                <IMG SRC="../img/deal/out_join.gif" BORDER="0" ALT="µô·¯°¡ÀÔ"></A>
                </p> 
            <? ?>
        </td>
        <td width="85" valign="bottom">
            <? if ($location == 2) { ?>
                <p>
                <A href="#" style="cursor:hand;" <?  if(  $_COOKIE['USERID'] !== "" && isset($_COOKIE['USERID'])){ echo "onClick=\"location.href = '../html/dealorder.php?location=2'\"";} else{ echo "onClick=\"javascript:window.open('login_dealorder.php','','width=434,height=330,menubar=no,location=no,toolbar=no,scrollbar=no')\"";} ?>>
                <IMG SRC="../img/deal/on_order.gif" BORDER="0" ALT="»óǰÁÖ¹®"></A>
                </p> 
            <? } else { ?>
                <p>
                <A href="#" style="cursor:hand;" <?  if(  $_COOKIE['USERID'] !== "" && isset($_COOKIE['USERID'])){ echo "onClick=\"location.href = '../html/dealorder.php?location=2'\"";} else{ echo "onClick=\"javascript:window.open('login_dealorder.php','','width=434,height=330,menubar=no,location=no,toolbar=no,scrollbar=no')\"";} ?>>
                <IMG SRC="../img/deal/out_order.gif" BORDER="0" ALT="»óǰÁÖ¹®"></A>
                </p> 
            <? ?>
        </td>
        <td width="85" valign="bottom">
            <? if ($location == 3) { ?>
                <p>
                <A href="#" style="cursor:hand;" <?  if(  $_COOKIE['USERID'] !== "" && isset($_COOKIE['USERID'])){ echo "onClick=\"location.href = '../html/dealdetail.php?location=3'\"";} else{ echo "onClick=\"javascript:window.open('login_dealdetail.php','','width=434,height=330,menubar=no,location=no,toolbar=no,scrollbar=no')\"";} ?>>
                <IMG SRC="../img/deal/on_detail.gif" BORDER="0" ALT="ÁÖ¹®³»¿ª"></A>
                </p>
            <? } else { ?>
                <p>
                <A href="#" style="cursor:hand;" <?  if(  $_COOKIE['USERID'] !== "" && isset($_COOKIE['USERID'])){ echo "onClick=\"location.href = '../html/dealdetail.php?location=3'\"";} else{ echo "onClick=\"javascript:window.open('login_dealdetail.php','','width=434,height=330,menubar=no,location=no,toolbar=no,scrollbar=no')\"";} ?>>
                <IMG SRC="../img/deal/out_detail.gif" BORDER="0" ALT="ÁÖ¹®³»¿ª"></A>
                </p>
            <? ?>
        </td>
    </tr>
    <tr>
        <td height="10">
        </td>
    </tr>
</table>