<?php
/***************************************************************************
*        File Info: index.php
*        Purpose:   Store Home Page
*        Updated:   31/07/2003
****************************************************************************
*        Developer: Alistar Brookbanks (Brooky.com)
*        Copyright: (C)2003 http://www.brooky.com
*        Copyright: (C)2003 http://www.cubecart.com
*        This program is not "free" software and restrictions apply!
*        Further Info: http://www.cubecart.com/license.php
*        Contact support@cubecart.com if any conditions are not clear.
*
*        Licensees holding valid "CubeCart Licence Number" may edit
*        the (powered by CubeCart) from browser title and "Powered by CubeCart"
*        and "(c) Brooky.com" from the web page footer.
*
*        This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING
*        THE WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR
*        PURPOSE. This and all others in the download package can only be
*        redistributed with written permission from Alistair Brookbanks!
*
*        The "CubeCart License" is available to purchase at
*        https://secure.cubecart.com/
*        For pricing please contact us via e-mail at sales@cubecart.com
***************************************************************************/

session_start();

include("admin/config.php");

include("admin/settings.inc.php");

include("shoppingcart.php");

//include("images/makethumb.txt");

include("header.inc.php");

$cart = new Cart;

include("subheader.inc.php");
include("menu.inc.php");
if($url=="secure"){
	echo"onLoad='document.SecureForm.submit();'";
}




echo"
<table width=\"100%\" border=\"0\" align=\"center\" cellspacing=\"0\" cellpadding=\"0\">
  <tr bgcolor=\"#EEEEEE\">
   <td width=\"0\" height=\"27\"></td>
    <td height=\"27\" align=\"center\"><b>Simple Search </b></td>
    <td width=\"0\" height=\"27\"> </td>
  </tr>

  <tr width=\"100%\" bgcolor=\"#EEEEEE\">
  <td  width=\"0\">&nbsp;</td>
  <td width=\"100%\">";
  echo"<a href=\"index.php\" target=\"_self\">$la_search_home</a> > Simple Search<br>";
//<input name=\"search\" class=\"textbox\" type=\"text\"  maxlength=\"60\">
//    <input type=submit class=\"submit\" name=\"search1\" value=search>
echo"
  <center>


  <form action='search.php' method=post>

<table cellspacing=\"0\" bgcolor=\"#CECECE\" align=\"center\"> <tr><td><table width=\"100%\" border=\"1\" cellpadding=\"2\" cellspacing=\"2\" bordercolor=\"#000000\" bgcolor=\"#66FF33\" style=\"border-collapse: collapse\">
    <tr><td align=\"right\" class=\"smtext\">Player Name</td>
    <td>
      <input type=\"text\" name=\"search\" size=\"40\">
    </td>
    </tr>
    <tr><td align=\"right\" class=\"smtext\">Tournament</td>
    <td>
    <select name=\"Circulation_ID\" class=\"inputnorm\" onChange=\"clear_price();\" style=\"width:100%\">
    <option value=\"\"''>-- Please Select --</option>
    <option value=\"Tennis Masters Canada\">Tennis Masters Canada</option>
    <option value=\"Kroger St.Jude and Cellular South Cup\">Kroger St.Jude and Cellular South Cup
    </option>
    <option value=\"Nasdaq 100 Open\">Nasdaq 100 Open</option>
    <option value=\"Pilot Pen Tennis\">Pilot Pen Tennis</option>
    <option value=\" Tennis Masters Cup \">Tennis Masters Cup</option>
    <option value=\"US Open\">US Open</option>
    </select></td>
    </tr><tr><td align=\"right\" class=\"smtext\">Year</td>
    <td>
    <select name=\"ImageSize_ID\" class=\"inputnorm\" onChange=\"clear_price();\" style=\"width:100%\">
    <option value=\"\"''>-- Please Select --</option>
    <option value=\"2003\">2003</option>
    <option value=\"2004\">2004</option>
    <option selected value=\"2005\">2005</option>
    </select></td></tr>
    <tr> <td align=\"right\" class=\"smtext\">Distribution</td>
    <td>
    <select name=\"Distribution_ID\" class=\"inputnorm\" onChange=\"clear_price();\" style=\"width:100%\">
    <option value=\"\"''>-- Please Select --</option>
    <option value=\"Y\">Winner</option>
    <option value=\"N\">Lost</option>
    </select></td>
    </tr><tr><td>
      <p align=\"right\">&nbsp;<td align=\"center\">
      <input type=submit class=\"submit\" value=\"  Search  \" name=\"search1\" >&nbsp;
    </td></td></tr>
    </td></tr></table></td></tr></table>




  </form>
  <p><br></p>
  </center></td><td bgcolor=\"#EEEEEE\" width=\"0\">&nbsp;</td>
  </tr>

</table>";

include("subfooter.inc.php");
//	echo"</tr>
//	</table>";
//echo"</td>
//</tr>";

include( "footer.inc.php");

?>
