You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

181 lines
4.0 KiB
PHP

<?php
// error_reporting(0);
set_include_path('.');
session_start();
// include "include/get_umsetzen_inc.php";
include "include/sysvariable_inc.php";
include "include/funktions_inc.php";
$browser = get_browser();
/* ************************
/* Alle aktiven Browserfuntkionen anzeigen
/* ************************
function list_array ($array) {
while (list ($key, $value) = each ($array)) {
$str .= "<b>$key:</b> $value<br>\n";
}
return $str;
}
echo "$HTTP_USER_AGENT<hr>\n";
$browser = get_browser();
echo list_array ((array) $browser);
*/
if (!$browser->javascript)
{
Print_Errorpage(
HtmlText('Please enable javascript.')."<br>\n".
HtmlText('Javascript is needed to view this page')
);
}
if (!$browser->cookies)
{
Print_Errorpage(
HtmlText('Please enable cookies.')."<br>\n".
HtmlText('Cookies are needed to view this page')
);
}
// <a href="javascript:popup(Html_link,Fenstername,Breite,Höhe,'htmltext')">Popuptext</a>
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!--
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Do not place any content or comments before the doctype-declaration.
Due to a bug in IE this leads to a switch to quirks-mode
<html xmlns="http://www.w3.org/1999/xhtml">
-->
<html>
<head>
<title> <?php Print_Title('home'); ?> </title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-15">
<meta name="author" content=<?php Print_Author();?> >
<link rel="stylesheet" href="css/default.css" type="text/css">
<!--<link rel="stylesheet" href="<?php echo "css/".$sys_css; ?>" type="text/css">-->
<link rel="stylesheet" href="css/doku_r3.css" type="text/css">
<link rel="stylesheet" href="css/buttons.css" type="text/css">
<!--<link rel="stylesheet" href="<?php echo $sys_browser[verz]."/".$sys_css; ?>" type="text/css">-->
<link rel="stylesheet" href="css_ffox/doku_r3.css" type="text/css">
<!--JavaScript1.2-->
<script language="Javascript" type="text/javascript" src="js/ajax.js"></script>
<script language="Javascript" type="text/javascript" src="js/funktionen.js"></script>
<script language="Javascript" type="text/javascript" src="js/menue_daten.js"></script>
<?php
// Anker array für diese seite füllen und CSS für entsprechende RTFs aktivieren
// global $anker;
// Get_Anker_Styles_HX($verz_html . "/" . $navhtml,'b');
?>
</head>
<?php
// if ($_an != ''){
// echo "<body onload=\"location.hash='".$_an."'\">";
// }
// else{
echo '<body onload="ErstelleMenue();">';
// }
?>
<!--
/*********************************
/* Navigationsbereich links
/*********************************
-->
<div id="Nav">
<div class="o" >
<div class="l" >
<div class="r" >
<div class="u" >
<div class="ro">
<div class="lo">
<div class="ru">
<div class="lu">
<div id="Nav-content">
<!--
<script language="JavaScript1.2" type="text/javascript" >
PrintMenu();
</script>
-->
<br><br>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--
/*********************************
/* Informationsbereich rechts
/*********************************
-->
<div id="Info">
<!--
// Content
-->
<br><br>
</div>
<!--
/*********************************
/* Hauptbereich links
/*********************************
-->
<div id="HauptSeite">
<div id="Inhalt">
<div class="o" >
<div class="l" >
<div class="r" >
<div class="u" >
<div class="ro">
<div class="lo">
<div class="ru">
<div class="lu">
<!--
// Content
-->
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
&nbsp;<br>
<img src="defaults/link-button-load.gif" alt=" LINK " onclick="sendRequest( 'test1.txt', '', REQUEST_GET, 0 );">
<img src="defaults/link-button-load.gif" alt=" LINK " onclick="erzeugeDivElement('div','Nav','content','test1','nav_ebene_1_offen');">
<img src="defaults/link-button-load.gif" alt=" LINK " onclick="loescheElement('Nav','content');">
<br>
<img src="defaults/link-button-load.gif" alt=" LINK " onclick="ErstelleMenue();">
</body>
</html>