% ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' ' System : StoreFront 2000 Version 4.04.0 ' Date : 1.6.2000 ' Author : LaGarde, Incorporated ' Description : StoreFront Search Output Routines ' Notes : There are no configurable elements in this file. ' ' COPYRIGHT NOTICE ' ' The contents of this file is protected under the United States ' copyright laws as an unpublished work, and is confidential and ' proprietary to LaGarde, Incorporated. Its use or disclosure in ' whole or in part without the expressed written permission of ' LaGarde, Incorporated is expressely prohibited. ' ' (c) Copyright 1998 by LaGarde, Incorporated. All rights reserved. ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' %>
<% If Request.QueryString("ORDER_FLAG") = "1" Then %>| <%=CellFontStyle%> color=<%=CellFontColor%> size=<%=FontSize%>>Search Results: |
| <%=FontStyle%> color=<%=FontColor%> size=<%=FontSize%>>Your search for <% If Request("CATEGORY") = "" Then %> <%If lblCategoryActive = "1" Then%><%=lblCategory%><%Else%>Category<%End If%> = ALL <% Else %> <%If lblCategoryActive = "1" Then%><%=lblCategory%><%Else%>Category<%End If%> = <%= Request("CATEGORY") %> <% End If %> <% If Request("MANUFACTURER") = "" Then %> <%If lblManufacturerActive = "1" Then%><%=lblManufacturer%><%Else%>Manufacturer<%End If%> = ALL <% Else %> <%If lblManufacturerActive = "1" Then%><%=lblManufacturer%><%Else%>Manufacturer<%End If%> = <%= Request("MANUFACTURER") %> <% End If %> <% If Request("DESCRIPTION") = "" Then %> <%If lblDescriptionActive = "1" Then%><%=lblDescription%><%Else%>Description<%End If%> = (none specified) <% Else %><%If lblDescriptionActive = "1" Then%><%=lblDescription%><%Else%>Description<%End If%> = <%= Request("DESCRIPTION") %> <% End If %> <% If Request("PRODUCT_ID") = "" Then %> <%If lblProductIDActive = "1" Then%><%=lblProductID%><%Else%>Product ID<%End If%> = (none specified) <% Else %><%If lblProductIDActive = "1" Then%><%=lblProductID%><%Else%>Product ID<%End If%> = <%= Request("PRODUCT_ID") %> <% End If%>. |
> |
I'm Sorry, your search for <% If Request("CATEGORY") = "" Then %> <%If lblCategoryActive = "1" Then%><%=lblCategory%><%Else%>Category<%End If%> = ALL <% Else %> <%If lblCategoryActive = "1" Then%><%=lblCategory%><%Else%>Category<%End If%> = <%= Request("CATEGORY") %> <% End If %> <% If Request("MANUFACTURER") = "" Then %>and <%If lblManufacturerActive = "1" Then%><%=lblManufacturer%><%Else%>Manufacturer<%End If%> = ALL <% Else %> and <%If lblManufacturerActive = "1" Then%><%=lblManufacturer%><%Else%>Manufacturer<%End If%> = <%= Request("MANUFACTURER") %> <% End If %> <% If Request("DESCRIPTION") = "" Then %> and <%If lblDescriptionActive = "1" Then%><%=lblDescription%><%Else%>Description<%End If%> = (none specified) <% Else %> and <%If lblDescriptionActive = "1" Then%><%=lblDescription%><%Else%>Description<%End If%> = <%= Request("DESCRIPTION") %> <% End If %> <% If Request("PRODUCT_ID") = "" Then %> and <%If lblProductIDActive = "1" Then%><%=lblProductID%><%Else%>Product ID<%End If%> = (none specified) <% Else %> and <%If lblProductIDActive = "1" Then%><%=lblProductID%><%Else%>Product ID<%End If%> = <%= Request("PRODUCT_ID") %> <% End If%> produced no matches.
<% End If %> <% End If %> <% If Request("ORDER_FLAG") = "1" Then %>