<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!-- Copyright 2002 by mediaPlan e. b. s. GmbH 02/10/08 mm. License to use this code
or install it on a server (in original or modified form) must be granted 
by mediaPlan e. b. s. GmbH! -->

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel=stylesheet type="text/css" href="../screen.css">

	<title>LASSO Ingenieurgesellschaft mbH</title>

</head>

<body bgcolor="#FFFFFF" marginheight="0" topmargin="0" link="#0000ff" alink="#0000ff">
<table width="758" border="0" cellpadding="0" cellspacing="0">
  <tr> 
    <td width="41" height="13" background="../img/linie.gif">&nbsp;</td>
    <td width="124" height="13">&nbsp;</td>
    <td width="593" height="13">&nbsp;</td>
  </tr>
  <tr> 
    <td width="41" background="../img/linie.gif" rowspan="2"><img src="../img/linie.gif" width="41" height="14"></td>
    <td width="124" height="27" rowspan="2" valign="top"> 
    &nbsp; 
    </td>
    <td width="593" rowspan="2"  valign="top"> 
      <table width="593" border="0" cellspacing="4" cellpadding="4">
        <tr> 
          <td width="339" colspan="2"> 
            <h2>FAQ</h2>
          </td>
          <td width="201">&nbsp;</td>
        </tr>
		<tr> 
          <td colspan="3"> 
          	<form method=POST action="./faq.php3">
		  		<p>Bitte geben Sie einen Suchbegriff ein. <br>
				<span id="s"><input type=text size=30 maxlength=50 name=wert></span>
				<input type="submit" value="Suchen">
			</form> 
		  </TD>
	    </tr>

	    <tr> 
          <td width="593" colspan="3" valign="top"> 
<?
// Copyright 2000 by mediaPlan. 05/08/2000 ph. License to use this code
// or install it on a server (in original or modified form) must be granted 
// by mediaPlan electronic business solutions GmbH, Stuttgart! 
//
// V1.0 	PH 08.10.2002
//
// sqlfaq.php3   Interface zum Anzeigen der Daten aus der Tabelle faq (lassodb)
// erfordert          lassodbopen, sqlshowfaq

// in subpath muss der Pfad der include-Dateien relativ zur Ablage dieses
// interfaces angegeben werden
$subpath = "../admin";

import_request_variables("p", "ls_");

include ("$subpath/sqlshowfaq.php3");

include ("$subpath/lassodbopen.php3");

$sql = "select titel, beschreibung, dateiname from faq where (titel like '%$ls_wert%' or beschreibung like '%$ls_wert%') order by id";

if ($ls_wert != "" ) { $ls_wert="%";  }

sqlshowfaq ($sql, $conn);

?>
          </td>
        </tr>
	      
	   </table>
    </td>
  </tr>
  <tr> </tr>
  <tr> 
    <td colspan="2"><img src="../img/logo.gif" width="156" height="34"></td>
    <td width="593" valign="bottom" align="left"><img src="../img/cae.gif" width="593" height="12" align="bottom"></td>
  </tr>
  <tr><td>&nbsp;</td></tr>
</table>

</body>
</html>

