<?php
// Copyright (c) 1999 by Heike Manns [heike@free-it.org]
/*
  while( list($key,$val) = each($GLOBALS) )
  {
    echo "<br>&nbsp;&nbsp;";
    echo $key . "=" . $val;
    echo "<br>";
  }
  die("");
*/
  {
    include 'lix_type.html';
  }
  {
    include 'lix_config.php3';
  }
  if( !isset($sys_base_modul) )
  {
    require 'l_base.php3';
  }
  $lang = SetTextDomain($lang);
?>
<html>
<head>
<?php
  $link = DBConnect($link,0);
  GetLangDataFromKey($link, $lang, $code, $cset);
  if( !isset($cset) ) $cset = "iso-8859-1";
  mysql_close();
  echo "<meta http-equiv=\"content-type\" content=\"text/html; charset=" . 
       $cset . "\">";
?>
<title>Linux information exchange</title>
<link rel="stylesheet" type="text/css" href="lix_style.css">
</head>
<body>

<?php
  if( isset($GLOBALS["s_contact_action"]) && 
      $GLOBALS["s_contact_action"] == "L" )
    $faction = "L";
  else
  if( isset($GLOBALS["s_contact_action"]) && 
      $GLOBALS["s_contact_action"] == "C" )
    $faction = "C";
  else
  if( isset($GLOBALS["s_contact_action"]) && 
      $GLOBALS["s_contact_action"] == "P" )
    $faction = "P";
  else
  if( isset($GLOBALS["s_contact_action"]) && 
      $GLOBALS["s_contact_action"] == "M" )
    $faction = "M";
  else
  if( isset($GLOBALS["s_contact_action"]) && 
      $GLOBALS["s_contact_action"] == "G" )
    $faction = "G";
  $fsuffix = "";
  {
    include 'lix_menue_o.php3';
  }
?>

<table border="0" >
<tr>
<td>

<br>
<br>
  <?php
    {
      if( !isset($faction) || $faction == "K" || $faction == "V" || $faction == "Z" )
      {
        echo $resultlist;
      }
      else
      if( isset($faction) && ( $faction == "P" || $faction == "VP" || $faction == "ZP" ) )
      {
        echo $resultlist;
      }
      else
      if( isset($faction) && $faction == "H" )
      {
        $file = "lix_help_" . $lang[0] . $lang[1] . ".html";
        include $file;
      }
      else
      if( isset($faction) && $faction == "L" )
      {
        $file = "t_c_list_short.php3";
        include $file;
        echo $resultlist;
      }
      else
      if( isset($faction) && $faction == "C" )
      {
        $file = "t_c_list_check.php3";
        include $file;
        echo $resultlist;
      }
      else
      if( isset($faction) && $faction == "M" )
      {
        $file = "t_c_list_mail.php3";
        include $file;
        echo $resultlist;
      }
      else
      if( isset($faction) && $faction == "G" )
      {
        $file = "t_c_list_group.php3";
        include $file;
        echo $resultlist;
      }
      else
      if( isset($faction) && $faction == "S" )
      {
        $file = "f_c_s_inp.php3";
        include $file;
        echo $resultlist;
      }
      else
      {
        $file = "f_c_inp.php3";
        include $file;
      }
    }
  ?>
</td>
</tr>
</table>

<br>
<?php
  if( ( !isset($faction) || $faction == "K" || $faction == "P" ||  
        $faction == "V" || $faction == "Z" ||
        $faction == "VP" || $faction == "ZP" ) && $num > 5 )
  {
    $fsuffix = "_u";
    {
      include 'lix_menue_u.php3';
    }
  }
?>

</body>
</html>
