[ PHPXref.com ] [ Generated: Sun Jul 20 19:19:23 2008 ] [ PBS Helpdesk 0.93 ]
[ Index ]     [ Variables ]     [ Functions ]     [ Classes ]     [ Constants ]     [ Statistics ]

title

Body

[close]

/ -> bottom.php3 (source)

   1  <?php ;
   2  include  "init.php3";
   3  
   4  Function bottom_init($users_id) {
   5  include  "environment.php3";
   6  include "$language.php3";
   7  
   8  $command="select ugroup from $db_name.users where users_id=$users_id";  
   9  $res1=mysql_query_wrap($command);  
  10  $row = mysql_fetch_row($res1); 
  11  $ugroup=$row[0];
  12  
  13  echo "<html>";
  14  echo "<BODY background=\"$pbs_background\">";
  15  echo "<head>";
  16  echo "<meta http-equiv=\"Content-Type\" content=\"text/html; iso-8859-1\">";
  17  echo "<title>PBS Such Fenster</title>";
  18  echo "<base target=\"PBSmain\">";
  19  echo "<script language=\"JavaScript\">";
  20  echo "<!--
  21    function search1()
  22    {
  23     this.document.search.submit(); 
  24    }
  25  
  26  
  27    // -->
  28  
  29  </script>";
  30    
  31  echo "</HEAD><BODY><center><table border=3  WIDTH=600 ALIGN=CENTER>";
  32  echo "<td>$pbsl_search:</td>";
  33  echo "<FORM name=\"search\" method=\"post\" action=\"select.php3\" target=\"PBSmain\">";
  34  echo "<td><select name=\"selection\" >";
  35  echo "                <option value=\"0\">$pbsl_username";
  36  echo "                <option value=\"1\">$pbsl_serialnr";
  37  /* echo "                <option value=\"2\">Hersteller"; */
  38  echo "                <option value=\"3\">$pbsl_model";
  39  echo "                <option value=\"4\">$pbsl_phonenr";
  40  echo "                <option value=\"5\">$pbsl_callnr";
  41  echo "                <option value=\"6\">$pbsl_empnr";
  42  echo "                <option value=\"9\">$pbsl_category";
  43  echo "              </select>";
  44  echo "</td>";
  45  echo "<td><INPUT NAME=\"sname\" SIZE=20";
  46  echo " onKeyUp=\"search1();return true;\" ><p>";
  47  echo "</td>";
  48  
  49  /*
  50  if($ugroup>10)
  51  echo "<td></td><td></td><td><A href=\"http://172.16.2.22/tuer2/control.htm\" target=\"door\" >
  52     <img src=\"$pbs_dir/icons/xeyes.gif\"border=0 ></a> </td>";
  53  */
  54  
  55  echo "</tr></table>";
  56  
  57  echo "<br>";
  58  echo "</body>";
  59  echo "</html>";
  60  }
  61  
  62  if($function=="init") bottom_init($login_id);
  63  ?>


[ Powered by PHPXref - Served by Debian GNU/Linux ]