Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
89 lines (35 sloc)
1.22 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <HTML> | |
| <HEAD> | |
| <TITLE> | |
| HiP Owns You.... | |
| </TITLE> | |
| </HEAD> | |
| <meta http-equiv="pragma" content="no-cache"> | |
| <BODY bgcolor=#DAE4FE BACKGROUND="graphics/back.gif" text=black link=navy vlink=purple> | |
| <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0> | |
| <TR> | |
| <TD WIDTH=140 VALIGN=top> | |
| <BR> <BR> | |
| <IMG SRC="graphics/merchant_menu.gif" BORDER=0 HSPACE=10 USEMAP="#menu"><P> | |
| <p> | |
| </TD> | |
| <TD WIDTH=15> </TD> | |
| <TD WIDTH=415 VALIGN=top> | |
| <FONT SIZE=+1 FACE=ARIAL><u>Shopping Basket</u></FONT><P> <FONT SIZE=-1 FACE=ARIAL> | |
| You don't currently have anything in your shopping basket or your customer id is now invalid. | |
| </TD> | |
| </TR> | |
| </TABLE> | |
| <MAP NAME="menu"> | |
| <AREA SHAPE=RECT COORDS="1,10,50,30" HREF="index.cfm"> | |
| <AREA SHAPE=RECT COORDS="1,40,66,60" HREF="about.cfm"> | |
| <AREA SHAPE=RECT COORDS="1,73,76,90" HREF="feedback.cfm"> | |
| <AREA SHAPE=RECT COORDS="1,100,83,131" HREF="whatsnew.cfm"> | |
| <AREA SHAPE=RECT COORDS="1,148,90,165" HREF="merchant.cfm"> | |
| <AREA SHAPE=RECT COORDS="1,178,62,195" HREF="specials.cfm"> | |
| <AREA SHAPE=RECT COORDS="1,207,95,225" HREF="new.cfm"> | |
| <AREA SHAPE=RECT COORDS="1,238,90,257" HREF="search.cfm"> | |
| <AREA SHAPE=RECT COORDS="1,268,83,287" HREF="basket.cfm"> | |
| </MAP> | |
| </BODY> | |
| </HTML> |