<?php
/*---------------------------------------------------+
| PHPFusion 6 Content Management System
+----------------------------------------------------+
| Copyright © 2002 - 2005 Nick Jones
| http://www.php-fusion.co.uk/
+----------------------------------------------------+
| search_panel by Len Johnson
| http://www.web-bureau.com/
+----------------------------------------------------+
| Released under the terms & conditions of v2 of the
| GNU General Public License. For details refer to
| the included gpl.txt file or visit http://gnu.org
+----------------------------------------------------*/
if (!defined("IN_FUSION")) { header("Location:../../index.php"); exit; }
include BASEDIR.LOCALE.LOCALESET."search.php";
openside($locale['408']);
echo "<center><form name='searchform' method='post' action='".BASEDIR."search.php'>
<p>Enter Keywords:<br />
<input type='text' name='stext' value='$stext' class='textbox' style='width:100px' size='20'>
<br />
<select size='1' name='stype' class='dropdown'>
<option value='a'>".$locale['402']."</option>
<option value='n'>".$locale['403']."</option>
<option value='f'>".$locale['404']."</option>
<option value='d'>".$locale['405']."</option>
<option value='w'>".$locale['406']."</option>
<option value='m'>".$locale['407']."</option>
</select>
<br /><input type='submit' name='search' value='Search' class='button'>
</p>
</form>
</center>";
closeside();
?>
Category Forum
General DiscussionLabels
None yet
Statistics
2 participants
Notifications
You are not receiving notifications from this thread.
Related Questions