13 lines
406 B
PHP
13 lines
406 B
PHP
<?php echo "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n"; ?>
|
|
|
|
<!DOCTYPE html
|
|
PUBLIC "-//W3C//DTD XHTML Basic 1.0//EN"
|
|
"http://www.w3.org/TR/xhtml-basic/xhtml-basic10.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="no-NO">
|
|
<head>
|
|
<title>phpLDAPadmin</title>
|
|
<link rel="stylesheet" href="style.css" />
|
|
<script src="entry_chooser.js"></script>
|
|
<script src="search_util.js"></script>
|
|
</head>
|