View Single Post
  #5  
Old 11-12-2002, 05:13 AM
 
syddos syddos is offline
 

eXpert
  
Join Date: Sep 2002
Location: London, England, UK
Posts: 259
 

Default

Quote:
Originally Posted by ArlyDude
PPPPPPLLLLLLLLEEEEAAAAAAAASSSSSSSSSEEEEEEEEE!!!! I am getting tired of trying to relocate this search bar! Help me!



Quote:
{* $Id: head.tpl,v 1.21 2002/09/05 12:43:21 zorg Exp $ *}
<TABLE align=center border=0 cellPadding=0 cellSpacing=0 class=TableTop width=100% style="border-left-width: 0; border-right-width: 0">
<TR>
<TD colspan=2 valign="top" width="284">
[img]{$ImagesDir}/daredlogo3.jpg[/img]</TD>
<TD align=right bgcolor="#000000">
{if $main eq "catalog" and $current_category.category eq "" and $all_languages_numba gt 1}
<FORM action="home.php" method=GET name=sl_form>
<SELECT name=sl onChange="javascript: document.sl_form.submit()">

{section name=ai loop=$all_languages}
<OPTION value="{$all_languages[ai].code}"{if $store_language eq $all_languages[ai].code} selected{/if}>{$all_languages[ai].language}</OPTION>

{/section}
</SELECT>
</FORM>
{else}

{/if}
</TD>
</TR>
<TR>
<TD colSpan=3 width="100%" bgcolor="#C0C0C0" height="25" style="border-left-style: none; border-left-width: medium; border-right-style: none; border-right-width: medium; border-top-style: solid; border-top-width: 1; border-bottom-style: solid; border-bottom-width: 1" bordercolor="#000000" NOWRAP>
<TABLE BORDER="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" id="AutoNumber1" width="839">
<tr>
<td width="28">
[img]{$ImagesDir}/home.gif[/img]</td>
<td width="40"><font color="#000000">Home</font></td>
<td width="28">
[img]{$ImagesDir}/clipboard.gif[/img]</td>
<td width="83"><font color="#000000">Free Quote</font></td>
<td width="25">
[img]{$ImagesDir}/hammer.gif[/img]</td>
<td width="75"><font color="#000000">PC Repair</font></td>
<td width="25">
[img]{$ImagesDir}/tracking.gif[/img]</td>
<td width="89"><font color="#000000">Web Design</font></td>
<td width="25">
[img]{$ImagesDir}/rmabox.gif[/img]</td>
<td width="65"><font color="#000000">Reseller?</font></td>




<TD valign=center align=right WIDTH="24" height="15">
{ if $usertype ne "C" }
<form method="get" action="search.php" name=productsearchform>
<font color="#000000">{$lng.lbl_search}:
</font></TD>
<TD valign=center align=left WIDTH="40" height="15">
<input type="text" name="substring" size="16" value="{$smarty.get.substring|escape}">
</TD><TD valign=center WIDTH="26" height="15">
<a
href="javascript:document.productsearchform.submit ()">
{include file="buttons/search_head.tpl"}</a>
</TD>


</form>
{else}
<td WIDTH=260>
</td>

{/if }


</tr>
</table>
</TD>
</TR>
<TR>
<TD class=WhiteLine valign=center width=70></TD>
<TD class=WhiteLine valign=center></TD>
<TD rowSpan=3 width=99% valign=top class=TableTop style="background-repeat: repeat-x">




<P align=right><SPAN class=TableTopTextNumberOfArticles>{insert name="productsonline"} {$lng.lbl_products} {if $config.General.show_in_stock eq "Y"}{$lng.lbl_and} {insert name="itemsonline"} {$lng.lbl_items} {/if}{$lng.lbl_online}</SPAN></P>
</TD>
</TR>
<td>
</TABLE>

Regards,
__________________
Syddos

Nothing is impossible, We just don't know how to do it ........Yet!

Xcart 4.1.X PRO (Testing Platform: winXP Pro)
Perl 5.8.7 (win32)
WINAMP 1.6.3 (win32 server package. Includes the following)
- phpMyAdmin v2.8.03
- MySql 5.0.21
- Apache 2.0.55 (win32)
- php 5.1.4
- SQLitemanager 1.2.0
Reply With Quote