%
// (C) Copyright 2002 ITbyUs Pty Ltd. Suite 1, 52 Carlotta Street, Greenwich, NSW,
// Australia 2065. All rights reserved.
// This product or document is protected by copyright and distributed under
// licenses restricting its use, copying, distribution, and decompilation. No part
// of this product or document may be reproduced in any form by any means without
// prior written authorization of ITbyUs Pty Ltd and its licensors, if any.
// RESTRICTED RIGHTS: Use, duplication, or disclosure by the U.S. Govt is subject
// to restrictions of FAR 52.227-14(g) (2)(6/87) and FAR 52.227 -19(6/87), or DFAR
// 252.227-7015 (b)(6/95) and DFAR 227.7202 -3(a).
// DOCUMENTATION IS PROVIDED "AS IS" AND ALL EXPRESS OR IMPLIED CONDITIONS.
// REPRESENTATIONS AND WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF
// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT,ARE
// DISCLAIMED, EXCEPT TO THE EXTENT THAT SUCH DISCLAIMERS ARE HELD TO BE
// LEGALLY INVALID.
%>
<%@ taglib uri="/WEB-INF/itbyus_guide.tld" prefix="itb" %>
<%
// Set the category and product name
// redirect to the relevant template to display this data
if ((request.getParameter("name") != null) && (request.getParameter("category") != null)) {
request.setAttribute("com.itbyus.guide.searchDone", "true");
%>
<%
} else if ((request.getParameter("code") != null)) {
request.setAttribute("com.itbyus.guide.searchDone", "true");
%>
<%
} else {
request.setAttribute("com.itbyus.guide.searchDone", "true");
%>
<%
}
%>