You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
51 lines
1.8 KiB
51 lines
1.8 KiB
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html>
|
|
<head>
|
|
<title>Nur zum testen</title>
|
|
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
|
|
|
|
<link rel="stylesheet" type="text/css"
|
|
href="<?=CSSURL?>background-colors.css" />
|
|
<link rel="stylesheet" type="text/css" href="<?=CSSURL?>fonts.css" />
|
|
<link rel="stylesheet" type="text/css" href="<?=CSSURL?>displays.css" />
|
|
|
|
<script src="<?=JSURL?>levenshtein.js" type="text/javascript"></script>
|
|
<script src="<?=JSURL?>fittingStrings.js" type="text/javascript"></script>
|
|
<script src="<?=JSURL?>transPngBg.js" type="text/javascript"></script>
|
|
<script src="<?=JSURL?>personAdmin/personSearch1.js"
|
|
type="text/javascript"></script>
|
|
<script src="<?=JSURL?>personAdmin/personInUp.js"
|
|
type="text/javascript"></script>
|
|
<script src="<?=JSURL?>personAdmin/person.js"
|
|
type="text/javascript"></script>
|
|
|
|
<script language="javascript">
|
|
//<![CDATA[
|
|
arrDown = new transPngBg ('circDblArrDownBlk.png', '<?=LIBURL?>');
|
|
arrRight = new transPngBg ('circDblArrRightBlk.png', '<?=LIBURL?>');
|
|
|
|
newPerson = new c_person (
|
|
-1, -1, -1, '', '', '', '', '', -1, '', '', '', '');
|
|
person = new c_person (
|
|
-1, -1, -1, '', '', '', '', '', -1, '', '', '', '');
|
|
//]]>
|
|
</script>
|
|
</head>
|
|
|
|
<body>
|
|
<div style="width: 350px">
|
|
<noscript>
|
|
<div style="margin-bottom: 5px; color: red; font-family: verdana, sans-serif; border: 2px solid red">
|
|
<?=_('This page works only with javascript support. We are
|
|
sorry for the inconvenience caused.')?>
|
|
</div>
|
|
</noscript>
|
|
<?=$this->personSearch1?>
|
|
<div style="height: 5px; line-height: 5px"> </div>
|
|
<?=$this->personInUp?>
|
|
</div>
|
|
<br />
|
|
<pre><? var_dump ($_REQUEST) ?></pre>
|
|
</body>
|
|
</html>
|