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

title

Body

[close]

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


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