personAdmin.tpl.php 1.8 KB
<!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/personSearch.js"
			type="text/javascript"></script>
		<script src="<?=JSURL?>personAdmin/personForm.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->personSearch?>
			<div style="height: 5px; line-height: 5px">&nbsp;</div>
			<?=$this->personForm?>
		</div>
		<br />
		<pre><? var_dump ($_REQUEST) ?></pre>
	</body>
</html>