View Single Post
  #4  
Old 09-27-2002, 06:59 AM
 
Anonymous Anonymous is offline
 

eXpert
  
Join Date: Sep 2002
Posts: 222
 

Default

Code:
<TABLE align=center border=0 cellPadding=0 cellSpacing=0 class=TableTop width=100%> <TR> <TD bgcolor="#6397fc" width="41%">[img]../{#ImagesDir#}/logo.gif[/img]</TD> <TD bgcolor="#6397fc" width="58%" align="right" valign="bottom">[img]http://cddream.com/images/top.gif[/img]</TD> <TD bgcolor="#6397fc" colspan=2 width="0%"></TD> </TR> {if $usertype eq "C"} <TR> <TD class=TableLeft colspan="3"> <TABLE width=100% border=0 cellpadding=0 cellspacing=0> <TR> <FORM method=GET action="search.php" name=s_form> <TD class=TableLeft align=right width=90%> Search by: <SELECT name=search_by> <OPTION value="artist"{if $smarty.get.search_by eq "artist"} selected{/if}>Artist</OPTION> <OPTION value="title"{if $smarty.get.search_by eq "title"} selected{/if}>Title</OPTION> </SELECT> <INPUT type=text size=24 name=substring value="{$smarty.get.substring}"> {include file="buttons/search.tpl"} </TD> </FORM> <TD class=TableLeft align=left rowspan=2 width=240> [img]../{#ImagesDir#}/null.gif[/img] <TABLE width=100% border=0 cellpadding=2 cellspacing=0 class=MenuTitleLine> <TR> <TD align=center nowrap> VIEW CART CHECKOUT </TD> <TD align=center> {if $minicart_total_items > 0}You have {$minicart_total_items} {if $minicart_total_items eq "1"}item{else}items{/if} in your cart{else}Your cart is empty{/if} </TD> </TR> </TABLE> </TD> </TR> <TR> <TD class=TableTop align=right></TD> </TR> </TABLE> </TD> </TR> {/if} </TABLE> <map name="Map"> <area shape="rect" coords="2,2,71,50" href="http://www.CDdream.com/xcart/customer/help.php?section=about"> <area shape="rect" coords="72,2,122,49" href="http://www.CDdream.com/xcart/customer/help.php"> <area shape="rect" coords="125,2,189,49" href="http://www.CDdream.com/xcart/customer/help.php?section=contactus&mode=update"> </map>
Reply With Quote