Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Simple seach panel

Asked Modified Viewed 1,472 times
P
Puma
P
Puma 10
RESISTANCE IS FUTILE EARTHLINGS !!!
  • Member, joined since
  • Contributed 142 posts on the community forums.
  • Started 22 threads in the forums
  • Started this discussions
asked
Member

Does anyone know where i can find a simple right/left searchpanel for php-fusion please?
0 replies

2 posts

C
Craig
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
answered
Fusioneer

Here you go.

<?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();

?>
Edited by Craig on 13-03-2008 01:52,
0 replies
P
Puma
P
Puma 10
RESISTANCE IS FUTILE EARTHLINGS !!!
  • Member, joined since
  • Contributed 142 posts on the community forums.
  • Started 22 threads in the forums
  • Started this discussions
answered
Member

Thank you Fangree_Craig ;)
0 replies

Category Forum

General Discussion

Labels

None yet

Statistics

  • Views 0 views
  • Posts 2 posts
  • Votes 0 votes
  • Topic users 2 members

2 participants

C
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
P
P
Puma 10
RESISTANCE IS FUTILE EARTHLINGS !!!
  • Member, joined since
  • Contributed 142 posts on the community forums.
  • Started 22 threads in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet