1
2
3
4
5
6
7
8
9
10
|
<table border="0" cellpadding="0" cellspacing="0" align="center" valign="middle" background="../millennium/img/company/dealer02_bg.gif" width="688" height="52"> <tr> <td width="30"></td> <td width="150" ><? if ($location == '') { ?><p><A href="#" style="cursor:hand;" <? if( $_COOKIE[USERID] !== "" && isset($_COOKIE[USERID])){ echo "onClick=\"location.href = '../carmate/deallist.php'\"";} else{ echo "onClick=\"location.href = '../carmate/deallist.php'\"";} ?>><IMG SRC="../carmate/img/dealler/deallist_bt_on.gif" BORDER="0" ALT="µô·¯¸®½ºÆ®"></A></p><? } else { ?><p><A href="#" style="cursor:hand;" <? if( $_COOKIE[USERID] !== "" && isset($_COOKIE[USERID])){ echo "onClick=\"location.href = '../carmate/deallist.php'\"";} else{ echo "onClick=\"location.href = '../ezpos/deallist.php'\"";} ?>><IMG SRC="../carmate/img/dealler/deallist_bt.gif" BORDER="0" ALT="µô·¯¸®½ºÆ®"></A></p> <? } ?></td> <td width="150"><? if ($location == '1') { ?><p><A href="#" style="cursor:hand;" <? if( $_COOKIE[USERID] !== "" && isset($_COOKIE[USERID])){ echo "onClick=\"location.href = '../carmate/deal.php?location=1'\"";} else{ echo "onClick=\"javascript:window.open('login_deallist.php','','width=420,height=350,menubar=no,location=no,toolbar=no,scrollbar=no')\"";} ?>><IMG SRC="../carmate/img/dealler/dealjoin_bt_on.gif" BORDER="0" ALT="µô·¯°¡ÀÔ"></A></p><? } else { ?><p><A href="#" style="cursor:hand;" <? if( $_COOKIE[USERID] !== "" && isset($_COOKIE[USERID])){ echo "onClick=\"location.href = '../carmate/deal.php?location=1'\"";} else{ echo "onClick=\"javascript:window.open('login_deallist.php','','width=420,height=350,menubar=no,location=no,toolbar=no,scrollbar=no')\"";} ?>><IMG SRC="../carmate/img/dealler/dealjoin_bt.gif" BORDER="0" ALT="µô·¯°¡ÀÔ"></A></p><? } ?></td> <td width="150"><? if ($location == 2) { ?><p><A href="#" style="cursor:hand;" <? if( $_COOKIE[USERID] !== "" && isset($_COOKIE[USERID])){ echo "onClick=\"location.href = '../carmate/dealorder.php?location=2'\"";} else{ echo "onClick=\"javascript:window.open('login_dealorder.php','','width=420,height=350,menubar=no,location=no,toolbar=no,scrollbar=no')\"";} ?>><IMG SRC="../carmate/img/dealler/dealorder_bt_on.gif" BORDER="0" ALT="»óǰÁÖ¹®"></A></p><? } else { ?><p><A href="#" style="cursor:hand;" <? if( $_COOKIE[USERID] !== "" && isset($_COOKIE[USERID])){ echo "onClick=\"location.href = '../carmate/dealorder.php?location=2'\"";} else{ echo "onClick=\"javascript:window.open('login_dealorder.php','','width=420,height=350,menubar=no,location=no,toolbar=no,scrollbar=no')\"";} ?>><IMG SRC="../carmate/img/dealler/dealorder_bt.gif" BORDER="0" ALT="»óǰÁÖ¹®"></A></p><? } ?></td> <td width="150"><? if ($location == 3) { ?><p><A href="#" style="cursor:hand;" <? if( $_COOKIE[USERID] !== "" && isset($_COOKIE[USERID])){ echo "onClick=\"location.href = '../carmate/dealdetail.php?location=3'\"";} else{ echo "onClick=\"javascript:window.open('login_dealdetail.php','','width=420,height=350,menubar=no,location=no,toolbar=no,scrollbar=no')\"";} ?>><IMG SRC="../carmate/img/dealler/dealorderlist_bt_on.gif" BORDER="0" ALT="ÁÖ¹®³»¿ª"></A></p><? } else { ?><p><A href="#" style="cursor:hand;" <? if( $_COOKIE[USERID] !== "" && isset($_COOKIE[USERID])){ echo "onClick=\"location.href = '../carmate/dealdetail.php?location=3'\"";} else{ echo "onClick=\"javascript:window.open('login_dealdetail.php','','width=420,height=350,menubar=no,location=no,toolbar=no,scrollbar=no')\"";} ?>><IMG SRC="../carmate/img/dealler/dealorderlist_bt.gif" BORDER="0" ALT="ÁÖ¹®³»¿ª"></A></p><? } ?></td> </tr>
</table>
|